summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: rework printing of "capabilities" device detailsThomas Haller2018-07-0930-152/+175
* cli: rework printing of "connections" device detailsThomas Haller2018-07-09158-548/+634
* cli: don't translate device details in terse modeThomas Haller2018-07-0934-110/+114
* cli: rework enum-to-string function to not return translated textThomas Haller2018-07-094-246/+127
* cli: rework printing of "general" device detailsThomas Haller2018-07-0931-227/+280
* cli: rework printing of device statusThomas Haller2018-07-094-62/+67
* cli: merge IPv4 and IPv6 versions of ip/dhcp config printThomas Haller2018-07-094-48/+40
* cli/trivial: move codeThomas Haller2018-07-091-11/+15
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-095-14/+4
* cli: rework printing of dhcp optionsThomas Haller2018-07-096-44/+81
* cli: rework printing of vpn active-connection propertiesThomas Haller2018-07-095-124/+176
* ip-tunnel: allow wired setting for some tunnel modesbg/ip-tunnel-gretap-bgo796645Beniamino Galvani2018-07-021-0/+1
* nm-online: print "[started|start-pending|failure]" for --wait-for-startupThomas Haller2018-06-301-5/+24
* clients/docs: fix generated documentation for Open vSwitchThomas Haller2018-06-291-1/+1
* client: support 6lowpan settingLubomir Rintel2018-06-262-0/+22
* core: add NMSetting6LowpanLubomir Rintel2018-06-261-0/+2
* client: support wpan settingLubomir Rintel2018-06-263-3/+68
* clients/meta: allow formatting 16-bit values formatted as 0x%04xLubomir Rintel2018-06-261-5/+26
* core: add NMSettingWpanLubomir Rintel2018-06-261-0/+4
* clients/tests: add tests for coloringThomas Haller2018-06-26854-9819/+25596
* cli: rework check-colors to first evaluate enabled/disabledThomas Haller2018-06-261-68/+149
* cli: only modify color platte when parsing is successful in parse_color_scheme()Thomas Haller2018-06-261-37/+44
* cli: drop unused color_option argument from check_colors_file()Thomas Haller2018-06-261-13/+11
* cli: avoid passing NmCli to set_color() functionsThomas Haller2018-06-262-31/+34
* clients: fix using hints for 802-1x secret requestThomas Haller2018-06-241-1/+2
* cli: use the hints from 802.1x secrets requests if givenAndrew Zaborowski2018-06-221-0/+15
* cli: list the 'print' command in the welcome message of the editorFrancesco Giudici2018-06-211-0/+2
* clients/tests: add more tests showing nmcli outputThomas Haller2018-06-21386-960/+7569
* tests: improve NetworkManager stub service for Wi-Fi scanningThomas Haller2018-06-181-0/+11
* clients/tests: utilize nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-15355-361/+358
* cli: utilize nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-151-11/+4
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-151-1/+1
* man: add 'random' to the allowed values of team.runnerFrancesco Giudici2018-06-151-1/+1
* libnm-core: allow speed and duplex values when auto-negotiate=yesfg/auto_neg_specmodes-rh1487477Francesco Giudici2018-06-151-3/+3
* libnm: always return VPN connections's bannerThomas Haller2018-06-152-4/+4
* cli: fix printing multi-line output when there is nothing to printThomas Haller2018-06-1541-88/+50
* cli: return NULL strv array from _ip_config_get_routes() if there are no routesThomas Haller2018-06-1541-40/+83
* cli: add support for wake-on-wlan propertiesAlfonso Sánchez-Beato2018-06-153-2/+18
* libnm-core: add wake-on-wlan configuration itemsSimon Fels2018-06-151-0/+1
* clients/tests: fix unstable tests for Python2 vs. Python3Thomas Haller2018-06-1412-48/+48
* clients/tests: add more tests printing wifi details in nmcliThomas Haller2018-06-14162-935/+6454
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-142-0/+4
* clients/tests: document importance of locale for clients testsThomas Haller2018-06-14247-246/+249
* cli: Actually add passwords to the AddAndActivateConnection argumentsAndrew Zaborowski2018-06-131-4/+6
* cli: drop an unused variableLubomir Rintel2018-06-131-1/+0
* cli/devices: rescan the Wi-Fi network if the AP list is not fresh enoughlr/cli-wifi-list-rescanLubomir Rintel2018-06-1338-433/+667
* cli/devices: parse "nmcli d wifi list" arguments with next_arg()Lubomir Rintel2018-06-131-12/+14
* cli/utils: make next_arg() recognize arguments that are not in "--option" formLubomir Rintel2018-06-131-4/+12
* clients/tests: better document how to re-generate files for clients testsThomas Haller2018-06-13248-256/+317
* client: cli: Fix message in connect callbackAndrew Zaborowski2018-06-121-1/+1