summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: move completing static-value types to meta dataThomas Haller2017-04-121-65/+1
* cli: move completing VPN service types to meta dataThomas Haller2017-04-123-39/+41
* cli: move prompting for enum values to meta dataThomas Haller2017-04-121-62/+2
* cli: use meta data's completion in nmcli_con_add_tab_completion()Thomas Haller2017-04-121-0/+47
* cli: move prompting for boolean values to meta dataThomas Haller2017-04-123-36/+49
* cli: add property completion to meta-dataThomas Haller2017-04-125-9/+113
* cli: move part of setting meta data from "connection.c"'s OptionInfoThomas Haller2017-04-123-391/+1016
* cli: make OptionInfo immutableThomas Haller2017-04-122-44/+76
* cli: move property option flags to nm-meta-settings-desc.hThomas Haller2017-04-122-127/+129
* cli: don't translate <hidden> text in terse modeThomas Haller2017-04-121-9/+14
* cli: extend NMMetaSettingInfoEditor's get_fcn() to support different output f...Thomas Haller2017-04-123-181/+308
* cli: cleanup meta data virtual function argumentsThomas Haller2017-04-126-48/+61
* cli: use nmc_print() to output device's IP4 infoThomas Haller2017-04-1213-207/+385
* cli: move global "loop" variable to nmcli.h headerThomas Haller2017-04-125-20/+5
* cli: use nmc_print() to output `nmcli general logging`Thomas Haller2017-04-122-51/+65
* cli: use nmc_print() to output `nmcli general permissions`Thomas Haller2017-04-123-104/+125
* cli: use nmc_print() to output setting dataThomas Haller2017-04-128-179/+127
* cli: merge editor_show_secrets with NmcConfig.show_secretsThomas Haller2017-04-123-7/+5
* cli: move show_secret field to NmcConfigThomas Haller2017-04-126-11/+11
* cli: implement new nmc_print() command to generically output cli dataThomas Haller2017-04-127-218/+943
* cli: refactor enum-to-string function to have non-translating versionThomas Haller2017-04-121-32/+23
* cli/trivial: move codeThomas Haller2017-04-122-115/+121
* cli: cleanup print_required_fields()Thomas Haller2017-04-121-43/+44
* shared: add NM_PTRARRAY_EMPTY() utilThomas Haller2017-04-122-0/+8
* shared: add NM_PTRARRAY_LEN() utility macroThomas Haller2017-04-122-0/+93
* cli: do not show description of unsupported propertiesBeniamino Galvani2017-04-122-22/+24
* clients: avoid crash when property meta data do not existBeniamino Galvani2017-04-121-0/+4
* manager: unexport VPN connections when the activation fails earlyBeniamino Galvani2017-04-111-3/+9
* wifi: only attempt to set the scan MAC address when it actually changesLubomir Rintel2017-04-111-13/+10
* nmcli: fix "nmcli device monitor <dev>"Francesco Giudici2017-04-111-3/+3
* 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