summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-1066-918/+66
* examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2019-08-082-4/+14
* example: print WireGuard parameters in nm-wg-set example scriptThomas Haller2019-07-311-0/+12
* examples: add examples/python/gi/nm-update2.py example scriptThomas Haller2019-07-251-0/+155
* examples: add examples/python/gi/nm-add-connection2.py example scriptth/settings-add2-and-update2-optionsThomas Haller2019-07-251-0/+156
* all: drop vim file variables from source filesThomas Haller2019-06-1133-33/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-1150-50/+0
* examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller2019-06-111-76/+76
* gitignore: merge gitignore filesThomas Haller2019-05-191-2/+0
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* examples: drop rtl drivers from the mac address change blacklistLubomir Rintel2019-04-081-2/+2
* examples: don't set "ethernet.cloned-mac-address" in "10-no-wifi-scan-rand-ma...Thomas Haller2019-04-081-6/+5
* examples: blacklist drivers "wl" and "8188eu" in "31-mac-addr-change.conf" fo...Thomas Haller2019-04-051-4/+8
* all: codespell fixesLubomir Rintel2019-03-111-1/+1
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller2019-03-071-2/+2
* examples: fix handling secrets in nm-wg-setThomas Haller2019-02-261-2/+17
* examples: improve hints about existing WireGuard profiles in nm-wg-setThomas Haller2019-02-261-6/+21
* examples: add python example script "nm-wg-set" for modifying WireGuard profileThomas Haller2019-02-221-0/+423
* build: meson: Add trailing commasIñigo Martínez2018-12-202-6/+6
* examples: fix wrong example configuration in "31-mac-addr-change.conf"Thomas Haller2018-12-101-1/+6
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-294-6/+6
* dispatcher: fix shellcheck warningsBeniamino Galvani2018-10-061-2/+2
* docs: misc. typosluz.paz2018-09-157-7/+7
* examples: make 10-ifcfg-rh-routes.sh self-containedBeniamino Galvani2018-08-281-9/+97
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-6/+6
* examples/python: drop nmex.pyLubomir Rintel2018-06-291-72/+0
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
* examples/python: utilize nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-151-3/+1
* Revert "example/python: avoid falling back to CLOCK_MONOTONIC"Lubomir Rintel2018-06-151-2/+12
* example/python: avoid falling back to CLOCK_MONOTONICLubomir Rintel2018-06-141-12/+2
* examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf exampleth/dhcp-client-idThomas Haller2018-06-121-6/+31
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-4/+0
* libnm: rework checkpoint APIThomas Haller2018-04-041-25/+30
* examples: improve checkpoint.py for python/giThomas Haller2018-04-041-49/+100
* examples: add python utils for examplesThomas Haller2018-04-041-0/+72
* checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller2018-04-041-0/+1
* all: drop trailing spacesThomas Haller2018-02-075-7/+7
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-3/+3
* version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-231-1/+0
* version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-231-1/+1
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-188-40/+0
* meson: Improve dependency systemIñigo Martínez2018-01-101-18/+11
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+74
* examples: add python/gi example nm-connection-update-stable-id.pyThomas Haller2017-12-051-0/+116
* python: make dbus, gi examples, and debug-helper.py python3 readyYifan J2017-12-0424-99/+99
* examples: add checkpoint example using python gobject-introspectionBeniamino Galvani2017-11-091-0/+130