summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-1461/+0
|
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-7/+4
|
* fix default metric setting for wifi interfaces (thanks to Mickaël Le ↵Olivier Blin2005-12-081-3/+2
| | | | Baillif for pointing this out)
* simplifyThierry Vignaud2005-11-281-1/+1
|
* (real_main) once ISP DB is loaded, do not bother reload itThierry Vignaud2005-11-251-2/+2
|
* (real_main) usuability: preselect first ISP of user's countryThierry Vignaud2005-11-251-0/+5
|
* don't let interfaces with unknown drivers be configuredOlivier Blin2005-10-271-1/+6
|
* fix dvb crash during installOlivier Blin2005-09-201-0/+1
|
* don't try to connect auto-magically ethernet interfaces during configuration ↵Olivier Blin2005-09-191-9/+13
| | | | in install
* restart ethernet interface for pppoe connectionsOlivier Blin2005-09-191-0/+5
|
* add some reminders, fix indentationOlivier Blin2005-09-191-11/+19
|
* fix typoOlivier Blin2005-09-191-1/+1
|
* add reminderOlivier Blin2005-09-181-0/+5
|
* revert previous simplification, it may break the unusual sagem over pppoe caseOlivier Blin2005-09-161-1/+0
|
* some modem configuration programs modify modprobe.conf while drakconnect/the ↵Olivier Blin2005-09-161-2/+7
| | | | installer is loaded, workaround it
* make sure $net->{ifcfg}{ppp0} is a hashOlivier Blin2005-09-161-0/+1
|
* simplify pppoe configuration codeOlivier Blin2005-09-161-2/+3
|
* list and configure wireless interfaces for which the firmware isn't ↵Olivier Blin2005-09-111-3/+27
| | | | available (#18195)
* force DEVICE field write for ISDN configurationsOlivier Blin2005-09-081-1/+2
|
* add reminderOlivier Blin2005-09-081-0/+1
|
* disable roaming for rt2400/rt2500Olivier Blin2005-09-081-2/+3
|
* do not let modem settings be overriden by previous ppp0 settingsOlivier Blin2005-09-081-1/+1
|
* set SSID for rt2400/rt2500 cards using WPA with an iwpriv command (#18205)Olivier Blin2005-09-031-0/+1
|
* move is_ifplugd_blacklist in network::ethernet (and get rid of madwifi_pci, ↵Olivier Blin2005-08-311-4/+2
| | | | it's wifi and supported by ifplugd)
* use lower case 'i' in iwconfig/iwpriv/iwspy (#18031)Olivier Blin2005-08-301-6/+6
|
* improve "dsl type" message (thanks to Andreas)Olivier Blin2005-08-281-1/+1
|
* restart associated ethernet device for dsl connections needing itOlivier Blin2005-08-281-0/+4
|
* rephrase "DSL connection type" message, the preselected type has better to ↵Olivier Blin2005-08-281-4/+2
| | | | be kept
* move %wireless_enc_modes in network::wirelessOlivier Blin2005-08-281-9/+3
|
* don't blacklist ifplugd for pcmcia interfacesOlivier Blin2005-08-281-4/+1
|
* fix network restart condition for 6to4Olivier Blin2005-08-231-1/+1
|
* remove deprecated commentOlivier Blin2005-08-231-1/+0
|
* install bpalogin if needed onlyOlivier Blin2005-08-181-7/+8
|
* initial IPv6 support (6to4 tunnel)Olivier Blin2005-08-081-2/+13
|
* 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
|
* 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
| | | | | | add start/stop_net_interface add detach parameter to start/stop_interface
* use start/stop_interface instead of connect/disconnect_backendOlivier Blin2005-07-071-2/+2
|