summaryrefslogtreecommitdiff
path: root/src/settings/plugins/example
Commit message (Expand)AuthorAgeFilesLines
* settings/example: remove 'example' settings pluginThomas Haller2015-06-129-1244/+0
* settings: remove hostname handling from pluginsBeniamino Galvani2015-06-122-139/+11
* config: move main_file and description to NMConfigDataThomas Haller2015-02-031-1/+1
* config/trivial: rename variables for configuration fileThomas Haller2015-02-031-1/+1
* settings: log connection diffs in replace_settings only where appropriateThomas Haller2015-01-131-0/+1
* all: consistently include config.hDan Winship2014-11-134-3/+8
* settings: drop plugin-specific error domainsDan Winship2014-10-224-53/+1
* libnm-core: drop nm_setting_lookup_type_by_quark()Dan Winship2014-10-221-5/+2
* libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di...Dan Williams2014-08-201-6/+1
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-161-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-161-3/+3
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-012-2/+2
* all: port everything to libnmDan Winship2014-08-011-7/+2
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-2/+0
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-1/+0
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* example: fix possible invalid refcounting when changing connectionsDan Williams2014-06-131-4/+4
* settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-232-24/+26
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* settings: port NMAgentManager, etc, to use NMAuthSubjectDan Winship2013-12-031-0/+2
* Fix typosYuri Chornoivan2013-10-191-1/+1
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-221-7/+5
* trivial: fix spelling errors in code comments and README fileThomas Haller2013-08-061-1/+1
* core: add monitor-connection-files=false and ReloadConnectionsDan Winship2013-06-141-14/+15
* settings: fix unmanaging of InfiniBand devicesDan Winship2013-06-131-12/+1
* settings: implement ability to add connections without saving them to diskDan Williams2013-05-281-4/+6
* settings: track whether connection is saved to disk or notDan Williams2013-05-281-1/+4
* settings: don't pass config_path to NMSettings and settings pluginsDan Winship2013-04-032-5/+5
* keyfile: fix reading unmanaged-devices for interface nameJiří Klimeš2013-03-141-1/+1
* core: allow marking a device unmanaged by its interface nameDan Winship2013-03-131-11/+15
* all: remove more pointless NULL checksDan Winship2013-02-132-8/+3
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-052-2/+2
* build: clean up GLib-related pkg-config usage (bgo #687218)Colin Walters2012-10-311-4/+1
* build: remove G_DISABLE_DEPRECATEDColin Walters2012-10-311-2/+1
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-272-2/+2
* settings: fix example plugin LDFLAGSDan Williams2012-05-141-1/+1
* examples: add an example system settings pluginDan Williams2012-05-0710-0/+1441