summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-25libnm: make sync/async APIs more GLib-likeDan Winship1-17/+16
2014-09-25libnm: merge saved and unsaved connection methodsDan Winship1-1/+1
2014-09-19tui,examples: accept null SSID gracefullyJiří Klimeš1-3/+9
2014-09-18libnm: port to GDBusDan Winship1-4/+0
2014-09-05examples: fix python GI examples to work after libnm changesJiří Klimeš5-76/+56
2014-09-04examples: port dbus-glib-based examples to gdbusDan Winship13-622/+554
2014-09-04libnm: change empty-GPtrArray-return semanticsDan Winship1-2/+2
2014-09-04libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship1-4/+5
2014-09-04libnm-core: replace GByteArray with pointer + length in some APIsDan Winship1-2/+2
2014-09-04libnm-core: rename NMConnection to/from_hash methodsDan Winship2-2/+2
2014-08-16libnm-core, libnm, core: make NMConnection an interfaceDan Winship3-3/+3
2014-08-07libnm: port NMRemoteSettings to NMObjectDan Winship1-88/+17
2014-08-07libnm: synchronize NMClient and NMRemoteSettings "is NM running" propertiesDan Winship1-1/+1
2014-08-01libnm: add NetworkManager.h, disallow including individual headersDan Winship6-31/+6
2014-08-01libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship9-14/+14
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship7-18/+21
2014-08-01libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship6-8/+8
2014-08-01all: port everything to libnmDan Winship18-92/+79
2014-07-15build: more srcdir!=builddir fixesDan Winship1-1/+0
2014-07-15libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship1-2/+2
2014-06-20examples: add Python dbus example indicating if WWAN is the default connectionDan Williams2-1/+80