summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: sort properties for nm_setting_enumerate_values()th/keyfileThomas Haller2015-03-151-0/+35
* fixup! libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-151-12/+31
* libnm: sort settings for nm_connection_for_each_setting_value()Thomas Haller2015-03-151-5/+24
* Revert "libnm: add _nm_utils_hash_values_to_ptrarray() function"Thomas Haller2015-03-152-39/+0
* libnm: add _nm_utils_hash_values_to_ptrarray() functionThomas Haller2015-03-152-0/+39
* keyfile/test: refactor and cleanup _keyfile_convert()Thomas Haller2015-03-131-58/+113
* test: print connections as keyfile on failure of nmtst_assert_connection_equa...Thomas Haller2015-03-131-0/+18
* test: fix printing error in nmtst_assert_connection_equals()Thomas Haller2015-03-131-7/+10
* test: fix __NMTST_LOG() macro to allow format-string only argumentThomas Haller2015-03-131-3/+4
* cli: only offer active connections in TAB completion for 'nmcli con down'Jiří Klimeš2015-03-131-2/+30
* device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-03-131-0/+1
* trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-03-131-12/+12
* device: don't assume valid ip4/ip6 config in nm_device_get_ipX_route_metric()Dan Williams2015-03-121-4/+18
* device: fix handling if DHCP hostname for configure-and-quitDan Williams2015-03-121-1/+1
* valgrind: fix suppression for newer glibDan Williams2015-03-121-0/+1
* dispatcher: fix memleak in construct_device_dhcp4_items()Dan Williams2015-03-121-0/+1
* valgrind: update suppressions for newer glib and toolchain changesDan Williams2015-03-121-6/+41
* keyfile: merge branch 'th/libnm-keyfile-bgo744699'Thomas Haller2015-03-1241-2620/+4336
|\
| * test: add nmtst_create_connection_from_keyfile()Thomas Haller2015-03-122-0/+37
| * keyfile: support writing certificates as blob inside the keyfileThomas Haller2015-03-1213-98/+991
| * libnm: add define for cert scheme prefix file:// for NMSetting8021xThomas Haller2015-03-126-30/+28
| * keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-129-2170/+128
| * 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-128-759/+636
| * 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-126-94/+98
| * trivial: rename nm_utils_uuid_generate_from_strings() to _nm_utils_uuid_gener...Thomas Haller2015-03-125-13/+13
| * libnm: move _nm_utils_ascii_str_to_int64() from src/ to libnm-core/Thomas Haller2015-03-1210-208/+218
| * trivial: rename nm_utils_ascii_str_to_int64() to _nm_utils_ascii_str_to_int64()Thomas Haller2015-03-1211-22/+22
| * keyfile: remove unused struct member ObjectType.privkey_pw_prop in writer.cThomas Haller2015-03-121-7/+0
| * keyfile: handle invalid integer list in keyfile reader get_bytes()Thomas Haller2015-03-121-0/+8
| * keyfile: make reader more strict in handle_as_path()Thomas Haller2015-03-121-6/+9
| * libnm: add function nm_setting_802_1x_check_cert_scheme()Thomas Haller2015-03-123-5/+31
| * 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-122-9/+14
| * 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-122-8/+69
| * libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-122-58/+81
| * keyfile: add code comment to cert_writer() and downgrade assertion to g_criti...Thomas Haller2015-03-121-2/+9
| * test: add nmtst_assert_resolve_relative_path_equals() functionThomas Haller2015-03-121-0/+33
| * build/trivial: cleanup Makefile.am by sorting EXTRA_DIST entriesThomas Haller2015-03-121-16/+16
|/
* libgsystem: update copy of gsystem-local-alloc.hThomas Haller2015-03-121-16/+41
* cli: fix memory leaks when asking for argumentsJiří Klimeš2015-03-121-0/+2
* cli: fix TAB completion for multiple connections in 'nmcli con down/delete'Jiří Klimeš2015-03-121-11/+15
* cli: don't return empty strings in nmc_string_to_arg_array()Jiří Klimeš2015-03-123-9/+27
* route-manager: fix memleaks in nm_route_manager_ip4_route_sync()Thomas Haller2015-03-121-0/+4
* examples: update Python NM example to print detailed connection stateSrdjan Grubor2015-03-121-6/+19
* core: quit if manager startup completed before starting the mainloopDan Williams2015-03-111-1/+4
* man: note that dhcp=internal is required for configure-and-quit=trueDan Williams2015-03-101-5/+7
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1