summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2017-01-09example: add example configuration snippet '30-anon.conf'Thomas Haller1-0/+55
2016-12-12examples: add DNS example with python and GObject introspectionBeniamino Galvani1-0/+63
2016-11-16examples/python: fix "import gi" in exampleThomas Haller1-0/+2
2016-10-21build: merge "examples/Makefile.am" into toplevel MakefileThomas Haller10-64/+0
2016-10-21build: merge "examples/C/qt/Makefile.am" into toplevel MakefileThomas Haller3-52/+0
2016-10-21build: merge "examples/C/glib/Makefile.am" into toplevel MakefileThomas Haller2-56/+1
2016-09-26checkpoint: make python example accept multiple devices and timeoutBeniamino Galvani1-22/+34
2016-08-17checkpoint: add python D-Bus exampleBeniamino Galvani1-0/+63
2016-04-20examples: fix crash in add-connection-libnmBeniamino Galvani1-1/+1
2016-03-31man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh commentThomas Haller1-1/+1
2016-03-26docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel1-1/+1
2016-03-02Fix missing commas in list-devices devtypes dict.Adrian Likins1-5/+5
2016-02-23device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller3-0/+3
2016-02-23examples: add missing device-types to examplesThomas Haller3-1/+13
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller8-16/+0
2016-01-28examples: avoid compile errors around NM versioningDan Williams1-1/+2
2016-01-08contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-waitThomas Haller1-0/+3
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-2/+2
2015-12-07examples: add README for python-networkmanager NetworkManager libraryThomas Haller3-1/+9
2015-12-07examples: add README for examples/python/giThomas Haller2-1/+4
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams1-0/+41
2015-11-11python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller10-0/+20
2015-10-12examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani1-0/+52
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-09-17examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš1-2/+2
2015-09-17examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš3-1/+58
2015-08-24examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš2-0/+107
2015-07-08examples: add python+dbus example to print active access pointDan Williams2-1/+68
2015-06-23examples: python: add an D-Bus example creating and activating a bondJiří Klimeš2-1/+116
2015-06-23examples: add wifi-hotspot.py script to Makefile.amJiří Klimeš1-1/+2
2015-05-18examples: add DBus + Python example for starting/stopping a WiFi hotspotDan Williams1-0/+112
2015-03-18examples: bash: print errors int stderrPetr Vorel2-3/+3
2015-03-12examples: update Python NM example to print detailed connection stateSrdjan Grubor1-6/+19
2015-03-10examples: python: print into stderrPetr Vorel5-5/+5
2015-03-10examples/trvial: replace tabs by whitespace in python exampleThomas Haller1-2/+2
2015-03-05examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2-1/+83
2015-03-05examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2-1/+84
2015-02-11examples: add a Lua example setting user name for a VPN connectionJiří Klimeš2-1/+87
2015-02-10examples: add a Lua example getting IP configuration of a deviceJiří Klimeš2-1/+162
2015-02-09examples: add a Lua example showing basic NetworkManager informationJiří Klimeš2-1/+53
2015-02-09examples: add a Lua example for getting Wi-Fi access pointsJiří Klimeš2-1/+81
2015-01-30examples: add some examples in Lua using lgi libraryJiří Klimeš6-0/+219
2015-01-27dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)Dan Winship1-4/+17
2015-01-12ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)Dan Winship2-0/+22
2014-11-15examples: update python examplesDan Winship12-137/+227
2014-11-13all: consistently include config.hDan Winship8-0/+16
2014-11-07libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2-2/+2
2014-10-31test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller1-1/+1
2014-10-28libnm: change GSList to GPtrArray in libnm methodsDan Winship1-6/+6
2014-10-10libnm: merge NMRemoteSettings into NMClientDan Winship2-28/+22