summaryrefslogtreecommitdiffstats
path: root/perl-install/network/modem.pm
Commit message (Collapse)AuthorAgeFilesLines
* prefix write_secret_backendOlivier Blin2005-06-131-1/+1
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+1
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured
* 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
| | | | | a non existing user
* 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
| | | | | | rules file to create /dev/modem (ttySL0 is a symlink, udev won't be called when it's created)
* (ppp_read_conf) override Authentication if it does not contain a digit ↵Olivier Blin2004-09-061-1/+1
| | | | | | | character, the empty string exists ...
* (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
| | | | | when we edit a connection whose modem is unplugged)
* 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
| | | | | - 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
|