summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dhcp4: send FQDN option when ipv4.dhcp-fqdn is setbg/dhcp-send-fqdn-rh1255507Beniamino Galvani2015-11-2312-31/+122
* ifcfg-rh: support DHCP_FQDN variableBeniamino Galvani2015-11-232-1/+15
* dhcp-manager: strip hostname sent by dhcpcdBeniamino Galvani2015-11-231-2/+9
* dhcp-manager: strip hostname sent by internal DHCP clientBeniamino Galvani2015-11-231-1/+11
* systemd: merge branch 'systemd' into masterBeniamino Galvani2015-11-2387-7918/+6466
|\
| * systemd: update code from upstreamBeniamino Galvani2015-11-2385-7962/+6363
* | dhcp: pass IPv6 link-local address to DHCP clientBeniamino Galvani2015-11-238-3/+28
* | main: add argument --print-config to NetworkManagerThomas Haller2015-11-225-11/+59
* | default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* | default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-35/+57
* | platform: use explict "bool" type instead of "guint8" in NMPObjectsThomas Haller2015-11-201-2/+2
* | platform: minor code cleanup in _new_from_nl_link()Thomas Haller2015-11-201-10/+10
* | core: verify secrets when adding connection via D-Bus (bgo #757843)Jiří Klimeš2015-11-201-3/+9
* | ifcfg-rh: fix memleak reading mac-address-randomizationThomas Haller2015-11-191-0/+1
* | wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš2015-11-191-0/+2
* | wifi: propagte errors from supplicant-config to callerThomas Haller2015-11-199-260/+323
* | wifi: disable mac-address-randomization by defaultThomas Haller2015-11-181-4/+3
* | wwan: rework connection flow to send PIN earlier and fix autoconnectDan Williams2015-11-182-116/+235
* | core: only run availability recheck transition if requiredDan Williams2015-11-181-6/+10
* | libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-186-159/+172
* | wifi: enable mac-address-randomization by default for new connectionsThomas Haller2015-11-181-2/+4
* | ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-188-1/+212
* | wifi: implement MAC address randomizationDan Williams2015-11-187-32/+186
* | supplicant: check for MAC address randomization supportDan Williams2015-11-182-4/+18
* | trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams2015-11-184-25/+25
* | ifcfg-rh: add svSetValueInt64() utilityThomas Haller2015-11-182-0/+10
* | exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-189-203/+194
* | bus-manager: drop private socketLubomir Rintel2015-11-181-75/+0
* | platform/tests: fix fake-platform test running in debug-modeThomas Haller2015-11-181-1/+1
* | ifcfg: fix a possible double-free error on invalid WEP key (rh #1281324)Jiří Klimeš2015-11-181-9/+13
* | wifi: fix handling APs list using string-hashingThomas Haller2015-11-161-1/+1
* | core: fix failed assertion when D-Bus service is already takenBeniamino Galvani2015-11-131-1/+1
* | build: add backward compatibility define for missing CLOCK_BOOTTIMEGlenn Washburn2015-11-132-0/+10
* | build: disable Pragmas for pre 4.6 gccGlenn Washburn2015-11-131-0/+9
* | dispatcher: don't abort when VPN connections have no IPv4Lubomir Rintel2015-11-131-4/+0
* | wifi: clean up removal of current AP if it fails during association (bgo #733...Dan Williams2015-11-121-19/+9
* | agent-manager: add a missing break in caseLubomir Rintel2015-11-121-0/+1
* | device: don't try to re-add addresses that vanish on device disconnectionLubomir Rintel2015-11-121-23/+27
* | nm-device: only progress with ip-config if the device is still in IP_WAITLubomir Rintel2015-11-111-2/+4
* | wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller2015-11-111-4/+2
* | Revert "wifi: do no crash when getting BSSID fails"Thomas Haller2015-11-111-5/+1
* | wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2015-11-112-3/+4
* | systemd/adapt: return G_SOURCE_REMOVE in time event callbackBeniamino Galvani2015-11-111-10/+3
* | wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* | ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-102-52/+230
* | exported-object: split out the creation of interface skeletonsThomas Haller2015-11-102-76/+124
* | core: explicitly unexport objects when we're done with themDan Williams2015-11-1011-47/+75
* | wifi/ap: use direct-hashing for aps hashThomas Haller2015-11-101-3/+8
* | wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-102-33/+45
* | wifi/ap: set the current-ap after adding the new APThomas Haller2015-11-101-1/+1