summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: move all asserts into testsLubomir Rintel2015-05-262-38/+29
* libnm/test: include "nm-keyfile-internal.h" in test-general.cThomas Haller2015-05-201-0/+1
* libnm: enforce that "nm-utils-private.h" header is not used inside src/Thomas Haller2015-05-201-0/+4
* libnm: rename DNSOptionDesc and @dns_option_descs to have an "nm"-prefixThomas Haller2015-05-204-11/+11
* libnm: move internal dns-option helpers to "nm-core-internal.h"Thomas Haller2015-05-203-13/+18
* libnm-core/trivial: rename 'i' function argument to 'idx'Beniamino Galvani2015-05-133-76/+76
* libnm-core/test: add tests for DNS option utilitiesBeniamino Galvani2015-05-131-0/+88
* libnm-core: add dns-options property to NMSettingIPConfigBeniamino Galvani2015-05-135-0/+405
* libnm: add ifcfg-rh description for 802-11-wireless.powersave propertyJiří Klimeš2015-05-121-0/+8
* vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-061-0/+4
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-041-1/+1
* libnm-core: trivial error message fixesDan Winship2015-04-172-3/+3
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-172-0/+18
* make use of NM_MORE_ASSERTS, nm_assert() and NM_MORE_LOGGINGThomas Haller2015-04-101-5/+3
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-081-1/+7
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-081-0/+2
* libnm-core: fix VPN error domain (bgo #745997)Dan Winship2015-04-071-1/+1
* libnm-core: add _nm_dbus_error_has_name()Dan Winship2015-04-032-0/+28
* libnm-core: add _nm_dbus_proxy_call_sync(), _nm_dbus_proxy_call_finish()Dan Winship2015-04-032-0/+102
* libnm-core: add _nm_dbus_signal_connect()Dan Winship2015-04-033-0/+189
* crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)Jiří Klimeš2015-04-012-67/+42
* libnl/trivial: add code comment to NM_UTILS_UUID_NSThomas Haller2015-03-301-0/+1
* trivial: remove semicolon after macro definitionThomas Haller2015-03-201-1/+1
* libnm: sort properties for nm_setting_enumerate_values()Thomas Haller2015-03-201-0/+35
* libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-201-3/+41
* keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-201-58/+113
* libnm: accept unknown WEP key type in nm_utils_wep_key_valid()Thomas Haller2015-03-201-3/+6
* libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller2015-03-204-81/+4
* libnm/keyfile: fix format string for unsigned integerThomas Haller2015-03-171-1/+1
* libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller2015-03-171-1/+1
* test: add nmtst_create_connection_from_keyfile()Thomas Haller2015-03-121-0/+7
* keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-127-80/+936
* libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-125-24/+23
* keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-122-0/+7
* libnm: merge nm-keyfile-reader.h and nm-keyfile-writer.h to internal headerThomas Haller2015-03-125-94/+67
* libnm: add keyfile support to libnm-coreThomas Haller2015-03-127-759/+634
* keyfile: copy read/writer files to libnm-coreThomas Haller2015-03-126-0/+2805
* libnm: move _nm_utils_uuid_generate_from_strings() from src/ to libnm-core/Thomas Haller2015-03-123-0/+98
* libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-123-0/+214
* libnm: add function nm_setting_802_1x_check_cert_scheme()Thomas Haller2015-03-122-5/+30
* trivial: add FIXME code comment about potential raceThomas Haller2015-03-121-2/+4
* libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller2015-03-121-4/+7
* libnm: fix clearing memory in file_to_secure_bytes()Thomas Haller2015-03-121-1/+1
* libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller2015-03-121-4/+37
* libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-121-37/+64
* build/trivial: cleanup Makefile.am by sorting EXTRA_DIST entriesThomas Haller2015-03-121-16/+16
* libnm-core: add multicast-snooping property to bridge settingJiří Klimeš2015-02-262-1/+55
* test: initialize auto-destructed pointersLubomir Rintel2015-02-093-16/+16