summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-231-1/+1
* macsec: document the format of CAK and CKN propertiesBeniamino Galvani2022-11-161-2/+2
* nmcli/monitor: always print running status on monitor startupLubomir Rintel2022-11-131-10/+2
* libnm: fix a large amount of Since tagsLubomir Rintel2022-11-081-2/+2
* nmcli: rename "generate-docs-nm-settings-nmcli" to "gen-metadata-nm-settings-...Thomas Haller2022-10-313-11/+11
* build: pass both filenames to "tools/check-compare-generated.sh" scriptThomas Haller2022-10-311-3/+2
* build/meson fix "gen-metadata-nm-settings-nmcli.xml.in" without enable_docsThomas Haller2022-10-311-1/+1
* cli: cleanup connecting state change signalThomas Haller2022-10-281-9/+34
* dns/resolved: set DoT server name (SNI) in systemd-resolvedThomas Haller2022-10-271-2/+2
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-271-2/+2
* cli: increase buffer in pager_fallback()Thomas Haller2022-10-241-1/+1
* cli: don't use unsafe functions in pager_fallback()Thomas Haller2022-10-241-6/+4
* cli: don't call setenv() after forkThomas Haller2022-10-241-13/+15
* nmcli: fix crash in "nmcli device monitor"Beniamino Galvani2022-10-191-0/+2
* style: fix code formattingLubomir Rintel2022-10-171-3/+3
* nmcli: show sriov capability in "nmcli" outputLubomir Rintel2022-10-171-1/+5
* 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