summaryrefslogtreecommitdiff
path: root/src/nm-policy.c
Commit message (Expand)AuthorAgeFilesLines
* core: use defines for signal names in NMDnsManager and NMFirewallManagerThomas Haller2016-04-041-2/+2
* policy: pass private pointer as signal user-data for settings handlersThomas Haller2016-04-041-16/+19
* policy: pass private pointer as signal user-data for manager handlersThomas Haller2016-04-041-16/+22
* policy: pass private pointer as signal user-data for device handlersThomas Haller2016-04-041-14/+28
* policy: removed unused signal subscription to "NMManager::state-changed"Thomas Haller2016-04-041-6/+0
* policy: refactor tracking registered signals to NMManager's instanceThomas Haller2016-04-041-24/+16
* manager: use defines for signal namesThomas Haller2016-04-041-2/+2
* policy: refactor tracking registered signals to NMSettings's instanceThomas Haller2016-04-041-23/+10
* policy: embed pointer to private data into NMPolicyThomas Haller2016-04-041-4/+13
* policy: refactor tracking of registered devicesThomas Haller2016-04-041-47/+46
* policy: use slice allocator for ActivateDataThomas Haller2016-03-291-2/+3
* policy: use slice allocator for PendingSecondaryDataThomas Haller2016-03-291-3/+2
* policy/trival: rename "policy" argument to "self"Thomas Haller2016-03-291-198/+199
* policy: remove initialized guard from nm_policy_new()Thomas Haller2016-03-291-11/+5
* policy: initialize object during GObject constructionThomas Haller2016-03-291-23/+67
* policy: refactor object properties to notify by property enumThomas Haller2016-03-291-35/+30
* policy/trivial: move codeThomas Haller2016-03-291-55/+59
* policy: move code from set_system_hostname() to _set_hostname()Beniamino Galvani2016-03-041-36/+36
* policy: simplify set_system_hostname()Beniamino Galvani2016-03-041-5/+8
* core: use hostnamed to set the transient hostnameBeniamino Galvani2016-03-041-17/+31
* policy: use logging helpersBeniamino Galvani2016-03-041-60/+69
* all: clean-up usage of GErrorThomas Haller2016-03-031-4/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-3/+1
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-061-6/+6
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-061-1/+1
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* policy: add a friendly warningLubomir Rintel2015-12-041-1/+5
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-041-2/+2
* policy: fix looping through list while removing elements (rh #1175446)Jiří Klimeš2015-11-051-3/+7
* core: separate active and applied connectionLubomir Rintel2015-09-181-83/+51
* policy: react to firewall/metered changes on UPDATED_BY_USER signalBeniamino Galvani2015-09-181-11/+10
* policy: update device's metered property when connection changesBeniamino Galvani2015-09-181-1/+3
* policy: refactor handling of UPDATED signalBeniamino Galvani2015-09-181-17/+24
* policy: take a reference to the firewall-manager singletonThomas Haller2015-08-131-5/+10
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-5/+4
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: (trivial) fix spelling in commentsJiří Klimeš2015-04-201-1/+1
* core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-2/+2
* firewall: don't set firewall zone for assumed devicesThomas Haller2014-11-191-2/+4
* all: consistently include config.hDan Winship2014-11-131-1/+2
* policy: return best config based on the internal sorting of NMDefaultRouteMan...Thomas Haller2014-11-071-8/+0
* policy: set default routes for VPN via NMDefaultRouteManagerThomas Haller2014-11-071-78/+8
* policy: move get_best_config() function to nm-default-route-managerThomas Haller2014-11-071-134/+22
* policy: move get_best_device() function to nm-default-route-managerThomas Haller2014-11-071-103/+8
* policy: add manager for default routes and support multiple default routesThomas Haller2014-11-071-106/+30
* policy: remove redundant check for never-default in get_best_ipx_config()Thomas Haller2014-11-071-22/+4
* policy: minor refactoring in get_best_ipx_device()Thomas Haller2014-11-071-30/+30