Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use www.mandriva.com to test connection | Olivier Blin | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | move wireless stuff in wireless.pm | Olivier Blin | 2005-04-19 | 1 | -51/+0 |
| | |||||
* | do not crash if modprobe fails | Olivier Blin | 2005-04-19 | 1 | -2/+2 |
| | |||||
* | do not show empty ndiswrapper devices list | Olivier Blin | 2005-04-19 | 1 | -0/+17 |
| | |||||
* | replace to_bool(grep) call with any | Olivier Blin | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | consider a device as wifi even if it isn't plugged (useful in manage wizard) | Olivier Blin | 2005-04-13 | 1 | -1/+1 |
| | |||||
* | use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*) | Olivier Blin | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | Fix running ifup/ifdown not in chroot | Rafael Garcia-Suarez | 2005-04-12 | 1 | -2/+2 |
| | |||||
* | Need to specify the full path of ifup/ifdown when a shell isn't used to run them | Rafael Garcia-Suarez | 2005-04-12 | 1 | -2/+2 |
| | |||||
* | net_applet: really allow users to start connection without having to | Olivier Blin | 2005-04-07 | 1 | -1/+1 |
| | | | | | type the root password | ||||
* | run ifup/ifdown with run_program::raw and detach, so that pppd doesn't | Olivier Blin | 2005-04-07 | 1 | -3/+3 |
| | | | | | complain about invalid tty | ||||
* | improve wifi detection | Olivier Blin | 2005-04-05 | 1 | -2/+5 |
| | |||||
* | do not ask for root password if interface allows USERCTL | Olivier Blin | 2005-02-25 | 1 | -2/+11 |
| | |||||
* | minimal WPA support | Olivier Blin | 2005-02-24 | 1 | -1/+10 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-02-17 | 1 | -2/+2 |
| | |||||
* | revert some previous commit | Olivier Blin | 2005-02-17 | 1 | -1/+0 |
| | |||||
* | net_cnx scripts shouldn't be used anywhere now | Olivier Blin | 2005-02-17 | 1 | -4/+0 |
| | |||||
* | remove set_cnx_script | Olivier Blin | 2005-02-17 | 1 | -7/+1 |
| | |||||
* | remove write_cnx_script | Olivier Blin | 2005-02-17 | 1 | -10/+2 |
| | |||||
* | 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 |
| | | | | | this order : adsl > isdn > modem > ethernet | ||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | (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 |
| | | | | | is not configured | ||||
* | 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 |
| | | | | | to not have strange messages in net_appletb | ||||
* | move start_interface and stop_interface from net_monitor to network::tools, ↵ | Olivier Blin | 2004-08-30 | 1 | -1/+16 |
| | | | | use it in net_monitor and net_applet | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | (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 |
| |