summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
Commit message (Expand)AuthorAgeFilesLines
* Convert cellular provider list to UTF-8.Anssi Hannula2008-05-141-2/+2
* Add internet settings for Finnish cellular providers.Anssi Hannula2008-05-141-0/+51
* install ppp (thanks Anssi) and bluez-utils when configuring a cellular connec...Olivier Blin2008-05-131-0/+2
* allow to skip protocol and address configuration (defaulting to dhcp) if AUTO...Olivier Blin2008-05-121-2/+4
* default to roaming for all encryption types if ROAMING is true in /etc/syscon...Olivier Blin2008-05-121-1/+5
* refresh networks list when switching from non-roaming to roaming (to get wpa_...Olivier Blin2008-05-051-0/+10
* add network to wpa_supplicant config if needed when connecting (drakroam/netc...Olivier Blin2008-05-021-0/+2
* reorderOlivier Blin2008-05-021-4/+4
* extract add_nework_to_wpa_supplicant functionOlivier Blin2008-05-021-7/+10
* 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
* do not set RESOLV_MODS to "yes" if PEERDNS is "yes" for ethernet connectionsOlivier Blin2008-04-031-1/+1
* write open/restricted mode in WIRELESS_ENC_MODE variable to be ableOlivier Blin2008-04-031-5/+6
* add useful URL about WEP key lengthOlivier Blin2008-04-031-0/+1
* move commentOlivier Blin2008-04-031-3/+3
* 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
* 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 wpa_supplican...Olivier Blin2008-03-311-0/+7
* 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 (cu...Olivier Blin2008-03-311-1/+7
* 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 charac...Olivier Blin2008-03-311-1/+6
* rename as convert_psk_key_for_wpa_supplicantOlivier Blin2008-03-311-2/+2
* remove old commentOlivier Blin2008-03-271-1/+1
* update commentsOlivier Blin2008-03-271-5/+1
* use no_distro_package for acx100 firmwareOlivier Blin2008-03-141-1/+1
* rename no_club as no_distro_packageOlivier Blin2008-03-142-3/+3
* do not enter PIN multiple times in gcom (to prevent wrong PIN from being ente...Olivier Blin2008-03-141-0/+7
* extract the "wrong PIN" error message to be reusedOlivier Blin2008-03-141-1/+3
* check that PIN number is 4 digitsOlivier Blin2008-03-141-0/+9
* add apply_network_selectionOlivier Blin2008-03-141-0/+7
* add .perl_checker file for lib/network/connection (requires perl_checker from...Olivier Blin2008-03-101-0/+1
* rephrase WPA/WPA2 PSK/Enterprise labelsOlivier Blin2008-03-101-2/+2
* always set interface for unlisted devicesOlivier Blin2008-03-051-1/+2
* prefer real interfaces over virtual/vlanOlivier Blin2008-03-051-1/+2
* copy device hash not to override descriptionsOlivier Blin2008-03-051-5/+3
* perl_checker fixOlivier Blin2008-03-051-1/+1
* styleOlivier Blin2008-03-051-3/+6
* do not update iftab for vlan interfaces eitherOlivier Blin2008-03-051-2/+2
* add utility functions for real/vlan/virtual interfacesOlivier Blin2008-03-051-4/+5