summaryrefslogtreecommitdiff
path: root/libnm-util/nm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* build: drop internal field __nm_git_sha from librariesThomas Haller2016-03-301-5/+0
* 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-031-4/+2
* all: clean-up usage of GErrorThomas Haller2016-03-031-4/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-1/+1
* build: cleanup default includesThomas Haller2016-02-121-3/+3
* core: final gdbus portingDan Winship2015-08-101-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm: handle illegal characters in nm_utils_ssid_to_utf8() (rh #1243078)David Shea2015-07-161-0/+15
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-011-1/+1
* libnm: fix documentation for nm_utils_file_search_in_paths()Thomas Haller2015-01-081-1/+1
* docs: misc small fixesDan Winship2014-12-181-24/+31
* build: embed git-commit-id as string inside libnm binaryThomas Haller2014-12-181-0/+6
* 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-051-0/+78
* 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-041-0/+2
* libnm-util: Note that nm_utils_deinit() is a no-opDan Winship2014-12-041-12/+4
* libnm*: fix library gettext usageDan Winship2014-11-131-0/+4
* libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detectedDan Winship2014-08-011-0/+13
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-08-011-11/+9
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-29/+26
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-7/+2
* libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship2014-07-151-4/+4
* trivial: add a missing word to documentationDan Winship2014-07-071-1/+1
* libnm-util: merge nm-util-private and nm-utils-privateDan Williams2014-07-021-0/+42
* docs: fix multi-line Since notationDan Williams2014-07-011-1/+2
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-8/+8
* misc: remove some dead codeDan Winship2014-06-121-4/+2
* libnm-util: fix an error noticed by coverityDan Williams2014-06-061-1/+1
* libnm-util: optimize nm_utils_hwaddr_ntoa_len()Thomas Haller2014-05-301-9/+17
* libnm-util: make hwaddr functions more robust against invalid argumentsThomas Haller2014-05-291-13/+43
* libnm-util: add nm_utils_rsa_key_encrypt_aes() encrypting RSA key with AESJiří Klimeš2014-05-121-13/+87
* libnm-util: remove assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-03-141-5/+0
* libnm-util: add nm_utils_check_virtual_device_compatibility()Dan Winship2014-03-061-0/+62
* docs: use %TRUE, %FALSE macros instead of plain TRUE, FALSE values for gtkdocJiří Klimeš2014-02-241-10/+10
* libnm-util: add assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-01-211-0/+5
* libnl-util: refactor nm_utils_ip4_prefix_to_netmask/netmask_to_prefixThomas Haller2014-01-101-26/+20
* libnm-util: don't introspect nm_utils_inet[46]_ntopDan Winship2013-12-161-2/+2
* libnm-util: add nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-0/+55
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+3
* trivial: whitespace fixThomas Haller2013-11-071-1/+1
* libnm-util: remove reference to non-existent "Posix" namespaceDan Winship2013-10-111-4/+1
* libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship2013-10-111-25/+26
* libnm-util: accept old-style UUIDs as validDaniel Drake2013-09-091-1/+8
* libnm-util: nm_utils_hwaddr_aton_len() allow hyphens in MAC string (rh #1002553)Jiří Klimeš2013-09-021-2/+11