summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
Commit message (Expand)AuthorAgeFilesLines
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-051-2/+2
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-12/+6
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-0/+6
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* logging: make use of journal configurableThomas Haller2015-07-141-1/+5
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-141-2/+0
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-2/+2
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1
* iface-helper: remove redundant g_type_init() callThomas Haller2015-07-121-4/+0
* config: pass signals to nm_config_reload()Thomas Haller2015-06-251-1/+1
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-041-1/+1
* platform: don't accept lowering IPv6 hop-limit from RA (CVE-2015-2924)Thomas Haller2015-04-291-8/+2
* nm-iface-helper: set last_config properlyDavid Ward2015-04-271-8/+6
* platform: add self argument to platform functionsThomas Haller2015-04-211-10/+10
* nm-iface-helper: remove duplicate setpgid() callThomas Haller2015-03-201-2/+0
* main: (order) earlier create rundirThomas Haller2015-03-201-2/+2
* main: (order) check pidfile earlier for running NMThomas Haller2015-03-201-8/+8
* nm-iface-helper: fix pidfile name and obtain the ifindex earlierThomas Haller2015-03-201-6/+9
* main: (order) move root user check after help/version optionThomas Haller2015-03-201-0/+2
* main: (order) set g_log_set_always_fatal() early onThomas Haller2015-03-201-8/+8
* main: (order) call g_type_init() very early in main()Thomas Haller2015-03-201-4/+4
* main: refactor nm_main_utils_check_pidfile() to exit directly on failureThomas Haller2015-03-201-5/+1
* main: split out nm_main_utils_ensure_rundir ()Thomas Haller2015-03-201-0/+2
* main: refactor early setup in main()Thomas Haller2015-03-201-32/+43
* main: move option variables to static variableThomas Haller2015-03-201-74/+88
* main/trivial: change order of arguments for nm_main_utils_early_setup()Thomas Haller2015-03-201-1/+1
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-271-4/+2
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-271-2/+1
* ip6-config: keep track of ifindexLubomir Rintel2015-02-271-0/+2
* ip4-config: keep track of ifindexLubomir Rintel2015-02-271-0/+1
* config: add handler for SIGHUP and a reload-configuration stubThomas Haller2015-02-031-0/+6
* config: add nm_config_setup() to initialize config singletonThomas Haller2015-02-031-0/+1
* nm-iface-helper: small signal handling fixupDan Winship2015-01-191-16/+6
* core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-6/+1
* iface-helper: disambiguate route priority for IPv4 and IPv6Thomas Haller2014-12-011-7/+14
* iface-helper: make priority variable guint32Thomas Haller2014-11-251-3/+4
* core: fix route metrics for subnet routesThomas Haller2014-11-251-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* iface-helper: add nm-iface-helper for dynamic configure-then-quit supportDan Williams2014-11-071-0/+529