summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: add nm_setting_verify_secrets() and nm_connection_verify_secrets()Jiří Klimeš2015-11-2010-1/+182
* ifcfg-rh: fix memleak reading mac-address-randomizationThomas Haller2015-11-191-0/+1
* libnm-core: fix memleak in NMSettingGsmThomas Haller2015-11-191-0/+3
* wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš2015-11-191-0/+2
* crypto_gnutls: removed dead codeJoel Holdsworth2015-11-191-6/+3
* build/nmcli: make nmcli build optionalJoel Holdsworth2015-11-192-3/+14
* wifi: propagte errors from supplicant-config to callerThomas Haller2015-11-199-260/+323
* wifi: disable mac-address-randomization by defaultThomas Haller2015-11-182-5/+4
* man: fix documentation of for default value wifi.mac-address-randomizationThomas Haller2015-11-181-1/+1
* wwan: merge branch 'dcbw/bgo756916-wwan-connection-filters'Thomas Haller2015-11-1812-298/+707
|\
| * 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
| * cli: add support for GSM setting device-id, sim-id, and sim-operator-id prope...Dan Williams2015-11-181-1/+60
| * libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id propertiesDan Williams2015-11-1810-176/+403
|/
* wifi: merge branch 'dcbw/wifi-random-mac-bgo734081'Thomas Haller2015-11-1826-80/+621
|\
| * nmcli: add support for WiFi MAC address randomization propertyDan Williams2015-11-181-19/+79
| * wifi: enable mac-address-randomization by default for new connectionsThomas Haller2015-11-183-7/+21
| * ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-189-1/+221
| * wifi: implement MAC address randomizationDan Williams2015-11-188-32/+190
| * supplicant: check for MAC address randomization supportDan Williams2015-11-182-4/+18
| * trivial: wifi/supplicant: change ApSupport to NMSupplicantFeatureDan Williams2015-11-184-25/+25
| * libnm: add Wi-Fi MAC address randomization propertyDan Williams2015-11-184-0/+65
| * ifcfg-rh: add svSetValueInt64() utilityThomas Haller2015-11-182-0/+10
|/
* core/dbus: merge branch 'dcbw/gdbus-object-manager' (bgo #753566)Thomas Haller2015-11-1810-426/+197
|\
| * exported-object: add support for DBus ObjectManager interfaceDan 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
|/
* platform/tests: fix fake-platform test running in debug-modeThomas Haller2015-11-181-1/+1
* all: add C99's "bool" defineThomas Haller2015-11-182-0/+55
* 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