summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* man: fix typo in NetworkManager.conf manual and 10-ifcfg-rh-routes.sh commentThomas Haller2016-03-311-1/+1
* docs: replace spec.html with docbook D-Bus API referenceLubomir Rintel2016-03-261-1/+1
* Fix missing commas in list-devices devtypes dict.Adrian Likins2016-03-021-5/+5
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-233-0/+3
* examples: add missing device-types to examplesThomas Haller2016-02-233-1/+13
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-198-16/+0
* examples: avoid compile errors around NM versioningDan Williams2016-01-281-1/+2
* contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-waitThomas Haller2016-01-081-0/+3
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* examples: add README for python-networkmanager NetworkManager libraryThomas Haller2015-12-073-1/+9
* examples: add README for examples/python/giThomas Haller2015-12-072-1/+4
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-041-0/+41
* python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller2015-11-1110-0/+20
* examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš2015-09-171-2/+2
* examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš2015-09-173-1/+58
* examples: add flags and mode parsing to show-wifi-networks.[lua|py]Jiří Klimeš2015-08-242-0/+107
* examples: add python+dbus example to print active access pointDan Williams2015-07-082-1/+68
* examples: python: add an D-Bus example creating and activating a bondJiří Klimeš2015-06-232-1/+116
* examples: add wifi-hotspot.py script to Makefile.amJiří Klimeš2015-06-231-1/+2
* examples: add DBus + Python example for starting/stopping a WiFi hotspotDan Williams2015-05-181-0/+112
* examples: bash: print errors int stderrPetr Vorel2015-03-182-3/+3
* examples: update Python NM example to print detailed connection stateSrdjan Grubor2015-03-121-6/+19
* examples: python: print into stderrPetr Vorel2015-03-105-5/+5
* examples/trvial: replace tabs by whitespace in python exampleThomas Haller2015-03-101-2/+2
* examples: add a Python example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+83
* examples: add a Lua example deactivating connections by type (bgo #732826)Jiří Klimeš2015-03-052-1/+84
* examples: add a Lua example setting user name for a VPN connectionJiří Klimeš2015-02-112-1/+87
* examples: add a Lua example getting IP configuration of a deviceJiří Klimeš2015-02-102-1/+162
* examples: add a Lua example showing basic NetworkManager informationJiří Klimeš2015-02-092-1/+53
* examples: add a Lua example for getting Wi-Fi access pointsJiří Klimeš2015-02-092-1/+81
* examples: add some examples in Lua using lgi libraryJiří Klimeš2015-01-306-0/+219
* dispatcher: fix ifcfg-rh example dispatcher script (rh #1160013)Dan Winship2015-01-271-4/+17
* ifcfg-rh: allow handling complex routing rules via dispatcher (rh #1160013)Dan Winship2015-01-122-0/+22
* examples: update python examplesDan Winship2014-11-1512-137/+227
* all: consistently include config.hDan Winship2014-11-138-0/+16
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-072-2/+2
* test,examples: fix scripts to avoid 'has_key' for Python 3Thomas Haller2014-10-311-1/+1
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-6/+6
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-102-28/+22
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-17/+16
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-1/+1
* tui,examples: accept null SSID gracefullyJiří Klimeš2014-09-191-3/+9
* libnm: port to GDBusDan Winship2014-09-181-4/+0
* examples: fix python GI examples to work after libnm changesJiří Klimeš2014-09-055-76/+56
* examples: port dbus-glib-based examples to gdbusDan Winship2014-09-0413-622/+554
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-2/+2
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-041-4/+5