summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireless.c
Commit message (Expand)AuthorAgeFilesLines
* doc: fix typo for cloned-mac-address documentationpoma2016-07-111-1/+1
* all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-0/+88
* libnm: deprecated wireless.mac-address-randomization property for wireless.cl...Thomas Haller2016-06-301-0/+34
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-16/+78
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-2/+2
* man,libnm-core: fix typosBeniamino Galvani2016-03-301-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-161-7/+8
* libnm-core: fix documentation for MAC_ADDRESS_RANDOMIZATION propertyBeniamino Galvani2016-02-111-3/+2
* ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-181-0/+9
* libnm: add Wi-Fi MAC address randomization propertyDan Williams2015-11-181-0/+43
* libnm: don't include "nm-version.h" in "nm-dbus-interface.h"Thomas Haller2015-09-251-1/+0
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm: add @deep_copy argument to _nm_utils_strv_to_slist() and _nm_utils_sli...Thomas Haller2015-07-021-2/+2
* libnm: add ifcfg-rh description for 802-11-wireless.powersave propertyJiří Klimeš2015-05-121-0/+8
* libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams2015-01-211-0/+41
* libnm-core: update BAND and CHANNEL ifcfg-rh descriptionJiří Klimeš2014-11-191-3/+7
* libnm: Override parts of nm-setting-docs.xmlDan Winship2014-11-191-0/+7
* libnm-core: make GBytes D-Bus marshalling be built-in to NMSettingDan Winship2014-11-191-4/+0
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-0/+118
* libnm: add some missing (transfer) annotationsDan Winship2014-11-151-1/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-281-1/+1
* libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-281-15/+20
* libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-281-31/+50
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-43/+25
* libnm-core: change connection hash tables to variants in APIDan Winship2014-09-181-15/+12
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-6/+12
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-041-6/+7
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-40/+46
* libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-041-27/+26
* libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-041-4/+1
* libnm-core: drop previously-deprecated NMSetting propertiesDan Winship2014-09-041-26/+17
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-6/+2
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-4/+2
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-1/+0
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-12/+0
* libnm: remove all deprecated functions and typesDan Winship2014-08-011-21/+1
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+1245