summaryrefslogtreecommitdiffstats
path: root/perl-install/network/modem.pm
Commit message (Expand)AuthorAgeFilesLines
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+1
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-15/+3
* keep # and * characters in phone number (#16031)Olivier Blin2005-05-171-2/+2
* use a higher timeout for modem dialing (#10814)Olivier Blin2005-03-101-0/+1
* remove all non-digit characters in phone number (#10813)Olivier Blin2005-02-231-1/+1
* (get_user_home) do not horribly die if USER environment variable listThierry Vignaud2004-12-201-1/+2
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* (first_modem) fix crash at install timeThierry Vignaud2004-10-071-0/+1
* (ppp_configure) add a specific udev script in addition to the udevOlivier Blin2004-09-231-1/+10
* (ppp_read_conf) override Authentication if it does not contain a digit charac...Olivier Blin2004-09-061-1/+1
* (ppp_read_conf) try to read kppp config from user dirOlivier Blin2004-09-061-1/+11
* (ppp_read_conf) return modem configurationOlivier Blin2004-09-061-0/+2
* (ppp_read_conf) use /dev/modem if no modem was detected (do not crashOlivier Blin2004-09-061-1/+4
* use same keys than manage interface for metricsOlivier Blin2004-08-271-3/+3
* (ppp_read_conf) read metric if setOlivier Blin2004-08-271-0/+1
* write metric in ifcfg files according to connection typeOlivier Blin2004-08-271-0/+2
* (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
* (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
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-281-5/+4
* 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
* 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
* 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
* 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