summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: avoid calling twice "check_activated()" on "nmcli connection up"fg/nmcli_fix_bridge_upFrancesco Giudici2017-04-051-10/+9
* nmcli: fix 'nmcli con export' parameters checkFrancesco Giudici2017-04-031-5/+1
* fixup! nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-031-9/+14
* nmcli: allow cmd specific option parsing in next_arg() funcFrancesco Giudici2017-04-038-75/+180
* settings/secret-agent: add initializersLubomir Rintel2017-04-031-1/+1
* cli: restore previous name of IN-USE AP propertyBeniamino Galvani2017-04-011-1/+1
* device: emit IP_CONFIG_CHANGED signal when default route changesBeniamino Galvani2017-04-011-2/+10
* default-route-manager: return whether the default route changedBeniamino Galvani2017-04-012-26/+29
* cli: fix setting of 802-1x.eap propertyBeniamino Galvani2017-03-301-2/+16
* gitignore: fix ignoring "clients/common/settings-docs.c" (2)Thomas Haller2017-03-301-0/+1
* build: fix out-of-tree build after moving generated settings-docs.cThomas Haller2017-03-301-1/+1
* gitignore: fix ignoring "clients/common/settings-docs.c"Thomas Haller2017-03-301-1/+1
* cli: embed gtk-doc directly in property-info structureThomas Haller2017-03-307-408/+391
* cli: merge branch 'th/cli-setting-metadata-bgo732292'Thomas Haller2017-03-3033-11071/+9057
|\
| * cli: don't track output data in global NmCli structureThomas Haller2017-03-308-254/+283
| * cli: split print_data() in a part with and without side-effectsThomas Haller2017-03-307-41/+64
| * cli: split output data from NmCli to a separate fieldThomas Haller2017-03-309-174/+168
| * cli: cleanup get_value_to_print() utilThomas Haller2017-03-301-15/+17
| * cli: separate input and in-out arguments in print_data()Thomas Haller2017-03-307-51/+51
| * cli: pass configuration options separately from NmCli structureThomas Haller2017-03-309-63/+66
| * cli: pass use_colors as separate option instead of global nmcThomas Haller2017-03-307-48/+54
| * cli: use designated initializers for setting NmcOutputField fieldsThomas Haller2017-03-307-264/+271
| * cli: use enum property type for connection.lldpThomas Haller2017-03-303-54/+30
| * utils: add _nm_utils_enum_from_str_full() to support aliasesThomas Haller2017-03-302-4/+52
| * libnm: move enum utils to new shared file shared/nm-utils/nm-enum-utils.hThomas Haller2017-03-306-287/+349
| * cli: use enum property type for 802-1x.phase1-auth-flagsThomas Haller2017-03-301-54/+6
| * cli: use enum property type for wifi.power-saveThomas Haller2017-03-301-55/+6
| * cli: add property type for enum and showcase for ipv6.addr-gen-modeThomas Haller2017-03-303-44/+306
| * cli: belatedly add for connection user dataThomas Haller2017-03-301-24/+33
| * cli: don't hard-code list of settings for completionThomas Haller2017-03-302-43/+13
| * cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-3017-687/+779
| * cli: split nm-meta-setting-desc out of settingsThomas Haller2017-03-3011-6184/+6244
| * cli/trivial: rename metadata related namesThomas Haller2017-03-306-224/+224
| * nmcli: output property values in "parsable" mode when the "--terse" option is...Thomas Haller2017-03-301-1/+5
| * cli: allow dynamic results from values_fcn() and describe_fcn() property func...Thomas Haller2017-03-303-88/+89
| * cli: refactor indirection to legacy signatures (2)Thomas Haller2017-03-302-888/+520
| * cli: fix intermediate regression of hiding blobs dataThomas Haller2017-03-302-59/+40
| * cli: use define for argument lists in settings.cThomas Haller2017-03-301-219/+57
| * cli: refactor indirection to legacy signaturesThomas Haller2017-03-301-35/+29
| * cli: add property-info for the restThomas Haller2017-03-306-2334/+830
| * cli: add property-info for NMSettingWirelessThomas Haller2017-03-304-264/+112
| * cli: add property-info for NMSettingWiredThomas Haller2017-03-304-291/+187
| * cli: add property-info for NMSettingWimaxThomas Haller2017-03-304-64/+42
| * cli: let string property-type handle checking valuesThomas Haller2017-03-301-185/+47
| * cli: add property-info for NMSettingAdslThomas Haller2017-03-304-124/+51
| * cli: add property-info for NMSettingPppThomas Haller2017-03-304-240/+97
| * cli: add property-info for NMSetting8021xThomas Haller2017-03-304-598/+325
| * cli: add property-info for NMSettingWirelessSecurityThomas Haller2017-03-304-245/+152
| * cli: add property-info for NMSettingPppoeThomas Haller2017-03-304-95/+96
| * cli: add property-info for NMSettingDcbThomas Haller2017-03-304-191/+134