summaryrefslogtreecommitdiff
path: root/libnm-util/nm-utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm-util: add nm_utils_hwaddr_valid()Dan Winship2013-06-131-0/+25
* libnm-util: add hwaddr functions that take length rather than typeDan Winship2013-06-111-38/+87
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-7/+3
* libnm-util: fix WEP key type comparison in nm_utils_wep_key_valid()Jiří Klimeš2013-05-031-1/+2
* Use %NULL macro in doc stringsMartin Pitt2013-04-191-2/+2
* Revert :carrier-detect properties and associated codeDan Winship2013-04-031-8/+0
* libnm-util: consolidate hex-string <-> bin conversion functionsJiří Klimeš2013-03-281-41/+112
* libnm-util: split GValue transforms out of nm-utils.cDan Winship2013-03-261-638/+11
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-3/+3
* libnm-glib: work around possible compiler bug with GValueArray deprecation wo...Dan Williams2013-02-271-27/+42
* build: avoid GValueArray deprecation warningsDan Winship2013-02-261-0/+1
* libnm-util: add Since tags to new functions and propertiesDan Williams2013-02-221-0/+10
* libnm-utils: add :carrier-detect propertiesDan Winship2013-02-151-0/+8