summaryrefslogtreecommitdiff
path: root/libnm-util
AgeCommit message (Expand)AuthorFilesLines
2015-09-25libnm-core/libnm-util: fix an erroneous error messageJiří Klimeš1-1/+0
2015-09-25libnm: include "glib.h" in "nm-version.h"Thomas Haller1-0/+2
2015-09-25libnm-util: don't include "nm-version.h" in "NetworkManager.h"Thomas Haller1-2/+0
2015-09-21libnm-core/libnm-util: fix an assertion in adsl settingJiří Klimeš1-2/+5
2015-08-24libnm-util: fix flags for GObject introspection (rh #1255436)Jiří Klimeš1-7/+7
2015-08-10core: final gdbus portingDan Winship7-2/+157
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship31-34/+0
2015-08-05nm-default: include i18n headers via "nm-default.h"Thomas Haller1-0/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller20-22/+20
2015-08-05libnm: include header in public header file with angle bracketsThomas Haller1-1/+1
2015-07-25libnm-glib: add libnm compat defines to nm-vpn-plugin-ui-interface.hDan Winship1-0/+4
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship20-24/+20
2015-07-16libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078)David Shea1-0/+15
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller4-10/+4
2015-06-02libnm-core,libnm-util: avoid calling a constructorLubomir Rintel1-1/+7
2015-06-01build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2-2/+2
2015-05-28builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel1-2/+0
2015-05-26tests: use the TAP formatterLubomir Rintel1-0/+2
2015-05-26tests: move all asserts into testsLubomir Rintel3-121/+121
2015-05-06vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams1-0/+4
2015-05-05build: don't drop libnm-util/nm-version.h on cleanLubomir Rintel1-2/+1
2015-04-17wimax: drop WiMAX support (bgo #747846)Dan Winship2-0/+21
2015-04-08wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani1-1/+7
2015-04-08device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel1-0/+2
2015-04-01crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)Jiří Klimeš2-83/+65
2015-03-24libnm-util: allow 0.0.0.0/1 route in verify() (rh #1203904)Jiří Klimeš2-10/+44
2015-03-20libnm: don't check for valid passwords in NMSetting:verify()Thomas Haller4-81/+4
2015-03-17libnm: fix error prefix in NMSettingGsm:verify()Thomas Haller1-1/+1
2015-03-12libnm: only call strlen() once in NMSetting8021x:path_to_scheme_value()Thomas Haller1-5/+7
2015-03-12libnm: ensure valid blob for nm_setting_802_1x_set_*_cert()Thomas Haller1-4/+32
2015-03-12libnm: combine get_cert_scheme() and verify_cert() and ensure valid paths for...Thomas Haller1-21/+17
2015-02-24translations: avoid preprocessor strings inside translation macroThomas Haller1-8/+10
2015-02-09test: initialize auto-destructed pointersLubomir Rintel3-15/+15
2015-02-09tests: enable valgrind tests for testsThomas Haller1-0/+1
2015-02-09libnm/tests: fix memleaks in tests for valgrindThomas Haller5-17/+46
2015-02-09libnm-util: only unref and don't destroy hash in nm_connection_to_hash()Thomas Haller2-4/+6
2015-02-09libnm: fix memleak in nm_setting_wired_get_s390_option() and refactorThomas Haller1-18/+15
2015-02-09libnm: fix memleak for config in NMSettingTeamPortThomas Haller1-0/+12
2015-02-09libnm: fix memleak for app_fcoe_mode in NMSettingDcbThomas Haller1-1/+13
2015-01-21libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams3-0/+45
2015-01-21libnm-core, libnm-util: belatedly update version macrosDan Winship1-8/+23
2015-01-08libnm: fix documentation for nm_utils_file_search_in_paths()Thomas Haller1-1/+1
2014-12-18libnm-util, libnm-glib: bump sonames for 1.0Dan Winship1-1/+1
2014-12-18docs: misc small fixesDan Winship4-41/+49
2014-12-18build: embed git-commit-id as string inside libnm binaryThomas Haller1-0/+6
2014-12-15libnm-core: mute coverity for RESOURCE_LEAK (CWE-772) in g_return_val_if_fail()Jiří Klimeš1-1/+2
2014-12-05libnm: fix wrong g_return_if_fail() in nm_utils_file_search_in_paths()Thomas Haller1-1/+1
2014-12-05libnm: fix gtkdoc annotations for nm_utils_file_search_in_paths()Thomas Haller1-2/+2
2014-12-05libnm: add function nm_utils_file_search_in_paths()Thomas Haller3-0/+89
2014-12-04libnm-util/tests: fix invalid g_test_expect_message() patternThomas Haller1-2/+2