| Commit message (Expand) | Author | Age | Files | Lines |
* | basic ndiswrapper support | Olivier Blin | 2005-02-05 | 1 | -0/+8 |
* | remove unused variables | Pascal Rigaux | 2005-01-06 | 1 | -2/+1 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
* | introduce network::tools::get_interface_status | Olivier Blin | 2004-11-09 | 1 | -4/+9 |
* | cleanup thanks to perl_checker | Pascal Rigaux | 2004-10-15 | 1 | -4/+8 |
* | simplify | Pascal Rigaux | 2004-10-14 | 1 | -1/+1 |
* | cleanup thanks to perl_checker | Pascal Rigaux | 2004-10-14 | 1 | -6/+9 |
* | I sux, fix priority | Olivier Blin | 2004-09-27 | 1 | -4/+4 |
* | (bg_command_as_root) use kdesu in kde | Olivier Blin | 2004-09-27 | 1 | -1/+6 |
* | (get_default_gateway_interface) try to detect default connection in | Olivier Blin | 2004-09-27 | 1 | -21/+5 |
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be a... | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
* | (get_default_ippp_interface) use interfaces with true DIAL_ON_IFUP | Olivier Blin | 2004-09-13 | 1 | -1/+1 |
* | (get_interface_type) ethernet devices can be used as adsl devices | Olivier Blin | 2004-09-07 | 1 | -1/+1 |
* | remove horrible and unneeded workaround | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
* | shut up perl_checker! | Olivier Blin | 2004-09-03 | 1 | -1/+1 |
* | remove test_internet_connection(), use network::test instead | Olivier Blin | 2004-09-03 | 1 | -17/+0 |
* | (get_interface_type) enhance detection for adsl devices | Olivier Blin | 2004-09-03 | 1 | -1/+2 |
* | revert titi fix, do not return random interface if internet connection | Olivier Blin | 2004-09-01 | 1 | -3/+1 |
* | do not use find over grep, just find | Olivier Blin | 2004-09-01 | 1 | -10/+3 |
* | (get_internet_connection) if no default route exits, take first route in order | Thierry Vignaud | 2004-09-01 | 1 | -1/+3 |
* | move start_interface and stop_interface from net_monitor to network::tools, u... | Olivier Blin | 2004-08-30 | 1 | -1/+16 |
* | write metric in ifcfg files according to connection type | Olivier Blin | 2004-08-27 | 1 | -1/+11 |
* | add missing spaces | Olivier Blin | 2004-08-25 | 1 | -2/+2 |
* | add get_interface_type to guess interface type | Olivier Blin | 2004-08-25 | 1 | -0/+7 |
* | add new functions to make internet connection tests easier | Olivier Blin | 2004-08-17 | 1 | -0/+76 |
* | drop network::tools::reread_net_conf | Olivier Blin | 2004-08-17 | 1 | -6/+0 |
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -2/+8 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -1/+2 |
* | (remove_initscript) simplify | Thierry Vignaud | 2004-07-29 | 1 | -6/+3 |
* | remove unneeded quotes | Olivier Blin | 2004-07-26 | 1 | -1/+1 |
* | let perl-MDK-Common do the quoting | Olivier Blin | 2004-07-26 | 1 | -2/+1 |
* | - %modules::conf is no more a global, so many functions need passing $modules... | Pascal Rigaux | 2004-07-21 | 1 | -2/+2 |
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls t... | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
* | don't probe again connection type here since now | Olivier Blin | 2004-07-20 | 1 | -1/+0 |
* | make the tcp ping actually work | Olivier Blin | 2004-07-19 | 1 | -1/+9 |
* | use a tcp ping in check_link_beat if not root | Olivier Blin | 2004-07-16 | 1 | -1/+1 |
* | properly handle ascii WEP keys (#9884) | Olivier Blin | 2004-06-24 | 1 | -0/+17 |
* | remove debug message | Thierry Vignaud | 2004-06-01 | 1 | -1/+0 |
* | (use_windows) space cleanup | Thierry Vignaud | 2004-06-01 | 1 | -1/+2 |
* | - kill write_initscript | Damien Chaumette | 2004-05-27 | 1 | -50/+9 |
* | try to fix #3793 or at least enhance firmware seeking on windows partition | Damien Chaumette | 2004-04-27 | 1 | -2/+3 |
* | move reread_net_conf to tools.pm | Damien Chaumette | 2004-04-20 | 1 | -0/+8 |
* | (read_providers_backend) move it from network::tools to network::isdn | Thierry Vignaud | 2004-03-08 | 1 | -3/+1 |
* | fix crash on canceling "already configured net device" configuration (#7679) | Thierry Vignaud | 2004-02-14 | 1 | -2/+2 |
* | (is_wireless_intf) kill it since it's no more usefull. | Thierry Vignaud | 2004-02-02 | 1 | -6/+1 |
* | remove pseudo global variables use from use_floppy() | Thierry Vignaud | 2004-02-02 | 1 | -3/+1 |
* | (set_cnx_script) split it out of write_cnx_script() | Thierry Vignaud | 2004-01-29 | 1 | -11/+11 |
* | get rid of global variables regarding connect/disconnect scripts | Thierry Vignaud | 2004-01-26 | 1 | -1/+5 |
* | get rid of pseudo global $prefix, just reuse global $::prefix :-) | Thierry Vignaud | 2004-01-26 | 1 | -8/+8 |
* | (copy_firmware) kill it (was merged into add intf wizard | Thierry Vignaud | 2004-01-22 | 1 | -22/+0 |