summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: fix documentation for nm_utils_file_search_in_paths()Thomas Haller2015-01-081-1/+1
* libnm/tests: make tested IPv4 addresses non-palindromicThomas Haller2014-12-191-16/+16
* libnm/tests: fix build failure on big-endian machinesThomas Haller2014-12-191-2/+4
* docs: misc small fixesDan Winship2014-12-182-26/+35
* build: embed git-commit-id as string inside libnm binaryThomas Haller2014-12-181-0/+6
* tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš2014-12-151-32/+12
* libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš2014-12-152-2/+5
* agent-manager: don't ever fail the secrets requests from GetSecrets()Lubomir Rintel2014-12-111-1/+4
* libnm: return 0 for empty address in hwaddr_binary_len()Thomas Haller2014-12-081-2/+5
* libnm: fix wrong g_return_if_fail() in nm_utils_file_search_in_paths()Thomas Haller2014-12-051-1/+1
* libnm: fix gtkdoc annotations for nm_utils_file_search_in_paths()Thomas Haller2014-12-051-2/+2
* libnm: add function nm_utils_file_search_in_paths()Thomas Haller2014-12-052-0/+87
* libnm: normalize connections in nm_simple_connection_new_from_dbus()Thomas Haller2014-12-052-2/+2
* libnm-core: do not access array if it is NULLJiří Klimeš2014-12-051-1/+2
* libnm: don't allocate temporary buffer in nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-12/+4
* libnm: fix leak in nm_utils_uuid_generate_from_strings()Thomas Haller2014-12-041-5/+6
* libnm: allow empty strings for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-042-17/+11
* libnm: hide nm_utils_uuid_generate_from_string() from public APIThomas Haller2014-12-042-4/+5
* libnm: normalize missing connection UUIDThomas Haller2014-12-043-8/+49
* libnm: implement variant3 UUIDs according to rfc4122Thomas Haller2014-12-043-10/+51
* libnm: add a type argument to nm_utils_uuid_generate_from_string()Thomas Haller2014-12-043-13/+24
* libnm: accept additional length argument in nm_utils_uuid_generate_from_string()Thomas Haller2014-12-043-6/+13
* libnm: don't heap allocate uuid temporary variableThomas Haller2014-12-041-5/+3
* libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-042-0/+45
* crypto/test: test crypto_md5_hash() for empty passwordsThomas Haller2014-12-041-0/+4
* libnm/crypto: fix uninitialized variable in crypto_md5_hash()Thomas Haller2014-12-041-2/+5
* libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes()Dan Winship2014-12-044-118/+20
* libnm-core: relax restrictions on input arguments for crypto_md5_hash()Thomas Haller2014-12-043-14/+21
* libnm-core: combine duplicate crypto_make_des_aes_key() functionThomas Haller2014-12-043-37/+17
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-044-39/+15
* libnm-core: call crypto_init() on the flyDan Winship2014-12-047-36/+86
* libnm-core: reimplement crypto_md5_hash() using GChecksumDan Winship2014-12-046-171/+66
* tests: add a test of libnm-core's crypto_md5_hash()Dan Winship2014-12-041-0/+54
* libnm: drop nm_utils_deinit()Dan Winship2014-12-046-37/+3
* libnm-core: fix the rule for parsing 'gateway' out of 'addresses' (rh #1170199)Dan Winship2014-12-032-26/+84
* ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/Thomas Haller2014-12-032-4/+4
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-241-8/+17
* libnm-core: Add a missing initializerLubomir Rintel2014-11-211-1/+1
* libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-214-1/+134