summaryrefslogtreecommitdiff
path: root/libnm-util
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: add NM_SETTING_COMPARE_FLAG_CANDIDATE flagPavel Šimerda2013-08-223-1/+14
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-222-35/+20
* ifcfg-rh: reader: allow device to not have ipv4 setting.Jiri Pirko2013-08-222-54/+0
* libnm-util: add setting for team portJiri Pirko2013-08-156-0/+277
* libnm-util: add team device settingJiri Pirko2013-08-156-0/+359
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-031-8/+8
* trivial: use capital "B" in InfiniBandJiří Klimeš2013-07-221-2/+2
* libnm-util: fix possible crash when IP method is NULLJiří Klimeš2013-07-032-2/+2
* libnm-util: fix description comment for 'read-only' propertyJiří Klimeš2013-07-011-2/+2
* libnm-util: update 'timestamp' property description, noting it is read-onlyJiří Klimeš2013-07-011-1/+2
* libnm-util: remove 'downdelay' and 'updelay' when setting 'arp_interval'Jiří Klimeš2013-06-251-1/+4
* libnm-util: verify() - can't set both IPv4 'disabled' and IPv6 'ignore' methodJiří Klimeš2013-06-252-0/+54
* libnm-util: add Since tag to interface-name propertyJiří Klimeš2013-06-241-0/+4
* libnm-util: fix tests after 'gateway-ping-timeout' additionJiří Klimeš2013-06-241-12/+13
* libnm-util: add gateway-ping-timeout property to connection settingDan Williams2013-06-213-0/+48
* libnm-util: fix alphabetization in libnm-util.verDan Winship2013-06-141-2/+2
* libnm-util: add P_Key support to NMSettingInfinibandDan Winship2013-06-133-6/+146
* libnm-util: add nm_utils_hwaddr_valid()Dan Winship2013-06-133-0/+28
* libnm-util: make some error messages clearerJiří Klimeš2013-06-131-5/+5
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-1321-162/+168
* libnm-util: add hwaddr functions that take length rather than typeDan Winship2013-06-113-38/+92
* libnm-util: deprecate 'network-type' and 'allowed-bands' in GSM settingsAleksander Morgado2013-06-052-19/+39
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-299-59/+55
* settings: track whether connection is saved to disk or notDan Williams2013-05-281-3/+6
* libnm-util: sync some 802.1x function arguments with documentationDan Williams2013-05-281-36/+36
* libnm-util: implement connection changed signalDan Williams2013-05-2813-36/+673
* libnm-util: correct documentation for NMSettingConnection:timestampJiří Klimeš2013-05-281-8/+8
* libnm-util: fix hashing of secrets broken by 4d326182Dan Williams2013-05-203-29/+137
* libnm-util: add access functions for 'mac-address-blacklist' to wired/wirelessJiří Klimeš2013-05-075-2/+228
* libnm-util: add NMSettingGenericDan Winship2013-05-076-0/+201
* libnm-util: correct documentation for nm_setting_update_secrets()Dan Williams2013-05-041-2/+2
* wifi: wep40 and wep104 are invalid algorithms for WPA pairwiseDan Williams2013-05-031-6/+5
* libnm-util: clarify WiFi security pairwise/group property descriptionsDan Williams2013-05-031-20/+26
* libnm-util: clarify WiFi setting MAC address blacklist descriptionDan Williams2013-05-031-8/+8
* libnm-util: clarify 802.1x password and password-raw documentationDan Williams2013-05-031-2/+7
* libnm-util: define NM_SETTING_GSM_BANDS_MAX - maximal value for allowed bandsJiří Klimeš2013-05-032-15/+25
* libnm-util: handle "empty" connection-type settings correctlyDan Winship2013-05-031-2/+2
* libnm-util: move setting priority functions to nm-setting.cDan Winship2013-05-033-149/+169
* libnm-util: fix the maximal value for gsm 'allowed-bands' propertyJiří Klimeš2013-05-031-14/+14
* libnm-util: fix WEP key type comparison in nm_utils_wep_key_valid()Jiří Klimeš2013-05-031-1/+2
* libnm-util: make nm_connection_replace_settings_from_connection() saferJiří Klimeš2013-04-221-0/+5
* libnm-util: fix doc bug in NMSettingIP6ConfigDan Winship2013-04-191-2/+2
* Use %NULL macro in doc stringsMartin Pitt2013-04-197-45/+45
* libnm-util: Fix transfer annotations of nm_{connection,setting}_need_secrets()Martin Pitt2013-04-192-8/+8
* libnm-util: add nm_connection_replace_settings_from_connection() (bgo #696387)Dan Williams2013-04-174-2/+109
* libnm-util: fix mis-freed VLAN priority list elementDan Williams2013-04-111-2/+2
* Revert :carrier-detect properties and associated codeDan Winship2013-04-0312-242/+2
* libnm-util: make nm_setting_vpn_remove_*() return gboolean instead of voidJiří Klimeš2013-04-032-9/+15
* libnm-util: convert remaining NMConnection users to GHashTableIterDan Williams2013-04-012-60/+199
* libnm-util: convert nm_setting_new_from_hash() to GHashTableIterDan Williams2013-04-012-45/+59