summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
...
* libnm: include header in public header file with angle bracketsThomas Haller2015-08-051-1/+1
* libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hDan Winship2015-07-251-0/+4
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2420-24/+20
* libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078)David Shea2015-07-161-0/+15
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-124-10/+4
* libnm-core,libnm-util: avoid calling a constructorLubomir Rintel2015-06-021-1/+7
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-012-2/+2
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* tests: move all asserts into testsLubomir Rintel2015-05-263-121/+121
* vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-061-0/+4
* build: don't drop libnm-util/nm-version.h on cleanLubomir Rintel2015-05-051-2/+1
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-172-0/+21
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-081-1/+7
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-081-0/+2
* crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)Jiří Klimeš2015-04-012-83/+65
* libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2015-03-242-10/+44
* libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller2015-03-204-81/+4
* libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller2015-03-171-1/+1
* libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller2015-03-121-5/+7
* libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller2015-03-121-4/+32
* libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller2015-03-121-21/+17
* translations: avoid preprocessor strings inside translation macroThomas Haller2015-02-241-8/+10
* test: initialize auto-destructed pointersLubomir Rintel2015-02-093-15/+15
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-02-095-17/+46
* libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2015-02-092-4/+6
* libnm: fix memleak in nm_setting_wired_get_s390_option() and refactorThomas Haller2015-02-091-18/+15
* 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/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