summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* exported-object: add support for DBus ObjectManager interfacedcbw/gdbus-object-managerDan Williams2015-11-119-251/+234
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1111-0/+22
* cli: print a warning if BSSID is given instead of SSID for hidden APJiří Klimeš2015-11-111-0/+5
* wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* core/dbus: merge branch 'dcbw/gdbus-object-manager' (early part)Thomas Haller2015-11-1016-215/+517
|\
| * 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
| * core: fix wrongly exporting object before instance is fully constructedThomas Haller2015-11-104-4/+33
| * ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller2015-11-101-0/+2
|/
* build: hack around compiler warning in g-ir-scannerThomas Haller2015-11-101-1/+1
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* device: don't call into rdisc when there's noneLubomir Rintel2015-11-101-1/+1
* device: fix a dad6_failed_addrs use-after-freeLubomir Rintel2015-11-101-0/+1
* device: avoid removing a list element while iterating itLubomir Rintel2015-11-101-2/+3
* build: avoid invalid compiler warningThomas Haller2015-11-101-1/+1
* merge: branch 'bg/lldp-test-bgo757005'Beniamino Galvani2015-11-108-9/+282
|\
| * lldp: add test caseBeniamino Galvani2015-11-105-0/+267
| * lldp: decouple NMLldpListener from platformBeniamino Galvani2015-11-103-9/+15
|/
* cli: add command for displaying LLDP neighborsBeniamino Galvani2015-11-105-4/+297
* merge: add 'nmcli device wifi hotspot' command (bgo #756081)Jiří Klimeš2015-11-106-33/+451
|\
| * nmcli: add a hotspot example to nmcli manual pageJiří Klimeš2015-11-101-0/+5
| * cli: add '--show-password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-10/+23
| * cli: add 'password' option for 'nmcli device wifi hotspot'Jiří Klimeš2015-11-103-14/+58
| * cli: add 'nmcli device wifi hotspot' commandJiří Klimeš2015-11-103-6/+360
| * cli: move unique_connection_name() to common.c as nmc_unique_connection_name()Jiří Klimeš2015-11-093-27/+29
|/
* man: fix synopsis for nmcli connection up (bgo #757777)Adam Bk2015-11-091-2/+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