summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller12-12/+12
2020-09-28format: replace tabs for indentation in code commentsThomas Haller3-14/+14
2020-09-28all: reformat all with new clang-format styleAntonio Cardace8-744/+759
2020-08-03all: changes from python 2 syntax to python3 and removing dead codeSayed Shah15-120/+70
2020-07-02examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller1-94/+185
2020-06-15all: reformat python files with python blackSayed Shah38-648/+933
2020-05-07examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller1-1/+0
2020-05-07examples: avoid "x == None" checks in python examplesThomas Haller2-2/+2
2020-05-07examples: avoid "except" for BaseException in examplesThomas Haller2-2/+2
2020-05-07examples: avoid non-thread-safe localtime() function exampleThomas Haller1-1/+6
2020-05-07examples: remove unused imports from python examplesThomas Haller12-13/+7
2020-05-07examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller1-1/+1
2020-04-27examples: add Wi-Fi P2P exampleBeniamino Galvani1-0/+109
2020-04-11examples: fix copy/paste comment error from another scriptDavid Drinn1-1/+1
2020-02-17license: Add license using SPDX identifiers to meson build filesIñigo Martínez2-0/+4
2019-11-22libnm: export interface flagsBeniamino Galvani1-0/+19
2019-10-04dispatcher: avoid "dirname" and "basename" calls in "10-ifcfg-rh-routes.sh" s...Thomas Haller1-9/+5
2019-10-04dispatcher: move return-early checks in "10-ifcfg-rh-routes.sh" firstThomas Haller1-18/+18
2019-10-02all: unify format of our Copyright source code commentsThomas Haller35-36/+36
2019-10-01meson: Improve Qt examplesIñigo Martínez1-10/+3
2019-10-01meson: Improve targets involving libnm libraryIñigo Martínez1-2/+2
2019-10-01meson: Improve the libnm-core build fileIñigo Martínez1-10/+9
2019-10-01meson: Use dependency for nm-default headerIñigo Martínez1-5/+5
2019-10-01all: manually drop code comments with file descriptionThomas Haller20-27/+13
2019-09-10all: SPDX header conversionLubomir Rintel66-918/+66
2019-08-08examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2-4/+14
2019-07-31example: print WireGuard parameters in nm-wg-set example scriptThomas Haller1-0/+12
2019-07-25examples: add examples/python/gi/nm-update2.py example scriptThomas Haller1-0/+155
2019-07-25examples: add examples/python/gi/nm-add-connection2.py example scriptThomas Haller1-0/+156
2019-06-11all: drop vim file variables from source filesThomas Haller33-33/+0
2019-06-11all: drop emacs file variables from source filesThomas Haller50-50/+0
2019-06-11examples: use '\n' line endings in "examples/C/qt/add-connection-wired.cpp"Thomas Haller1-76/+76
2019-05-19gitignore: merge gitignore filesThomas Haller1-2/+0
2019-04-18build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller1-1/+1
2019-04-08examples: drop rtl drivers from the mac address change blacklistLubomir Rintel1-2/+2
2019-04-08examples: don't set "ethernet.cloned-mac-address" in "10-no-wifi-scan-rand-ma...Thomas Haller1-6/+5
2019-04-05examples: blacklist drivers "wl" and "8188eu" in "31-mac-addr-change.conf" fo...Thomas Haller1-4/+8
2019-03-11all: codespell fixesLubomir Rintel1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller1-2/+2
2019-02-26examples: fix handling secrets in nm-wg-setThomas Haller1-2/+17
2019-02-26examples: improve hints about existing WireGuard profiles in nm-wg-setThomas Haller1-6/+21
2019-02-22examples: add python example script "nm-wg-set" for modifying WireGuard profileThomas Haller1-0/+423
2018-12-20build: meson: Add trailing commasIñigo Martínez2-6/+6
2018-12-10examples: fix wrong example configuration in "31-mac-addr-change.conf"Thomas Haller1-1/+6
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel4-6/+6
2018-10-06dispatcher: fix shellcheck warningsBeniamino Galvani1-2/+2
2018-09-15docs: misc. typosluz.paz7-7/+7
2018-08-28examples: make 10-ifcfg-rh-routes.sh self-containedBeniamino Galvani1-9/+97