summaryrefslogtreecommitdiff
path: root/src/nmcli
Commit message (Expand)AuthorAgeFilesLines
* man: rewrite ipv4.method and ipv6.method man page descriptionsMarc Muehlfeld2023-04-271-2/+2
* libnm,core: make "default${CONNECTION}" the built-in stable IDThomas Haller2023-04-211-1/+1
* libnm,nmcli: add ipv6.dhcp-pd-hint propertyBeniamino Galvani2023-04-031-0/+2
* doc: use "Returns:" annotation instead of deprecated aliasesThomas Haller2023-03-291-1/+1
* all: various fixes to gtk-doc annotationsThomas Haller2023-03-291-15/+21
* dns: add support to no-aaaa optionFernando Fernandez Mancera2023-03-281-2/+2
* nmcli: increase strength of generated hotspot passwordsbg/hotspot-fixesBeniamino Galvani2023-03-281-6/+6
* nmcli: don't set a fixed channel for wifi hotspotsBeniamino Galvani2023-03-281-7/+4
* nmcli: fix generating hotspot passwordBeniamino Galvani2023-03-281-1/+1
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-272-6/+6
* cli: drop showing "connection.read-only" propertyThomas Haller2023-03-271-2/+0
* libnm: make "connection.read-only" as deprecatedThomas Haller2023-03-271-1/+1
* libnm: better explain wifi.seen-bssids propertyThomas Haller2023-03-271-1/+1
* cli: drop unused readonly properties "wifi.{rate,tx-power}"Thomas Haller2023-03-271-4/+0
* libnm: mark unused properties "wifi.{rate,tx-power}" as deprecatedThomas Haller2023-03-271-2/+2
* libnm: fix minor typos in documentationYuri Chornoivan2023-03-231-3/+3
* libnmc-setting/docs: how to disable ip-tunnel.encapsulation-limit (ip6)Joao Machado2023-03-131-1/+1
* libnm/docs: mention "ipv[46].dhcp-iaid=stable" to be affected by "connection....Thomas Haller2023-03-081-1/+1
* nmcli: set LESSSECURE=1 (unless already set)Lubomir Rintel2023-03-071-0/+1
* all: add "link" settingBeniamino Galvani2023-03-022-3/+13
* nmcli: add WPA-EAP-SUITE-B-192 to SECURITYliaohanqin2023-03-011-0/+4
* client/tests: adjust expected output for new order of replace-local-ruleFernando Fernandez Mancera2023-02-221-4/+4
* all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-211-0/+4
* libnm/docs: improve documentation for ipv[46].dhcp-iaid settingThomas Haller2023-02-211-2/+2
* libnm: Add initial EPS parameters to gsm settingsSven Schwermer2023-02-201-0/+4
* nmcli: replace all uses of g_print()/g_printerr() with nmc_print()/nmc_printe...Thomas Haller2023-02-089-859/+885
* nmcli: add nmc_print()/nmc_printerr() macrosThomas Haller2023-02-081-0/+30
* nmcli/trivial: rename nmc_print() to nmc_print_table()Thomas Haller2023-02-087-135/+137
* nmcli/trivial: rename monitor functions in internal header fileThomas Haller2023-02-085-6/+6
* cli: fix leaking "value" string in ask_option()Thomas Haller2023-02-081-3/+5
* cli: use "free()" for string from readlineThomas Haller2023-02-081-5/+2
* cli: avoid leak in readline_cb() overwriting previous lineThomas Haller2023-02-081-3/+13
* all: use nm_random_*() instead of g_random_*()Thomas Haller2023-01-301-5/+8
* nmcli/style: fix clang-format styleThomas Haller2023-01-271-3/+1
* nmcli: fix typos in nmcli outputMichael Biebl2023-01-271-2/+2
* all: add support for ovs-dpdk n-rxq-desc and n-txq-descbg/ovs-dpdk-n-queue-descBeniamino Galvani2023-01-171-0/+4
* ovs: add support for "other_config" settingsThomas Haller2023-01-111-0/+2
* all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons2023-01-091-0/+4
* nmcli: fix double freeBeniamino Galvani2022-12-221-4/+1
* libnm: support VTI properties in the ip-tunnel settingBeniamino Galvani2022-12-211-0/+2
* libnm,nmcli: add vlan.protocol propertyBeniamino Galvani2022-12-141-0/+2
* all: fix various "-Wcast-align=strict" warningsThomas Haller2022-12-091-1/+1
* all: fix "-Wcast-align=strict" warnings for GArray castsThomas Haller2022-12-091-1/+1
* all: use nm_g_array_first()/nm_g_array_first_p() where suitableThomas Haller2022-12-092-3/+3
* libnm: accept "dot1q-tunnel" as vlan mode for ovs-portsBeniamino Galvani2022-11-251-1/+1
* libnm: add ovs-port.trunks propertyBeniamino Galvani2022-11-251-0/+2
* support loopback interfaceWen Liang2022-11-231-0/+5
* 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