summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: stop using the private socketlr/gdbus-object-manager/no-private-socket-1Lubomir Rintel2015-11-091-148/+3
* bus-manager: drop private socketLubomir Rintel2015-11-091-57/+0
* fixup! wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-091-0/+2
* fixup! wifi/ap: explicitly unexport AP and refactor add/remove APLubomir Rintel2015-11-091-1/+0
* exported-object: add support for DBus ObjectManager interfaceDan Williams2015-11-078-251/+232
* fixup! ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-071-19/+64
* ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2015-11-072-48/+181
* exported-object: split out the creation of interface skeletonsThomas Haller2015-11-072-76/+124
* core: explicitly unexport objects when we're done with themDan Williams2015-11-0711-47/+75
* wifi/ap: use direct-hashing for aps hashThomas Haller2015-11-071-3/+8
* wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2015-11-072-32/+43
* wifi/ap: set the current-ap after adding the new APThomas Haller2015-11-071-1/+1
* core: fix wrongly exporting object before instance is fully constructedThomas Haller2015-11-074-4/+33
* ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller2015-11-071-0/+2
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* device: set a reason when device enslave failsLubomir Rintel2015-11-061-3/+4
* cli: fix `nmcli device set DEV managed true`Thomas Haller2015-11-061-1/+1
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-068-75/+75
* policy: fix looping through list while removing elements (rh #1175446)Jiří Klimeš2015-11-051-3/+7
* linux-platform: don't overwrite network with preferred sourceLubomir Rintel2015-11-051-1/+1
* device: fix switched ip6_config_subtract argumentsLubomir Rintel2015-11-051-4/+4
* agent-manager: don't try to cancel requests that already finishedLubomir Rintel2015-11-041-2/+4
* device: terminate the activation chain when entering the failed stateBeniamino Galvani2015-11-031-0/+8
* rdisc/tests: initialize iid passed to nm_rdisc_set_iid()Beniamino Galvani2015-11-032-2/+2
* test-link: skip test if iproute2 is not capable enoughLubomir Rintel2015-11-031-2/+8
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-032-0/+85
* libnm-core: fix make dist with --enable-tests=noLubomir Rintel2015-11-021-2/+2
* merge: branch 'lr/stable-privacy-rfc7217'Lubomir Rintel2015-11-0223-134/+768
|\
| * libnm-core: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-024-10/+17
| * core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-0211-29/+314
| * core: support IPv6 duplicate address detectionLubomir Rintel2015-11-025-6/+97
| * rdisc: move address generation into NMRDisc from NMLNDPRdiscLubomir Rintel2015-11-027-93/+118
| * cli: add addr-gen-mode propertyLubomir Rintel2015-11-021-4/+44
| * ifcfg-rh: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-7/+30
| * keyfile: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-0/+46
| * setting-ip6-config: add addr-gen-mode propertyLubomir Rintel2015-11-023-0/+117
|/
* tests: fix error message in nmtst_assert_ip6_address()Thomas Haller2015-11-021-1/+1
* merge: branch 'lr/vpn-aliases'Lubomir Rintel2015-11-024-23/+18
|\
| * vpn-plugin-info: add vpn plugin service aliaseslr/vpn-aliasesLubomir Rintel2015-11-021-1/+16
| * vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel2015-11-024-22/+2
|/
* test: disable g_log_set_always_fatal() for non-assert tests on older glib ver...Thomas Haller2015-11-021-0/+5
* platform: use ifi_change field for setting link flagsThomas Haller2015-11-023-68/+60
* platform: merge branch 'th/platform-parse-nl-bgo754570'Thomas Haller2015-11-0256-3407/+5947
|\
| * vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller2015-11-023-20/+135
| * libnm: don't re-sort the vlan priorities every time in set_map()Thomas Haller2015-11-021-9/+30
| * platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller2015-11-027-98/+1122
| * libnm: internally expose NMVlanQosMapping struct in "nm-core-internal.h"Thomas Haller2015-11-022-21/+22
| * libnm: add internal header file "nm-core-types-internal.h"Thomas Haller2015-11-024-0/+28
| * platform: promise that the link lnk is an immutable NMPObject and expose itThomas Haller2015-11-028-56/+91
| * nmp-object: add virtual function for implementing nmp_object_to_string()Thomas Haller2015-11-022-33/+36