summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: disable warnings that trigger known clang problemslr/clang-35Lubomir Rintel2015-03-181-16/+64
* build: disable warnings where macros expand to tautological comparisonsLubomir Rintel2015-03-184-1/+7
* trivial: remove a tautological compareLubomir Rintel2015-03-181-1/+1
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-184-4/+4
* device: if there's a ll address already don't re-commit itLubomir Rintel2015-03-172-6/+10
* device: fix a couple of copy & paste errorsLubomir Rintel2015-03-171-2/+2
* device: do not touch sysctls after the device was removedLubomir Rintel2015-03-171-14/+20
* libnm/keyfile: fix format string for unsigned integerThomas Haller2015-03-171-1/+1
* libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller2015-03-172-2/+2
* cli: do not stall in 'nmcli connection delete/down' (rh #1168657)Jiří Klimeš2015-03-162-88/+99
* connectivity: disable HTTP keepalive for connectivity checksDan Williams2015-03-161-0/+2
* trivial: do an assignment before the conditional instead of in both branchesThomas Haller2015-03-161-3/+2
* valgrind: fix suppressions for Fedora 20Thomas Haller2015-03-161-1/+1
* libnm,nm-object: fix tracing of object removalLubomir Rintel2015-03-161-15/+18
* 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