summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Expand)AuthorAgeFilesLines
* typo fixesThierry Vignaud2004-08-191-6/+6
* get rid off the 'ifcfg-Manually load a driver' file ...Olivier Blin2004-08-171-1/+1
* use network::ethernet::get_eth_categories() when neededOlivier Blin2004-08-171-4/+6
* NET_INTERFACE should be ppp0 for pppoe tooOlivier Blin2004-08-161-1/+2
* add reminder about external ISDN modems (special init string)Olivier Blin2004-08-161-0/+3
* don't configure firewall after configuring network during installPascal Rigaux2004-08-161-5/+0
* kill unused variablesOlivier Blin2004-08-121-2/+2
* kill deprecated partsOlivier Blin2004-08-121-36/+0
* set both NET_DEVICE and NET_INTERFACE in automatic lan configurationOlivier Blin2004-08-121-1/+1
* set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connectionsOlivier Blin2004-08-121-0/+1
* remove unused variable in network::netconnect, thanks perl_checkerOlivier Blin2004-08-101-2/+1
* add some FIXME comments in network::netconnectOlivier Blin2004-08-101-2/+2
* network::tools::connect_prog shouldn't be used/written anymore nowOlivier Blin2004-08-101-41/+0
* kill some more connect/disconnect_fileOlivier Blin2004-08-101-6/+1
* in netconnect::(start|stop)_internet, use (connect|disconnect)_backendOlivier Blin2004-08-091-2/+2
* s/iwpconfig/iwconfigFunda Wang2004-08-081-1/+1
* use the new kdenetwork-kppp-provider package (thanks Laurent !) to beOlivier Blin2004-08-061-0/+1
* set netcnx type when an external isdn modem is selected, or elseOlivier Blin2004-08-051-1/+1
* fix wordingOlivier Blin2004-08-041-1/+1
* do not force kppp installation, it will be installed byOlivier Blin2004-08-041-1/+0
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-041-19/+3
* write a cnx_script for adsl connexions too (so that drakconnect canOlivier Blin2004-08-041-0/+5
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-0/+1
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-021-1/+1
* (handle_multiple_cnx) only restart network for ADSL if we use anThierry Vignaud2004-07-291-1/+1
* it's probably better to rely on modem_run since speedtouch.sh may be droppedOlivier Blin2004-07-281-1/+1
* hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOTOlivier Blin2004-07-231-5/+5
* perl_checker complianceOlivier Blin2004-07-231-3/+3
* one more FIXME commentOlivier Blin2004-07-231-0/+1
* - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connectionsOlivier Blin2004-07-231-1/+30
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-26/+24
* fix perl_checker combo (yeah)Olivier Blin2004-07-201-1/+1
* oops, fix suckinessOlivier Blin2004-07-201-1/+1
* use read_net_conf to avoid code duplicationOlivier Blin2004-07-201-3/+2
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls t...Olivier Blin2004-07-201-12/+12
* unused variableOlivier Blin2004-07-201-1/+1
* don't forget to send $netcnx to network::network::read_all_conf ...Olivier Blin2004-07-201-1/+1
* use hotplug blacklist for adsl connections tooOlivier Blin2004-07-191-4/+10
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* typo fixThierry Vignaud2004-07-011-1/+1
* never disable "DHCP host name" entry box, it shouldn't be linked with ""Assig...Olivier Blin2004-06-251-1/+1
* unblacklist sis900 since its link beat detection works with latest kernelsOlivier Blin2004-06-251-1/+1
* - unblacklist tg3 since QA has confirmed it works smoothlyThierry Vignaud2004-06-231-1/+1
* rephrase zeroconf dialog (cybercfo)Olivier Blin2004-06-221-1/+4
* blacklist sis900 and tg3 modules for network hotpluggingOlivier Blin2004-06-221-1/+1
* first lan step: replace the "manual choice" string by the moreThierry Vignaud2004-06-101-2/+2
* first lan step: do not compare translated strings, use format callbackThierry Vignaud2004-06-101-3/+3
* switch ONBOOT to on/off for isdn and adsl connectionsDamien Chaumette2004-06-041-0/+5
* make LAN wizard more user friendly: move "manual choice" after detectedThierry Vignaud2004-06-011-1/+1
* (real_main) fix protocol switching from manual to auto when stepping backThierry Vignaud2004-05-281-4/+4