summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: fix evaluation of supported settings for slave connectionsbg/cli-editor-slave-settings-rh1440957Beniamino Galvani2017-04-111-4/+4
* test: set 8021x private key password flagsLubomir Rintel2017-04-101-0/+13
* wifi: merge branch 'th/wifi-ap-max-rate-bgo779771'Beniamino Galvani2017-04-101-11/+335
|\
| * wifi: fix HT max rate calculationBeniamino Galvani2017-04-101-13/+17
| * wifi: parse the first 77 bits of the supported mcs setJames Kalbfleisch2017-04-101-7/+7
| * wifi: avoid buffer overflow reading IEsThomas Haller2017-04-101-17/+49
| * wifi: rename ieee80211_eid capability definesThomas Haller2017-04-101-7/+11
| * wifi/trivial: rename get_max_rate*() functionsThomas Haller2017-04-101-20/+24
| * wifi: collect maximum max-bitrate in nm_wifi_ap_update_from_properties()Thomas Haller2017-04-101-15/+8
| * wifi: fix unsigned error return value for get_max_rate()Thomas Haller2017-04-101-4/+6
| * wifi: replace "if" checks for rate with switch statementThomas Haller2017-04-101-194/+140
| * wifi: set changed flag for max-rate in nm_wifi_ap_update_from_properties()Thomas Haller2017-04-101-1/+1
| * wifi: fix compiler warningsThomas Haller2017-04-101-2/+4
| * wifi/trivial: fix whitespace and styleThomas Haller2017-04-101-141/+136
| * wifi: parse BSS IEs for 80211n and 80211ac data ratesJames Kalbfleisch2017-04-101-0/+342
|/
* supplicant-config: correct the uri attribute/query separatorLubomir Rintel2017-04-101-2/+2
* ifcfg: don't complain if 8021x secrets are emptyLubomir Rintel2017-04-101-16/+2
* 8021x: don't request secrets if they are empty and system ownedLubomir Rintel2017-04-101-5/+9
* ifcfg-rh: fix loading the PKCS#11 client certificateLubomir Rintel2017-04-101-2/+1
* device-bond: fix possible uninitialized variableDan Williams2017-04-071-1/+1
* auth-utils: fix possibly uninitialized variablesDan Williams2017-04-071-1/+1
* default-route-manager: fix possibly uninitialized variableDan Williams2017-04-071-1/+1
* config: fix assertion in nm_config_device_state_write()Beniamino Galvani2017-04-071-1/+1
* core: only persist explicit managed state in device's state fileThomas Haller2017-04-073-11/+27
* pacrunner: remove failed and pending items from configuration listBeniamino Galvani2017-04-071-12/+13
* device: fix removal of pacrunner configurationsBeniamino Galvani2017-04-072-4/+17
* build: fix broken line wraps in Makefile.amThomas Haller2017-04-071-2/+2
* build: add missing build dependency for ifupdownThomas Haller2017-04-071-8/+13
* cli: fix invalid assertionThomas Haller2017-04-061-2/+2
* linux-platform: fix link_get_unmanaged() return valueLubomir Rintel2017-04-061-1/+4
* pacrunner: merge branch 'bg/pacrunner-domains-bgo780558'Beniamino Galvani2017-04-064-128/+195
|\
| * pacrunner: specify domains only for VPNsBeniamino Galvani2017-04-062-18/+21
| * pacrunner: don't log pacrunner-manager addressBeniamino Galvani2017-04-061-3/+3
| * pacrunner: rework processing of configuration entriesBeniamino Galvani2017-04-064-86/+156
| * pacrunner: remove @domains from private structBeniamino Galvani2017-04-061-26/+20
|/
* travis: don't check for setting-docs.c fileThomas Haller2017-04-051-0/+4
* libnm: move public nm_utils_enum_*() functions back to libnm-coreThomas Haller2017-04-053-63/+71
* cli: merge branch 'th/cli-meta-1'Thomas Haller2017-04-0531-1894/+2796
|\
| * cli: add accessors for NMMetaAbstractInfoThomas Haller2017-04-053-25/+59
| * build: commit pre-generated "settings-docs.c" in gitThomas Haller2017-04-052-7/+355
| * cli: move and rename TermColor and TermFormatThomas Haller2017-04-0510-124/+124
| * cli: fix signature of NMMetaAbstractType:get_fcn()Thomas Haller2017-04-054-20/+25
| * shared: move NM_UTILS_LOOKUP() macro shared utilsThomas Haller2017-04-052-44/+44
| * cli: move NmcMetaGenericInfo to "utils.h"Thomas Haller2017-04-0511-93/+107
| * cli: move nmc_bond_validate_mode() to "clients/common/nm-client-utils.h"Thomas Haller2017-04-054-24/+24
| * cli: change checking for get-type PRETTY making PARSABLE the defaultThomas Haller2017-04-051-22/+21
| * cli: add get_fcn() to NMMetaAbstractInfoThomas Haller2017-04-055-14/+121
| * cli/tests: add "clients/common/tests/test-general.c"Thomas Haller2017-04-053-6/+174
| * build: build intermediate library libnmc.la for nmcliThomas Haller2017-04-051-54/+86
| * cli: add nmc_output_selection_create() to parse field selectionThomas Haller2017-04-059-126/+268