summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* nmcli: fix typo 'exiting' -> 'existing'gaoxingwang2022-10-121-1/+1
* cli: fix translation string for error message in set_property()Thomas Haller2022-10-111-2/+3
* tools: preserve newlines and indentation in "generate-docs-nm-property-infos.py"Thomas Haller2022-10-061-1/+1
* nmcli: don't show state-reason for "nmcli device connect" errorsBeniamino Galvani2022-10-041-2/+1
* nmcli: fix return code on "nmcli device connect" errorBeniamino Galvani2022-10-041-3/+5
* nmcli: don't print warning in `nmcli connection import` about duplicate param...Thomas Haller2022-10-031-8/+3
* nmcli: allow selecting profiles by partial UUIDThomas Haller2022-09-281-0/+6
* nmcli: ensure profiles matching by "uuid","path" selector are uniqueThomas Haller2022-09-281-1/+16
* wpa_supplicant: add tls_disable_time_checks flag to phase 1 auth flagsVojtech Bubela2022-09-281-1/+1
* nmcli: fix `nmcli connection add -h` output for optional ifname parameterThomas Haller2022-09-151-1/+1
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-153-19/+21
* setting-bridge,wireless: improve some deprecation warningsLubomir Rintel2022-09-071-2/+2
* setting-8021x: add deprecation tagsLubomir Rintel2022-09-071-2/+2
* generate-docs-nm-settings-docs-gir: move deprecation info to a separate tagLubomir Rintel2022-09-071-5/+5
* ovs: add ofport_request option to ovs interfaceadd-ovs-optionVojtech Bubela2022-09-021-0/+2
* nmcli: don't translate "%s"Lubomir Rintel2022-09-011-1/+1
* nmcli: allow changing the UUID of a profile in offline modeThomas Haller2022-08-311-1/+1
* nmcli: add get_env_flags() accessor to NMMetaEnvironment for checking offline...Thomas Haller2022-08-311-0/+11
* mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller2022-08-251-1/+1
* libnm: reword documentation for "ipv4.gateway" and "ipv6.gateway"Thomas Haller2022-08-231-2/+2
* Revert "wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiatio...Thomas Haller2022-08-111-1/+1
* all: drop various NMMptcpFlagsThomas Haller2022-08-091-1/+1
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-091-0/+2
* nmcli-completion: fix support for embedded quote charactersavery2022-08-041-1/+1
* nmcli: move an assignment down to where the value neededLubomir Rintel2022-07-291-2/+2
* nmcli: do not assume active connection has a settings connectionLubomir Rintel2022-07-291-1/+1
* libnm-client: Add public nm_conn_wireguard_import() funcChristian Glombek2022-07-211-1/+1
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-062-7/+7
* libnm/docs: expand documentation for wireguard.ip4-auto-default-routeThomas Haller2022-06-301-1/+1
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-291-1/+1
* nmcli/connections: fix setting ifname with "--ask c add"lr/ask-modeLubomir Rintel2022-06-241-9/+18
* nmcli/connections: make sure the connection has a base settingLubomir Rintel2022-06-241-0/+6
* nmcli/connections: factor out code run after new connection's type is setLubomir Rintel2022-06-241-21/+33
* nmcli/connections: use the current value in default in ask_option()Lubomir Rintel2022-06-241-2/+15
* nmcli/connections: don't ask to ask with --askLubomir Rintel2022-06-241-9/+7
* nmcli/connections: make sure the connection has a typeLubomir Rintel2022-06-241-3/+10
* nmcli/connections: make enable_options() always enable an optionLubomir Rintel2022-06-241-10/+6
* nmcli/connections: make opts argument to enable_options() optionalLubomir Rintel2022-06-241-6/+15
* nmcli/connections: allow empty lists with "--ask c add"Lubomir Rintel2022-06-241-2/+0
* nmcli/connections: do not remove a bond option unless reset is allowedLubomir Rintel2022-06-241-17/+15
* nmcli/connections: pass allow_reset to check_and_set() callbackLubomir Rintel2022-06-241-1/+16
* nmcli/devices: fix a crashLubomir Rintel2022-06-231-2/+2
* merge: branch 'lr/nmcli-checkpoint'Lubomir Rintel2022-06-232-90/+320
|\
| * nmcli/devices: add "checkpoint" commandlr/nmcli-checkpointLubomir Rintel2022-06-151-1/+222
| * nmcli: be less insistant on exiting when readline() gets no inputLubomir Rintel2022-06-151-1/+2
| * nmcli/devices: use GPtrArray from get_device_list() directlyLubomir Rintel2022-06-151-32/+23
| * nmcli/devices: return GPtrArray instead of GSList from get_device_list()Lubomir Rintel2022-06-151-43/+35
| * nmcli/devices: make get_device_list() terminate on "--"Lubomir Rintel2022-06-151-0/+22
| * nmcli/devices: make get_device_list() shift argc/argvLubomir Rintel2022-06-151-25/+28
* | libnm/docs: add comment about background scanning to wifi.bssid propertyThomas Haller2022-06-211-1/+1