summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
* it's better to warn package installation failure in ensure_is_installed than ↵Pascal Rigaux2005-08-081-10/+5
| | | | each callers (bugzilla #17251)
* handle access point roaming using wpa_supplicantOlivier Blin2005-08-051-22/+33
|
* handle prefixOlivier Blin2005-08-051-2/+2
|
* overwrite previous wpa_supplicant entries with same ssid or bssidOlivier Blin2005-08-051-6/+12
|
* better handling for hex keys in wpa_supplicantOlivier Blin2005-08-051-1/+1
|
* allow to use WEP keys in wpa_supplicantOlivier Blin2005-08-042-4/+15
|
* use ifplugd for wireless interfacesOlivier Blin2005-08-041-3/+1
|
* make is_ifplugd_blacklisted return a booleanOlivier Blin2005-08-041-6/+5
|
* s/hotplug/ifplugd/Olivier Blin2005-08-041-7/+7
|
* perl_checker fixesOlivier Blin2005-08-041-2/+2
|
* use ifup/ifdown with the boot option to handle ifplugdOlivier Blin2005-08-042-20/+2
|
* ip isn't localizedOlivier Blin2005-08-021-1/+1
|
* allow winmodems to be configuredOlivier Blin2005-07-291-0/+2
|
* new sysfs structureOlivier Blin2005-07-292-3/+3
|
* if sysfs is broken, don't matchOlivier Blin2005-07-291-1/+1
|
* use mandrivaOlivier Blin2005-07-291-1/+1
|
* don't needlessly swap bytesOlivier Blin2005-07-281-1/+1
|
* don't write alias interfaces in shorewall interfaces fileOlivier Blin2005-07-261-1/+2
|
* run shorewall clear if firewall is stopped (#17046)Olivier Blin2005-07-261-1/+6
|
* fix variable declarationOlivier Blin2005-07-261-1/+2
|
* kill(signal, <empty string>) sends the signal to the calling process, avoid itOlivier Blin2005-07-261-1/+3
|
* wait a second for ifplugd to be actually killedOlivier Blin2005-07-241-0/+1
|
* write hosts in correct order in /etc/hostsOlivier Blin2005-07-241-2/+2
|
* allow to select a wireless networkOlivier Blin2005-07-221-0/+6
|
* add some comments, use meaningfull variable namesOlivier Blin2005-07-221-5/+8
|
* use ssid from configuration if found for the MAC address (useful forOlivier Blin2005-07-221-0/+1
| | | | | hidden essid)
* write module aliases if neededOlivier Blin2005-07-211-0/+1
|
* don't use global $in (fix ISDN configuration)Olivier Blin2005-07-213-11/+10
|
* don't translate vga resolutionOlivier Blin2005-07-211-1/+0
|
* new dbus naming schemeOlivier Blin2005-07-201-3/+3
|
* get network ids and current networkOlivier Blin2005-07-201-1/+9
|
* use wpa_supplicant_add_network_simpleOlivier Blin2005-07-201-1/+1
|
* allow to read/write wpa_supplicant config filesOlivier Blin2005-07-201-45/+72
|
* fix ipw data structure and add firmware urlOlivier Blin2005-07-191-13/+12
|
* get_eth_card_mac_address: handle firewire mac_addresses againOlivier Blin2005-07-181-1/+2
|
* new naming schemeOlivier Blin2005-07-151-2/+2
|
* don't have a random result, sortOlivier Blin2005-07-131-1/+1
|
* make net_applet reload the configurationOlivier Blin2005-07-131-0/+1
|
* initial importOlivier Blin2005-07-131-0/+27
|
* use dbus_object;Olivier Blin2005-07-131-55/+12
|
* Mandrakesoft -> Mandriva in DBus namesOlivier Blin2005-07-111-3/+3
|
* don't use undefined variableOlivier Blin2005-07-111-5/+1
|
* really write modem/adsl ifcfg files (fix ONBOOT setting)Olivier Blin2005-07-111-1/+1
|
* don't restart network service at drakconnect startupOlivier Blin2005-07-111-1/+1
|
* reduce the overall perl_checker warningsThierry Vignaud2005-07-081-49/+31
|
* use stop_net_interfaceOlivier Blin2005-07-071-1/+1
|
* do not restart network to apply modifications, run ifup or ifplugd insteadOlivier Blin2005-07-071-0/+9
|
* add start/stop_ifplugdOlivier Blin2005-07-071-0/+11
|
* remove connect/diconnect_backendOlivier Blin2005-07-072-31/+29
| | | | | | add start/stop_net_interface add detach parameter to start/stop_interface
* stricter regexp for MAC addressesOlivier Blin2005-07-071-1/+1
|