summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* build: 'nm-setting-docs.xml' must depend on 'NetworkManager-1.0.typelib'Thomas Haller2014-06-301-1/+1
* libnm-util: build nm-setting-docs.xml against uninstalled libnm-utilDan Winship2014-06-271-1/+3
* build: fix nm-setting-docs build in various configurationsDan Winship2014-06-271-0/+4
* build: fix multiple definitions of DISTCLEANFILESDan Williams2014-06-261-1/+1
* libnm-util: document "address-labels" property as for internal use onlyJiří Klimeš2014-06-261-0/+5
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-5/+4
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-1926-1789/+840
* libnm-util: build nm-setting-docs.xml from gtk-doc and GParamSpecsDan Winship2014-06-192-0/+204
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-1926-386/+494
* libnm-util: fix gtk-doc bugs in NMSetting* propertiesDan Winship2014-06-1910-45/+45
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-1911-60/+60
* misc: remove some dead codeDan Winship2014-06-121-4/+2
* libnm-util: don't append NULL in g_string_append()Jiří Klimeš2014-06-091-2/+2
* libnm-util: bump soname (2.5.0 -> 2.6.0) for added APIDan Williams2014-06-061-1/+1
* libnm-util: fix an error noticed by coverityDan Williams2014-06-061-1/+1
* nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message testsThomas Haller2014-06-051-7/+3
* core: add compatibility wrapper for g_test_skip() to nm-glib-compat.hThomas Haller2014-06-051-1/+0
* nmtst: combine files nm-test-helpers.h and nm-test-utils.hThomas Haller2014-06-055-5/+8
* nmtst: move header file to include/ directoryThomas Haller2014-06-052-265/+1
* nmtst: g_type_init() has been deprecated in GLib 2.35.0Thomas Haller2014-06-051-0/+2
* libnm-utils: remove INFERRABLE flag from properties we don't actually inferDan Winship2014-06-042-3/+3
* libnm-util: add property NM_SETTING_BRIDGE_MAC_ADDRESS to NMSettingBridgeThomas Haller2014-05-303-0/+61
* 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
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-277-0/+16
* libnm-util: make explicit that we only allow VPN as secondaries (rh #1094296)Jiří Klimeš2014-05-231-2/+3
* libnm-util: add nm_utils_rsa_key_encrypt_aes() encrypting RSA key with AESJiří Klimeš2014-05-126-17/+128
* libnm-util: allow AES cipher for private keysJiří Klimeš2014-05-127-10/+55
* libnm-util: do not call crypto_md5_hash() for empty passwordsJiří Klimeš2014-05-121-0/+3
* libnm-util: return better error messages on failures for _set_ functionsJiří Klimeš2014-05-121-24/+34
* libnm-util: fix crash in NMSettingInfiniband when setting key or parent propertyThomas Haller2014-05-071-2/+2
* trivial: fix typo BBSID -> BSSIDJiří Klimeš2014-05-061-2/+2
* all: fix various warnings detected with coverityThomas Haller2014-05-023-13/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-231-6/+3
* libnm-util: use g_test_expect_message() in testsDan Winship2014-04-232-0/+131
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* libnm-util: add private header file nm-test-utils.hThomas Haller2014-04-112-1/+263
* libnm-util: fix leaks in test-generalDan Winship2014-04-011-0/+3
* libnm-util: add (private API) support for address labels to NMSettingIP4ConfigDan Winship2014-03-265-7/+283
* libnm-util: add nm-util-private.h header with nm_util_get_private()Dan Winship2014-03-264-0/+98
* libnm-util: fix Bridge priority default (rh #1073664)Dan Williams2014-03-141-1/+1
* trivial: fix invalid code commentThomas Haller2014-03-141-1/+1
* libnm-util: remove assert to nm_utils_ip4_netmask_to_prefixThomas Haller2014-03-142-10/+0
* test: fix failure in `make check` due to invalid sorting of libnm-util/libnm-...Thomas Haller2014-03-061-1/+1
* libnm-util: add nm_utils_check_virtual_device_compatibility()Dan Winship2014-03-065-10/+83
* libnm-util: fix minor bugs in nm_setting_vlan_remove_priority_str_by_value()Dan Winship2014-03-051-3/+4
* core: add 'type' and 'id' property for NMActiveConnection (rh #1061822)Jiří Klimeš2014-03-053-3/+28
* libnm-util: more specific error for missing ipv[46].adddress when method=manualJiří Klimeš2014-03-032-8/+10
* libnm-util: fix some parameter names to kill gtk-doc warningsDan Winship2014-02-281-2/+2
* libnm-util: add *_remove_*_by_value() functions for 'vlan' settingJiří Klimeš2014-02-283-2/+87