| Commit message (Expand) | Author | Age | Files | Lines |
* | NET_INTERFACE should be ppp0 for pppoe too | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
* | add reminder about external ISDN modems (special init string) | Olivier Blin | 2004-08-16 | 1 | -0/+3 |
* | don't configure firewall after configuring network during install | Pascal Rigaux | 2004-08-16 | 1 | -5/+0 |
* | kill unused variables | Olivier Blin | 2004-08-12 | 1 | -2/+2 |
* | kill deprecated parts | Olivier Blin | 2004-08-12 | 1 | -36/+0 |
* | set both NET_DEVICE and NET_INTERFACE in automatic lan configuration | Olivier Blin | 2004-08-12 | 1 | -1/+1 |
* | set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connections | Olivier Blin | 2004-08-12 | 1 | -0/+1 |
* | remove unused variable in network::netconnect, thanks perl_checker | Olivier Blin | 2004-08-10 | 1 | -2/+1 |
* | add some FIXME comments in network::netconnect | Olivier Blin | 2004-08-10 | 1 | -2/+2 |
* | network::tools::connect_prog shouldn't be used/written anymore now | Olivier Blin | 2004-08-10 | 1 | -41/+0 |
* | kill some more connect/disconnect_file | Olivier Blin | 2004-08-10 | 1 | -6/+1 |
* | in netconnect::(start|stop)_internet, use (connect|disconnect)_backend | Olivier Blin | 2004-08-09 | 1 | -2/+2 |
* | s/iwpconfig/iwconfig | Funda Wang | 2004-08-08 | 1 | -1/+1 |
* | use the new kdenetwork-kppp-provider package (thanks Laurent !) to be | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
* | set netcnx type when an external isdn modem is selected, or else | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
* | fix wording | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
* | do not force kppp installation, it will be installed by | Olivier Blin | 2004-08-04 | 1 | -1/+0 |
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -19/+3 |
* | write a cnx_script for adsl connexions too (so that drakconnect can | Olivier Blin | 2004-08-04 | 1 | -0/+5 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -0/+1 |
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | (handle_multiple_cnx) only restart network for ADSL if we use an | Thierry Vignaud | 2004-07-29 | 1 | -1/+1 |
* | it's probably better to rely on modem_run since speedtouch.sh may be dropped | Olivier Blin | 2004-07-28 | 1 | -1/+1 |
* | hey, I suck, that's DIAL_ON_IFUP, not DIAL_ON_BOOT | Olivier Blin | 2004-07-23 | 1 | -5/+5 |
* | perl_checker compliance | Olivier Blin | 2004-07-23 | 1 | -3/+3 |
* | one more FIXME comment | Olivier Blin | 2004-07-23 | 1 | -0/+1 |
* | - introduce ONBOOT and DIAL_ON_BOOT settings for isdn connections | Olivier Blin | 2004-07-23 | 1 | -1/+30 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -26/+24 |
* | fix perl_checker combo (yeah) | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | oops, fix suckiness | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | use read_net_conf to avoid code duplication | Olivier Blin | 2004-07-20 | 1 | -3/+2 |
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls t... | Olivier Blin | 2004-07-20 | 1 | -12/+12 |
* | unused variable | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | don't forget to send $netcnx to network::network::read_all_conf ... | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
* | use hotplug blacklist for adsl connections too | Olivier Blin | 2004-07-19 | 1 | -4/+10 |
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
* | typo fix | Thierry Vignaud | 2004-07-01 | 1 | -1/+1 |
* | never disable "DHCP host name" entry box, it shouldn't be linked with ""Assig... | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
* | unblacklist sis900 since its link beat detection works with latest kernels | Olivier Blin | 2004-06-25 | 1 | -1/+1 |
* | - unblacklist tg3 since QA has confirmed it works smoothly | Thierry Vignaud | 2004-06-23 | 1 | -1/+1 |
* | rephrase zeroconf dialog (cybercfo) | Olivier Blin | 2004-06-22 | 1 | -1/+4 |
* | blacklist sis900 and tg3 modules for network hotplugging | Olivier Blin | 2004-06-22 | 1 | -1/+1 |
* | first lan step: replace the "manual choice" string by the more | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
* | first lan step: do not compare translated strings, use format callback | Thierry Vignaud | 2004-06-10 | 1 | -3/+3 |
* | switch ONBOOT to on/off for isdn and adsl connections | Damien Chaumette | 2004-06-04 | 1 | -0/+5 |
* | make LAN wizard more user friendly: move "manual choice" after detected | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
* | (real_main) fix protocol switching from manual to auto when stepping back | Thierry Vignaud | 2004-05-28 | 1 | -4/+4 |
* | - call remove_initscript because internet service is dropped | Damien Chaumette | 2004-05-27 | 1 | -1/+1 |
* | filter LAN and Wireless cards by explicitely checking whether network | Thierry Vignaud | 2004-05-19 | 1 | -2/+2 |
* | perl_checker compliance | Damien Chaumette | 2004-05-17 | 1 | -3/+3 |