summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* exported-object: add support for DBus ObjectManager interfacelr/gdbus-object-manager/no-private-socketDan Williams2015-11-189-203/+194
* bus-manager: drop private socketLubomir Rintel2015-11-181-75/+0
* libnm: stop using the private socketLubomir Rintel2015-11-181-148/+3
* cli: add 'nmcli connection clone' for cloning connections (bgo #757627)Jiří Klimeš2015-11-183-1/+203
* 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
* gitignore: ignore test-utils test binaryThomas Haller2015-11-161-0/+1
* gitignore: ignore test-lldp fileThomas Haller2015-11-161-0/+1
* valgrind: add suppression for glib's g_thread_return()Thomas Haller2015-11-161-1/+27
* valgrind: update suppression file for glib's thread poolThomas Haller2015-11-161-1/+2
* nm-online: do not put \r to a translatable string (bgo #758102)Jiří Klimeš2015-11-1634-66/+66
* all: fix typos in the code and update translations for that (bgo #758102)Jiří Klimeš2015-11-1633-128/+12
* pi: update Ukrainian (uk) translation (bgo #758136)Yuri Chornoivan2015-11-161-1833/+2414
* po: update Polish (pl) translation (bgo #758067)Piotr Drąg2015-11-161-564/+623
* libnm-core/tests: fix bit shiftBeniamino Galvani2015-11-151-1/+1
* macros: avoid signed overflow in nm_utils_is_power_of_two()Beniamino Galvani2015-11-151-6/+6
* 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-132-2/+11
* dispatcher: don't abort when VPN connections have no IPv4Lubomir Rintel2015-11-131-4/+0
* vpn-service-plugin: correctly emit ip6-config signal on dbus skeletonLubomir Rintel2015-11-131-1/+1
* 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
* nmcli/bash-completion: fix --show-password parsingLubomir Rintel2015-11-121-1/+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
* valgrind: drop unused suppressions for libnl-route-3 (rtnl)Thomas Haller2015-11-111-44/+1
* libnm/keyfile: fix leak in ip6-addr-gen-mode writerThomas Haller2015-11-111-1/+1
* 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