summaryrefslogtreecommitdiff
path: root/callouts
AgeCommit message (Expand)AuthorFilesLines
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller1-1/+1
2016-04-05build: disable deprecation checks for internal compilationThomas Haller2-2/+0
2016-04-05dbus: fix up the XML formattingLubomir Rintel1-13/+0
2016-04-05dbus: convert the annotations to gtk-doc blocksLubomir Rintel1-73/+33
2016-03-26dbus: use the annotations for documentationLubomir Rintel1-27/+27
2016-03-08all: fix a couple more gvariant iteration leaksLubomir Rintel1-0/+1
2016-03-03all: don't include error->code in log messagesThomas Haller1-4/+3
2016-02-24callouts: downgrade logging severity of messages to g_info() and g_debug()Thomas Haller1-5/+14
2016-02-21dispatcher: minor cleanup ignoring dispatcher scripts by filenameThomas Haller1-3/+9
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller3-12/+7
2016-02-12build: cleanup default includesThomas Haller1-4/+2
2016-02-11dispatcher: drop a useless conditionLubomir Rintel1-2/+1
2016-01-26dispatcher: adjust logging output for dispatcher eventsThomas Haller1-2/+2
2016-01-19callouts: always print the environment even if no scripts are presentThomas Haller1-5/+5
2016-01-18dispatcher: only dump environment when there's no errorLubomir Rintel1-4/+5
2016-01-12dispatcher: add assertion and code comment to complete_script()Thomas Haller1-0/+11
2016-01-12dispatcher: fix use-after-free in complete_script()Thomas Haller1-11/+13
2016-01-12dispatcher: only evaluate the number of the scripts if the request is still t...Lubomir Rintel1-2/+2
2015-12-24build: rename directory "include" to "shared"Thomas Haller2-4/+4
2015-10-30dispatcher: fix abort in case of an error (rh #1275813)Jiří Klimeš1-0/+1
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2-0/+2
2015-08-26test: fix a format-security errorLubomir Rintel1-1/+1
2015-08-25dispatcher: refactor logging of nm-dispatcherThomas Haller1-42/+79
2015-08-25dispatcher: return error reason from nm_dispatcher_utils_construct_envp()Thomas Haller4-13/+41
2015-08-25dispatcher: remove local @iface variable from handle_action()Thomas Haller1-5/+2
2015-08-25dispatcher: move clearing @quit_id in handle_action()Thomas Haller1-2/+3
2015-08-25dispatcher: use slice allocator for Request and ScriptInfoThomas Haller1-4/+6
2015-08-25dispatcher: run "wait" scripts only after "no-wait" scripts completeThomas Haller1-2/+23
2015-08-25nm-dispatcher: allow scripts to be marked as no-waitBeniamino Galvani3-72/+240
2015-08-25nm-dispatcher: fix memory leaksBeniamino Galvani1-1/+2
2015-08-19dispatcher: explicitly set missing interface argument for device actionsThomas Haller2-2/+4
2015-08-10core: final gdbus portingDan Winship2-5/+2
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller4-4/+4
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship4-7/+4
2015-07-14vpn-plugin-old,dispatcher: cast unchecked g_variant_lookup() calls to voidLubomir Rintel1-1/+1
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1
2015-07-12test: initialize tests with nmtst_init()Thomas Haller1-5/+5
2015-07-01dispatcher: don't exit with failure in case D-Bus service stopsThomas Haller1-2/+7
2015-05-28builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel1-2/+0
2015-05-26tests: use the TAP formatterLubomir Rintel1-0/+2
2015-05-11callouts: avahi-autoipd-action is no moreBeniamino Galvani3-151/+2
2015-05-05dispatcher: repeat waitpid() call on EINTRThomas Haller1-3/+6
2015-04-04dispatcher: belatedly remove no-longer-used dbus-glib defineDan Winship1-4/+0
2015-03-23data: move OLPC MESH udev rules away from calloutsLubomir Rintel2-12/+0
2015-03-12dispatcher: fix memleak in construct_device_dhcp4_items()Dan Williams1-0/+1
2015-02-09tests: enable valgrind tests for testsThomas Haller1-0/+1
2015-02-09callouts/tests: fix memleak in test code for valgrindThomas Haller1-5/+25
2015-02-06callouts/tests: fix parsing dhcp in get_dispatcher_file()Thomas Haller1-1/+1
2015-01-19core, dispatcher: drop unnecessary setpgid() callsDan Winship1-10/+1
2015-01-19dispatcher: add an env var indicating a connection is "external"Dan Winship5-0/+54