summaryrefslogtreecommitdiff
path: root/callouts
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-19dispatcher: expose connection D-Bus pathDan Winship6-3/+14
2015-01-19dispatcher: remove "old" from the test namesDan Winship6-21/+21
2015-01-12dispatcher: pass CONNECTION_FILENAME to dispatcher scriptsDan Winship7-0/+17
2014-12-08dispatcher: refactor constructing environment variables from strvThomas Haller1-70/+43
2014-12-05callout: ignore waitpid() return valueJiří Klimeš1-1/+1
2014-11-20dispatcher: Fix testsLubomir Rintel3-0/+3
2014-11-19dispatcher: introduce new env variables for gateway address (bgo #740363)Jiří Klimeš1-0/+8
2014-11-13all: consistently include config.hDan Winship4-2/+8
2014-11-07all: allow route metrics to be "0"Dan Winship1-4/+4
2014-11-07libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2-22/+21
2014-11-07libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2-66/+74
2014-10-30Merge branch 'lr/rpm-make-check'Lubomir Rintel1-2/+2
2014-10-28callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCESColin Walters1-0/+2
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship1-3/+1
2014-10-24build: fix srcdir != builddirDan Winship1-0/+1
2014-10-21dispatcher: fix crash on missing scripts (bgo #738654)Jiří Klimeš1-1/+1
2014-10-20build: Don't conditionally omit files from distributionLubomir Rintel1-2/+2
2014-10-20build: Don't leak generated files into distributionLubomir Rintel1-6/+2
2014-09-18libnm: port to GDBusDan Winship1-2/+1