summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* | nmcli: distinguish OWE-TM from OWE BSSDavid Bauer2022-06-171-2/+3
* | libnm/docs: elaborate how ipv4.dns-search/ipv6.dns-search worksThomas Haller2022-06-171-2/+2
* | cli: reformat file to look betterThomas Haller2022-06-161-49/+105
* | libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-161-0/+2
|/
* nmcli: add nmcli gen reload usageRyosuke YASUOKA2022-06-151-2/+3
* device: introduce ipv6.mtu propertyAlex Henrie2022-05-271-0/+2
* settings: add ipv4.link-local flagAdrian Freihofer2022-05-271-0/+2
* wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiation" flagThomas Haller2022-05-161-1/+1
* build/meson: use "rename" directive for installing nmcli bash completionThomas Haller2022-05-131-3/+1
* nmcli/devices: fix sorting of APsLubomir Rintel2022-05-121-1/+1
* nmcli/devices: check connection created with "wifi connect"Lubomir Rintel2022-05-121-0/+6
* nmcli/connections: export nmc_connection_check_deprecated()Lubomir Rintel2022-05-122-5/+8
* core: change the priority order in static "ipv6.addresses"Thomas Haller2022-04-271-1/+1
* nmcli: add --offline option for "add" and "modify"Lubomir Rintel2022-04-194-72/+366
* nmcli/trivial: consistently order the options in process_command_line()Lubomir Rintel2022-04-191-2/+2
* nmcli.h: tidy up boolean struct membersLubomir Rintel2022-04-191-25/+30
* cli: indicate missing radio hardware in "nmcli radio"Beniamino Galvani2022-03-291-0/+10
* cli: remove one more g_assert()Lubomir Rintel2022-03-281-1/+1