Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -255/+0 |
| | |||||
* | fix default metric setting for wifi interfaces (thanks to Mickaël Le ↵ | Olivier Blin | 2005-12-08 | 1 | -2/+3 |
| | | | | Baillif for pointing this out) | ||||
* | fix start/stop of interfaces that are not set to start on boot | Olivier Blin | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | add get_current_gateway_interface | Olivier Blin | 2005-08-31 | 1 | -2/+7 |
| | |||||
* | allow net_applet to use vlan/alias interfaces (thanks to Michael Scherer) | Olivier Blin | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | fix metric parser | Olivier Blin | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | use ifup/ifdown with the boot option to handle ifplugd | Olivier Blin | 2005-08-04 | 1 | -13/+1 |
| | |||||
* | use mandriva | Olivier Blin | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | wait a second for ifplugd to be actually killed | Olivier Blin | 2005-07-24 | 1 | -0/+1 |
| | |||||
* | don't have a random result, sort | Olivier Blin | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | add start/stop_ifplugd | Olivier Blin | 2005-07-07 | 1 | -0/+11 |
| | |||||
* | remove connect/diconnect_backend | Olivier Blin | 2005-07-07 | 1 | -27/+25 |
| | | | | | | add start/stop_net_interface add detach parameter to start/stop_interface | ||||
* | remove useless grouping and rewrite code to be safer | Olivier Blin | 2005-07-01 | 1 | -4/+4 |
| | |||||
* | use empty prototype | Olivier Blin | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | don't fork to get route with "ip route", use /proc/net/route instead | Olivier Blin | 2005-06-25 | 1 | -6/+24 |
| | | | | | (TODO: handle IPv6 with /proc/net/ipv6_route) | ||||
* | add get_interface_ip_address (with bits from drakpxelinux) | Olivier Blin | 2005-06-09 | 1 | -0/+6 |
| | |||||
* | net interface is now in $net->{net_interface} | Olivier Blin | 2005-06-03 | 1 | -4/+4 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -34/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | initial import of network::thirdparty (this module factorizes the thirdparty ↵ | Olivier Blin | 2005-05-27 | 1 | -32/+0 |
| | | | | software/drivers/firmwares detection and installation code, it points the user to the relevant packages/documentation/url if needed, and don't allow to configure a device if its requirements aren't satisfied) | ||||
* | 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 |
| |