summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-02-095-17/+31
* libnm: fix memleaks in nm_setting_802_1xThomas Haller2015-02-091-0/+2
* libnm: fix memleak in nm_setting_wired_get_s390_option() and refactorThomas Haller2015-02-091-18/+15
* libnm: fix memleak in find_virtual_interface_name()Thomas Haller2015-02-091-1/+2
* libnm: fix memleak in nm_connection_replace_settings()Thomas Haller2015-02-091-0/+2
* libnm: fix memleak in nm_utils_ip_addresses_from_variant()Thomas Haller2015-02-091-0/+1
* libnm: fix memleak for config in NMSettingTeamPortThomas Haller2015-02-091-0/+12
* libnm: fix memleak for app_fcoe_mode in NMSettingDcbThomas Haller2015-02-091-1/+13
* libnm: fix memleak in nm_utils_hwaddr_canonical()Thomas Haller2015-01-291-1/+1
* libnm-core: fix docs typoDan Winship2015-01-291-2/+2
* libnm-core: coverity fixJiří Klimeš2015-01-281-1/+2
* libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams2015-01-212-0/+44
* libnm: fix versioning on new APIs, bump sonameDan Winship2015-01-212-3/+8
* libnm-core, libnm-util: belatedly update version macrosDan Winship2015-01-211-8/+23
* libnm-core: fix compile error in set_property_from_dbus() for missing return ...Thomas Haller2015-01-161-1/+1
* libnm-core: validate property types from D-Bus (rh #1182567)Dan Winship2015-01-152-7/+225
* libnm-core: simplify _nm_setting_new_from_dbus()Dan Winship2015-01-151-9/+1
* libnm-core: fix a leak in _nm_setting_new_from_dbus()Dan Winship2015-01-151-4/+6
* bond: normalize bond mode to string notation (rh #1171009)Jiří Klimeš2015-01-132-3/+41
* libnm-core: accept numeric bond modes (bgo #704666) (rh #1133544)Jiří Klimeš2015-01-131-10/+5
* utils: add functions for converting string <-> numeric bonding modesJiří Klimeš2015-01-132-1/+65
* ifcfg-rh: support ipvx.route-metric property as IPVX_ROUTE_METRICThomas Haller2015-01-102-0/+18
* bridge: Properly check range of STP properties (rh #1160815)Lubomir Rintel2015-01-091-1/+9