summaryrefslogtreecommitdiffstats
path: root/perl-install/network/tools.pm
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-255/+0
* fix default metric setting for wifi interfaces (thanks to Mickaƫl Le Baillif...Olivier Blin2005-12-081-2/+3
* fix start/stop of interfaces that are not set to start on bootOlivier Blin2005-09-131-1/+1
* add get_current_gateway_interfaceOlivier Blin2005-08-311-2/+7
* allow net_applet to use vlan/alias interfaces (thanks to Michael Scherer)Olivier Blin2005-08-301-1/+1
* fix metric parserOlivier Blin2005-08-301-1/+1
* use ifup/ifdown with the boot option to handle ifplugdOlivier Blin2005-08-041-13/+1
* use mandrivaOlivier Blin2005-07-291-1/+1
* wait a second for ifplugd to be actually killedOlivier Blin2005-07-241-0/+1
* don't have a random result, sortOlivier Blin2005-07-131-1/+1
* add start/stop_ifplugdOlivier Blin2005-07-071-0/+11
* remove connect/diconnect_backendOlivier Blin2005-07-071-27/+25
* remove useless grouping and rewrite code to be saferOlivier Blin2005-07-011-4/+4
* use empty prototypeOlivier Blin2005-06-251-1/+1
* don't fork to get route with "ip route", use /proc/net/route insteadOlivier Blin2005-06-251-6/+24
* add get_interface_ip_address (with bits from drakpxelinux)Olivier Blin2005-06-091-0/+6
* net interface is now in $net->{net_interface}Olivier Blin2005-06-031-4/+4
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-34/+20
* initial import of network::thirdparty (this module factorizes the thirdparty ...Olivier Blin2005-05-271-32/+0
* use www.mandriva.com to test connectionOlivier Blin2005-04-291-1/+1
* move wireless stuff in wireless.pmOlivier Blin2005-04-191-51/+0
* do not crash if modprobe failsOlivier Blin2005-04-191-2/+2
* do not show empty ndiswrapper devices listOlivier Blin2005-04-191-0/+17
* replace to_bool(grep) call with anyOlivier Blin2005-04-181-1/+1
* consider a device as wifi even if it isn't plugged (useful in manage wizard)Olivier Blin2005-04-131-1/+1
* use sysfs as fallback to detect wireless interfaces (rt2x00/prism2_*)Olivier Blin2005-04-121-1/+1
* Fix running ifup/ifdown not in chrootRafael Garcia-Suarez2005-04-121-2/+2
* Need to specify the full path of ifup/ifdown when a shell isn't used to run themRafael Garcia-Suarez2005-04-121-2/+2
* net_applet: really allow users to start connection without having toOlivier Blin2005-04-071-1/+1
* run ifup/ifdown with run_program::raw and detach, so that pppd doesn'tOlivier Blin2005-04-071-3/+3
* improve wifi detectionOlivier Blin2005-04-051-2/+5
* do not ask for root password if interface allows USERCTLOlivier Blin2005-02-251-2/+11
* minimal WPA supportOlivier Blin2005-02-241-1/+10
* perl_checker fixesOlivier Blin2005-02-171-2/+2
* revert some previous commitOlivier Blin2005-02-171-1/+0
* net_cnx scripts shouldn't be used anywhere nowOlivier Blin2005-02-171-4/+0
* remove set_cnx_scriptOlivier Blin2005-02-171-7/+1
* remove write_cnx_scriptOlivier Blin2005-02-171-10/+2
* basic ndiswrapper supportOlivier Blin2005-02-051-0/+8
* remove unused variablesPascal Rigaux2005-01-061-2/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* introduce network::tools::get_interface_statusOlivier Blin2004-11-091-4/+9
* cleanup thanks to perl_checkerPascal Rigaux2004-10-151-4/+8
* simplifyPascal Rigaux2004-10-141-1/+1
* cleanup thanks to perl_checkerPascal Rigaux2004-10-141-6/+9
* I sux, fix priorityOlivier Blin2004-09-271-4/+4
* (bg_command_as_root) use kdesu in kdeOlivier Blin2004-09-271-1/+6
* (get_default_gateway_interface) try to detect default connection inOlivier Blin2004-09-271-21/+5
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be a...Pascal Rigaux2004-09-201-1/+1
* (get_default_ippp_interface) use interfaces with true DIAL_ON_IFUPOlivier Blin2004-09-131-1/+1