summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: fix property matchingBeniamino Galvani2018-05-289-17/+120
* clients/tests: refactor by moving replace-text helper functionThomas Haller2018-05-281-31/+31
* clients/tests: generate Makefile.am for expected filesThomas Haller2018-05-27106-111/+242
* cli: avoid bogus line seprator in pretty-outputThomas Haller2018-05-255-66/+5
* cli/tests: add test for output of `nmcli general permissions`Thomas Haller2018-05-2597-78/+808
* clients: fix an error message in case of property ambiguityLubomir Rintel2018-05-241-4/+6
* clients/tests: drop duplicate tests for German translationThomas Haller2018-05-24121-3096/+1818
* clients/tests: test nmcli output for active-connection state DEACTIVATINGThomas Haller2018-05-2428-0/+806
* clients/tests: load libnm via GObject introspectionThomas Haller2018-05-24101-100/+113
* clients/tests: add SetProperties operation to test-networkmanager-service.py ...Thomas Haller2018-05-24101-100/+111
* clients/tests: test nmcli output for multiple activation of same profileThomas Haller2018-05-24101-118/+1059
* clients/tests: print active fields during `nmcli con show`Thomas Haller2018-05-2410-126/+435
* clients/tests: add extra_env argument to call_nmcli()Thomas Haller2018-05-2479-80/+88
* cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn()th/cli-connection-handlingThomas Haller2018-05-144-55/+20
* cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller2018-05-141-0/+40
* cli: add and use macro for creating NmcMetaGenericInfo parent groupsThomas Haller2018-05-142-12/+8
* cli/trivial: move codeThomas Haller2018-05-141-74/+76
* cli: rework connection handling for multiple resultsThomas Haller2018-05-143-212/+330
* cli: rework converting enums to strings in "connections.c"Thomas Haller2018-05-141-44/+26
* cli: move find_active_connection() to common.cThomas Haller2018-05-143-84/+87
* cli: cleanup code paths in "connections.c"Thomas Haller2018-05-143-288/+205
* clients/common: add nmc_objects_sort_by_path() helperThomas Haller2018-05-142-0/+43
* clients/tests: add nmcli test for activating connectionThomas Haller2018-05-1417-0/+576
* clients/tests: add more checks for output of nmcli by languageThomas Haller2018-05-1463-382/+1056
* tests: various refactoring in tools/test-networkmanager-service.pyThomas Haller2018-05-1413-58/+58
* clients/tests: add test for `nmcli device wifi` outputThomas Haller2018-05-1412-35/+58
* libnm-core: document dns priorityBeniamino Galvani2018-05-141-2/+2
* clients/tests: add python test script for nmcli testsThomas Haller2018-05-1132-0/+1268
* cli: allow setting the colors with terminal-colors.d(5)lr/nmcli-colorsLubomir Rintel2018-05-104-6/+274
* cli: use a palette to implement coloringLubomir Rintel2018-05-1011-272/+207
* cli: rework enabling and disabling colorsLubomir Rintel2018-05-107-66/+69
* cli: drop --prompt-colorLubomir Rintel2018-05-105-70/+15
* cli: use static initializer for NmCliLubomir Rintel2018-05-101-37/+31
* cli: drop a useless commentLubomir Rintel2018-05-101-1/+0
* cli: do not leave dangling pointers in a global structLubomir Rintel2018-05-101-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-109-26/+26
* all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-102-3/+3
* all: remove consecutive empty linesBeniamino Galvani2018-04-3013-24/+0
* libnm/doc: explicitly point out privacy issue of setting wifi.hiddenThomas Haller2018-04-261-1/+1
* cli: sort DHCP options in connection show outputThomas Haller2018-04-231-7/+8
* cli: merge IPv4 and IPv6 variants of print_dhcp_config()Thomas Haller2018-04-235-74/+19
* libnm-core: fix documentation for dad-timeout propertyBeniamino Galvani2018-04-181-2/+2
* all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-2/+2
* libnm-core: improve documentation for autoconnect and autoconnect-slaves prop...Thomas Haller2018-04-181-2/+2
* cli: rework callbacks in NMPolkitListener to use one vtable structureThomas Haller2018-04-164-137/+146
* clients: move code around in "nm-polkit-listener.c"Thomas Haller2018-04-161-77/+88
* clients: cleanup includes for polkit sourcesThomas Haller2018-04-164-42/+21
* clients: use nm_utils_strv_make_deep_copied() to deep copy const strv arrayThomas Haller2018-04-131-6/+2
* nmcli: add overview option to skip default values in outputBeniamino Galvani2018-04-133-6/+24
* clients: set @out_is_default in property gettersBeniamino Galvani2018-04-132-27/+117