summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Expand)AuthorAgeFilesLines
* it's better to warn package installation failure in ensure_is_installed than ...Pascal Rigaux2005-08-081-10/+5
* handle access point roaming using wpa_supplicantOlivier Blin2005-08-051-22/+33
* allow to use WEP keys in wpa_supplicantOlivier Blin2005-08-041-1/+1
* 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
* use ifup/ifdown with the boot option to handle ifplugdOlivier Blin2005-08-041-7/+1
* allow winmodems to be configuredOlivier Blin2005-07-291-0/+2
* don't use global $in (fix ISDN configuration)Olivier Blin2005-07-211-3/+3
* use wpa_supplicant_add_network_simpleOlivier Blin2005-07-201-1/+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
* 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
* remove connect/diconnect_backendOlivier Blin2005-07-071-4/+4
* use start/stop_interface instead of connect/disconnect_backendOlivier Blin2005-07-071-2/+2
* add missing requireOlivier Blin2005-06-201-0/+1
* remove duplicate lan detectionOlivier Blin2005-06-201-2/+0
* add some "use xxx;" (the idea is to see what the package needs, but i may rol...Pascal Rigaux2005-06-101-0/+1
* help perl_checkerThierry Vignaud2005-06-031-1/+1
* fix pixel sucksThierry Vignaud2005-06-031-1/+1
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-329/+163
* be more in drakx spirit, and more important perl_checker warning cleanPascal Rigaux2005-06-031-2/+1
* - rename "hw_account" step as "isdn_account"Olivier Blin2005-05-311-10/+7
* tag obscure isdn card settings as advancedOlivier Blin2005-05-311-5/+5
* if__(exists $foo, $bar) returns $bar whatever $foo is, don't try toOlivier Blin2005-05-311-25/+18
* really handle irq, mem, io, io0, io1 isdn paramaters (i.e. finish theOlivier Blin2005-05-311-5/+5
* handle huptimeout setting again (I4L_IDLETIME in isdn4net)Olivier Blin2005-05-311-1/+1
* move netprofile stuff in network::networkOlivier Blin2005-05-301-38/+0
* add missing closing braceOlivier Blin2005-05-301-0/+2
* external isdn modems don't require the "isdn_dial_on_boot" stepOlivier Blin2005-05-301-1/+1
* $netc->{isdntype} is unneededOlivier Blin2005-05-301-2/+1
* simply isdn external modem code (remove $netcnx->{isdn_external})Olivier Blin2005-05-301-12/+9
* use network::thirdparty for modem devicesOlivier Blin2005-05-301-42/+14
* initial import of network::thirdparty (this module factorizes the thirdparty ...Olivier Blin2005-05-271-73/+6
* remove unneeded trick since network::network always update NETWORK andOlivier Blin2005-05-241-2/+0
* use iwpriv for WPA with rt2x00 drivers (they don't plan to support wpa_suppli...Olivier Blin2005-05-171-13/+22
* DVB supportOlivier Blin2005-05-131-1/+47
* hide DVB for nowOlivier Blin2005-05-131-1/+0
* reorder drakconnect first screen (to please our flowered bearded boss)Olivier Blin2005-05-121-8/+9
* remove another useless stepOlivier Blin2005-05-041-9/+0
* ask wireless settings before boot protocol selectionOlivier Blin2005-05-041-4/+6
* remove useless warning in install, we never override configuration (#10827)Olivier Blin2005-05-041-14/+1
* display VPI/VCI values in decimalOlivier Blin2005-04-271-6/+10
* handle errors in wireless packages installation, simplifyOlivier Blin2005-04-241-2/+10
* allow to disable WPA even if no key is usedOlivier Blin2005-04-241-6/+6
* fix WPA keyOlivier Blin2005-04-241-1/+1
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
* rename "ethernet connection" as "LAN connection" like anywhere sinceThierry Vignaud2005-04-211-1/+1
* allow to choose the wireless encryption mode between "None", "Open WEP", "Res...Olivier Blin2005-04-201-20/+37