summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-052-4/+4
* release: bump version to 1.9.0 (development)1.9.0-devLubomir Rintel2017-03-281-0/+14
* build: don't link against libm.soThomas Haller2017-03-231-3/+6
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-172-6/+6
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-141-2/+2
* include: use double-quotes to include our own headersThomas Haller2017-03-0926-55/+55
* settings: drop redundant range check from NMSettingBridgePort::verify()Thomas Haller2017-02-061-28/+2
* all: cleanup switch fall-through comments for -Wimplicit-fallthrough warningThomas Haller2017-02-061-1/+1
* release: bump version to 1.7.0 (development)1.7.0-devThomas Haller2017-01-181-0/+14
* libnm: explicitly set enum values in public nm-dbus-interface.h headersThomas Haller2017-01-041-81/+81
* settings: allow method=shared with manual IPv6 configurationLubomir Rintel2016-11-091-8/+11
* build: merge "libnm-util/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-212-86/+0
* build: merge "libnm-util/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-200/+1
* build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller2016-10-191-1/+1
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-131-5/+0
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-0311-25/+25
* crypto: don't try to decrypt PKCS#8 key if no password is suppliedBeniamino Galvani2016-09-232-6/+1
* all: cleanup includes in header filesThomas Haller2016-08-173-6/+0
* release: bump version to 1.5.0 (development)1.5.0-devLubomir Rintel2016-08-171-0/+14
* libnm-util: document all NMSettingBondError entriesJiří Klimeš2016-08-101-0/+2
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-177-32/+17
* nm-glib: remove G_GNUC_EXTENSIONThomas Haller2016-06-171-11/+11
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-167-8/+8
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-51/+51
* tests: use absolute path for certs test directoryThomas Haller2016-06-061-1/+1
* libnm-util: skip linking test when address sanitizer is enabledBeniamino Galvani2016-06-031-0/+8
* build: add options to compile with address/undefined sanitizersBeniamino Galvani2016-06-031-0/+4
* libnm-util: a trivial typoLubomir Rintel2016-05-301-1/+1
* libnm-core: empty key is not a pkcs12 fileLubomir Rintel2016-04-201-0/+3
* release: add version 1.4 macrosLubomir Rintel2016-04-051-0/+14
* build: disable deprecation checks for internal compilationThomas Haller2016-04-052-2/+0
* dbus: remove the telepathy annotationsLubomir Rintel2016-04-052-34/+0
* build: drop internal field __nm_git_sha from librariesThomas Haller2016-03-301-5/+0
* libnm-util: add non-failing versions of nm_connection_new_from_hash() and rep...Thomas Haller2016-03-293-9/+49
* libnm-util: refactor hash_to_connection()Thomas Haller2016-03-291-14/+11
* libnm-util: don't print any warnings during nm_setting_new_from_hash()Thomas Haller2016-03-291-15/+3
* libnm-util: use "nm-shared-utils.h"Thomas Haller2016-03-291-0/+2
* libnm-util: verify connection also for self-assignment in replace_settings_fr...Thomas Haller2016-03-261-2/+4
* libnm-util: reword code commentThomas Haller2016-03-151-2/+2
* libnm-util: add comment for return value of nm_connection_replace_settings_fr...Thomas Haller2016-03-151-4/+5
* libnm-util: remove unneeded check for non-null after dereferencing pointerThomas Haller2016-03-061-4/+2
* all: don't include error->code in log messagesThomas Haller2016-03-032-18/+16
* all: clean-up usage of GErrorThomas Haller2016-03-031-4/+2
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-231-0/+2
* libnm-util: add missing device types to NMDeviceTypeThomas Haller2016-02-231-0/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1942-68/+50
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-142-116/+56
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-c...Thomas Haller2016-02-141-98/+35
* libnm/tests: convert test cases to use g_assert() instead of ASSERT() (test-s...Thomas Haller2016-02-141-118/+34
* libnm/tests: convert test cases to use g_assert() instead of ASSERT()Thomas Haller2016-02-141-168/+82