summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* build: embed git-commit-id as string inside the compiled libnmth/bgo741651Thomas Haller2014-12-171-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
* libnm-core: tweak crypto.c APIsDan Winship2014-11-215-78/+92
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-2115-1/+513
* libnm-core: port test-crypto to g_assert* macrosDan Winship2014-11-211-117/+78
* docs: fix a typo in ifcfg-rh documenationJiří Klimeš2014-11-201-1/+1
* translations: avoid preprocessor strings inside translation macroThomas Haller2014-11-201-10/+12
* libnm-core: Add missing type castLubomir Rintel2014-11-191-2/+2
* libnm-core: update ip6-privacy ifcfg-rh descriptionJiří Klimeš2014-11-191-0/+4
* libnm-core: document AUTOCONNECT_PRIORITY for ifcfg-rhJiří Klimeš2014-11-191-0/+10
* libnm-core: update BAND and CHANNEL ifcfg-rh descriptionJiří Klimeš2014-11-191-3/+7
* libnm-core: update documentation of addresses and gateway propertiesJiří Klimeš2014-11-192-8/+39
* man, docs: add the secret flags notes non-hackishlyDan Winship2014-11-192-0/+6
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-198-0/+163
* libnm: fix nm-setting-docs.xml property typesDan Winship2014-11-192-0/+38
* libnm-core: make GBytes D-Bus marshalling be built-in to NMSettingDan Winship2014-11-194-36/+4
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-1917-0/+1178