summaryrefslogtreecommitdiffstats
path: root/perl-install/network/modem.pm
Commit message (Collapse)AuthorAgeFilesLines
* (ppp_configure) really fix modem symlink (#7967)Thierry Vignaud2004-03-161-1/+1
|
* fix modem symlink (#7967)Thierry Vignaud2004-03-021-1/+1
|
* - allow writting to another kppprc fileDamien Chaumette2004-02-251-8/+10
| | | | | - replace new kppp option values
* (ppp_read_conf) really default to dynamic dns, gateway and ip (really fix #7705)Thierry Vignaud2004-02-231-3/+3
|
* misc perl_checker cleanupsThierry Vignaud2004-02-231-3/+3
|
* split kppp config reading into network::modem::ppp_read_conf() in order to beThierry Vignaud2004-02-231-0/+35
| | | | | shared with manage interface
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-281-5/+4
| | | | | strings, thus reducing error risk)
* remove useless LOGIN fieldThierry Vignaud2004-01-201-1/+0
|
* do not gratuitously reinvent write_secret_backend()Thierry Vignaud2004-01-201-15/+1
|
* s/N('...')/N("...")/Thierry Vignaud2004-01-201-1/+1
|
* save login in ifcfg-ppp0Thierry Vignaud2004-01-201-0/+1
|
* save ip if neededThierry Vignaud2004-01-201-1/+1
|
* fix dyn/static stuffThierry Vignaud2004-01-201-1/+3
|
* fix static/dyn settingsThierry Vignaud2004-01-201-6/+7
|
* - handle PAP/CHAP auth method tooThierry Vignaud2004-01-201-2/+1
| | | | | - translate again strings
* handle more kppp options from new stepsThierry Vignaud2004-01-201-4/+12
|
* make sections more visible in generated kppprc conf fileThierry Vignaud2004-01-201-0/+4
|
* simpkify %toreplace buildThierry Vignaud2004-01-201-2/+1
|
* merge ppp_configure_raw() into its only caller (ppp_configure())Thierry Vignaud2004-01-201-4/+0
|
* do not bother try installing packages in testing modeThierry Vignaud2004-01-201-1/+1
|
* (ppp_configure_raw) remove code stolen from ppp_configure()Thierry Vignaud2004-01-191-4/+1
|
* (ppp_configure) reintroduce it for drakconnect's managerThierry Vignaud2004-01-161-0/+9
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-104/+3
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* fix #6184: read back "Connection Name" and "Domain Name" fieldsThierry Vignaud2003-11-251-3/+4
|
* escaped strings fixesThierry Vignaud2003-11-061-1/+1
|
* always ask for modem device even if not detected, unless user has winmodemDamien Chaumette2003-09-041-1/+1
|
* fix #5242, don't go back to main menu if winmodem isn't foundDamien Chaumette2003-09-041-2/+2
|
* fix no winmodem message/behaviorDamien Chaumette2003-08-211-0/+2
|
* fix some previous callback in drakconnect wizard modeThierry Vignaud2003-08-181-2/+4
|
* remove /dev/ttyS14 link by drakconnect.Francois Pons2003-05-281-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-5/+2
|
* - drop unused $intf in configure and winmodemConfigureDamien Chaumette2003-05-051-27/+21
| | | | | | - fix winmodem configuration behavior - perl_checker
* new perl_checker compliancePascal Rigaux2003-04-171-6/+6
|
* added login and password retrieval for ppp0 in configure function.Francois Pons2003-03-241-6/+6
|
* propose /dev/modem before other device (as it will work for other most case).Francois Pons2003-03-241-1/+1
|
* added modem configuration after LT Modem support.Francois Pons2003-03-241-3/+14
|
* fixed typo.Francois Pons2003-03-121-1/+1
|
* fix ltmodem package name with newer version.Francois Pons2003-03-121-1/+1
|
* added support for kernel base name of ltmodem.Francois Pons2003-03-061-2/+3
|
* install kdenetwork-kppp if kdebase is already installedFrederic Lepied2003-03-041-0/+1
|
* add LT WinModem support by searching ltmodem package.Francois Pons2003-02-281-5/+5
|
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+4
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* add CVS $IdPascal Rigaux2003-02-131-1/+1
|
* isdn.pm now in use strictDamien Chaumette2003-01-231-1/+0
| | | | | little cleanup
* force strict modeThierry Vignaud2003-01-231-0/+1
|
* in network::modem::configure $intf is unused, rename it to $_intfPascal Rigaux2002-12-291-1/+1
|
* - do not use a global $in in network::modem, pass it as a parameterPascal Rigaux2002-12-291-6/+9
| | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way)
* - use $::prefix instead the global $prefixPascal Rigaux2002-12-291-10/+10
| | | | | - don't pass $prefix to ppp_configure
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-8/+169
| | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip)
* isdn data are now fetched form system instead of drakconnect conf fileArnaud Desmons2002-12-061-0/+1
|