summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams2015-01-213-0/+45
* libnm-core, libnm-util: belatedly update version macrosDan Winship2015-01-211-8/+23
* libnm: fix documentation for nm_utils_file_search_in_paths()Thomas Haller2015-01-081-1/+1
* libnm-util, libnm-glib: bump sonames for 1.0Dan Winship2014-12-181-1/+1
* docs: misc small fixesDan Winship2014-12-184-41/+49
* build: embed git-commit-id as string inside libnm binaryThomas Haller2014-12-181-0/+6
* libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš2014-12-151-1/+2
* 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-053-0/+89
* libnm-util/tests: fix invalid g_test_expect_message() patternThomas Haller2014-12-041-2/+2
* libnm: don't heap allocate uuid temporary variableThomas Haller2014-12-041-7/+4
* libnm/test: add test for nm_utils_uuid_generate_from_string()Thomas Haller2014-12-042-0/+46
* libnm-util: Note that nm_utils_deinit() is a no-opDan Winship2014-12-045-30/+5
* libnm-util: return empty hash, not NULL in nm_setting_to_hash() (bgo #740681)Jiří Klimeš2014-11-252-7/+1
* libnm-core, libnm-util: move test cert files to libnm-core/Dan Winship2014-11-2116-514/+1
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-1920-1738/+0
* docs: make the settings docs work from tarball buildsDan Winship2014-11-141-5/+8
* libnm*: fix library gettext usageDan Winship2014-11-1331-29/+34
* all: consistently include config.hDan Winship2014-11-1337-1/+73
* libnm-util: fix typos in libnm-util documentationJiří Klimeš2014-11-131-2/+2
* libnm: add NMSettingIPConfig:route-metricThomas Haller2014-11-077-1/+116
* vpn: allow plugins to indicate 'can-persist' capabilityDan Williams2014-11-061-0/+5
* libnm/libnm-util: add VPN 'persistent' propertyDan Williams2014-11-062-0/+42
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-3/+3
* libnm-util: add _nm_setting_get_property() functionThomas Haller2014-10-122-0/+23
* libnm: add function _nm_setting_get_setting_priority()Thomas Haller2014-10-122-2/+14
* libnm-util: let nm_setting_diff() be symetric not to return properties that a...Thomas Haller2014-10-122-11/+72
* libnm-util: don't assert in nm_setting_get_secret_flags() and avoid assertion...Thomas Haller2014-10-122-10/+32
* libnm-core: make NMSettingSerial:parity an enumDan Winship2014-10-031-0/+10
* libnm: add bonding option "lacp_rate" to NMSettingBondThomas Haller2014-10-022-0/+17
* libnm-core, libnm-util: remove some useless code in nm-settings.cDan Winship2014-09-041-20/+2
* libnm-util: generate-plugin-docs.pl-related fixesDan Winship2014-09-032-6/+6
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-2915-0/+1156
* libnm-util: add keyfile specific description for propertiesJiří Klimeš2014-08-297-0/+151
* libnm-util: generate-plugin-docs.pl script for extracting plugin docsJiří Klimeš2014-08-292-3/+206
* libnm-util: properly disconnect "notify" signal for settings in NMConnectionThomas Haller2014-08-221-13/+19
* libnm-core: fix NMSettingConnection:verify() not to modify interface-nameThomas Haller2014-08-221-1/+1
* libnm-core: add normalize of MTU for NMSettingInfinibandThomas Haller2014-08-221-0/+1
* trivial: don't shadow rand(3)Dan Williams2014-08-201-5/+5
* libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller2014-08-191-6/+8
* build: fix generate-setting-docs.py to work with python3Thomas Haller2014-08-121-3/+5
* libnm-util: don't warn about unrecognized propertiesDan Winship2014-08-081-2/+4
* libnm-core, libnm-util: convert test-crypto, test-setting-8021x.c to gtestutilsDan Winship2014-08-073-130/+173
* libnm-util/test: fix tests not to write a core fileThomas Haller2014-08-041-1/+23
* libnm-util/tests: fix build for older glib with unknown G_SPAWN_DEFAULTThomas Haller2014-08-041-1/+1
* libnm-util/test: fix build for clang due to deprecated warningThomas Haller2014-08-011-0/+2
* libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship2014-08-014-1/+93
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-08-015-322/+17
* libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-011-1/+1