summaryrefslogtreecommitdiffstats
path: root/lib/network
Commit message (Collapse)AuthorAgeFilesLines
...
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵Olivier Blin2008-05-123-4/+8
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* default to roaming for all encryption types if ROAMING is true in ↵Olivier Blin2008-05-121-1/+5
| | | | /etc/sysconfig/drakx-net
* allow skipping interface choice if AUTOMATIC_IFACE_CHOICE is true in ↵Olivier Blin2008-05-121-2/+5
| | | | /etc/sysconfig/drakx-net and only one "automatic" interface is detected (i.e. not ndiswrapper)
* refresh networks list when switching from non-roaming to roaming (to get ↵Olivier Blin2008-05-051-0/+10
| | | | wpa_supplicant network IDs)
* add network to wpa_supplicant config if needed when connecting ↵Olivier Blin2008-05-021-0/+2
| | | | (drakroam/netcenter)
* reorderOlivier Blin2008-05-021-4/+4
|
* extract add_nework_to_wpa_supplicant functionOlivier Blin2008-05-021-7/+10
|
* force using wireless-tools when wpa_supplicant gives empty resultsOlivier Blin2008-05-021-0/+1
| | | | | (by removing useless info from wpa_cli output)
* do not try to use mandi if not availableOlivier Blin2008-05-021-1/+1
|
* simplify has_roaming definitionOlivier Blin2008-05-021-2/+3
|
* do not create unused monitor object (but add a FIXME note)Olivier Blin2008-05-021-1/+1
|
* remove unneeded useOlivier Blin2008-05-011-1/+0
|
* move ifw code in network::net_applet::ifwOlivier Blin2008-04-301-0/+218
|
* add support for using dbus-send to select a network (will require some way ↵Olivier Blin2008-04-301-1/+10
| | | | to get network IDs first)
* move out some variables (for future usage)Olivier Blin2008-04-301-6/+7
|
* do not disable ONBOOT for PCMCIA interfaces (ifplugd is used by default)Olivier Blin2008-04-301-2/+0
|
* make modules_conf optional when finding interface driverOlivier Blin2008-04-291-3/+3
|
* add suport for cdc_acm USB modems in cellular backendOlivier Blin2008-04-251-1/+4
|
* add APN for SFR WAP (Illimythics / Pass Surf)Olivier Blin2008-04-251-0/+3
|
* enhance label of SFR Web APNOlivier Blin2008-04-251-1/+1
|
* fix APN for TIM provider (from Giuseppe Ghibo)Olivier Blin2008-04-251-1/+1
|
* add BouygTel providerOlivier Blin2008-04-161-0/+13
|
* add another useful linkOlivier Blin2008-04-161-0/+1
|
* add additional linkOlivier Blin2008-04-161-0/+1
|
* use network-up to wait for connection to be startedOlivier Blin2008-04-041-0/+3
| | | | | (useful when called right before adding urpmi media)
* show wait message when starting connectionOlivier Blin2008-04-041-0/+1
|
* do not set RESOLV_MODS to "yes" if PEERDNS is "yes" for ethernet connectionsOlivier Blin2008-04-031-1/+1
|
* allow to accept multiple users for the same portOlivier Blin2008-04-031-3/+3
|
* allow more local networks in squid (from squid default conf)Olivier Blin2008-04-031-0/+4
|
* redirect both fw and loc zone (if loc is available)Olivier Blin2008-04-031-2/+4
|
* do not write MII_NOT_SUPPORTED in wireless.d files (so that its valueOlivier Blin2008-04-031-1/+1
| | | | | does not get overwritten when switching networks)
* rewrite for next commitOlivier Blin2008-04-031-3/+5
|
* write open/restricted mode in WIRELESS_ENC_MODE variable to be ableOlivier Blin2008-04-031-5/+6
| | | | | to use spaces in ASCII wireless keys (#26025)
* add useful URL about WEP key lengthOlivier Blin2008-04-031-0/+1
|
* move commentOlivier Blin2008-04-031-3/+3
|
* add netmask_to_vlsm function (for shorewall masq computing)Olivier Blin2008-04-031-0/+12
|
* allow writting WIRELESS_ENC_MODEOlivier Blin2008-04-031-1/+1
|
* use 32 bytes as max WEP key length (now that wpa_supplicant supports it)Olivier Blin2008-04-031-1/+1
|
* add a link detection delay for b44 module (#38795)Olivier Blin2008-04-021-1/+1
|
* use new advanced vpnc UDP options (mostly from Lonny, #35007)Olivier Blin2008-04-021-4/+4
|
* add cellular provider data for Italy (from Giuseppe Ghibò)Olivier Blin2008-04-021-0/+20
|
* check firmware with ucode API '-1' for iwl3945/iwl4965 (default in our kernel)Olivier Blin2008-04-011-1/+1
|
* allow to specify ucode_api for iwl modulesOlivier Blin2008-04-011-5/+6
|
* zero-pad options to usbserial moduleOlivier Blin2008-03-311-2/+2
|
* ensure that WEP keys are not longer than maximum key length for ↵Olivier Blin2008-03-311-0/+7
| | | | wpa_supplicant (#28107)
* ensure that WPA keys are 8-63 long if ASCII, 64 is hexOlivier Blin2008-03-311-0/+7
|
* do not convert WEP keys longer than maximum key length for wpa_supplicant ↵Olivier Blin2008-03-311-1/+7
| | | | (currently 16)
* allow to force using key as ASCII string (#27525)Olivier Blin2008-03-311-11/+21
|
* do not convert ASCII PSK passphrases that do not have between 8 and 63 ↵Olivier Blin2008-03-311-1/+6
| | | | characters
* rename as convert_psk_key_for_wpa_supplicantOlivier Blin2008-03-311-2/+2
|