summaryrefslogtreecommitdiff
path: root/callouts
Commit message (Expand)AuthorAgeFilesLines
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-013-0/+3
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: consistently use "INTERFACE" rather than "IFACE" in macrosDan Winship2014-08-012-6/+6
* all: port everything to libnmDan Winship2014-08-012-7/+7
* build: more srcdir!=builddir fixesDan Winship2014-07-152-2/+0
* dispatcher: silence warning about sub-directories in dispatcher directoryThomas Haller2014-06-171-0/+2
* dispatcher: fix leak in callouts/nm-dispatcherThomas Haller2014-06-171-0/+2
* dispatcher/trivial: rename variables for script directory to NMD_SCRIPT_DIR_*Thomas Haller2014-06-162-6/+6
* dispatcher: don't warn on non-critical missing directory errorDan Williams2014-06-061-1/+1
* build: create dispatcher directories pre-down.d and pre-up.dThomas Haller2014-06-071-0/+2
* dispatcher: bump overall timeout to 10 minutes (rh #982734) (rh #1048345)Dan Williams2014-06-061-1/+3
* dispatcher: don't use NULL error domainsDan Williams2014-06-061-11/+11
* dispatcher: use separate directories for pre-up/pre-down eventsDan Williams2014-06-062-6/+31
* dispatcher: only dispatch if scripts existDan Williams2014-06-062-2/+2
* dispatcher: rename executable to 'nm-dispatcher'Dan Williams2014-06-066-9/+9
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-273-0/+8
* dispatcher/test: fix tests after adding PATH environment variableThomas Haller2014-04-225-2/+14
* dispatcher: add better debuggingDan Winship2014-04-182-4/+30
* dispatcher: Leave PATH set in the dispatcher script environmentDan Winship2014-04-181-9/+16
* dispatcher: only dispatch one request at a time (rh #1061212)Dan Winship2014-04-181-6/+34
* dispatcher: bump script timeout up to 20 seconds (rh #1048345)Dan Winship2014-04-181-7/+15
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* all: refactor to make use of nm_utils_inet[46]_ntop functionsThomas Haller2013-12-091-72/+29
* dispatcher: fix crash while logging from signal handlerThomas Haller2013-11-191-20/+10
* trivial: whitespace fixThomas Haller2013-11-071-2/+2
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-222-21/+13
* dispatcher: fix memory leak in nm-dispatcher-actionThomas Haller2013-10-221-3/+5
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-222-29/+16
* all: replace struct in_addr with guint32Pavel Šimerda2013-08-032-18/+18
* dispatcher: fix tests after ac536c212473dadbf49b9e0129f745f497728c7dJiří Klimeš2013-06-241-12/+10
* dispatcher: expose domains in IP4/6 configTomas Hozza2013-06-211-6/+8
* systemd: add service for dispatcher (rh #948433)Dan Williams2013-06-031-0/+1
* dhcp: use private socket to return status if availableDan Williams2013-04-083-343/+0
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-251-1/+1
* tests: clean up gtester usageDan Winship2013-02-261-18/+7
* build: avoid GValueArray deprecation warningsDan Winship2013-02-261-0/+1
* build: improve documentation and test configure optionsPavel Šimerda2012-11-132-5/+4
* build: unify NetworkManager path handling (some paths are changed)Pavel Šimerda2012-11-052-3/+3
* build: remove G_DISABLE_DEPRECATEDColin Walters2012-10-311-2/+0
* dispatcher: Don't segfault if no dispatcher scripts exist (bgo #685451)Colin Walters2012-10-041-16/+22
* all: Don't use ctype.h macrosDan Winship2012-09-261-1/+0
* core: convert dispatcher to asynchronous operation and return its resultsDan Williams2012-09-113-285/+410
* callouts: don't queue the DHCP callout's bus name request (bgo #680041)Dan Williams2012-07-161-4/+1
* callouts: remove glib code from DHCP calloutDan Williams2012-07-162-28/+25
* dispatcher: normalize return codesDan Williams2012-06-061-3/+3
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-222-0/+3
* build: fix srcdir != builddirColin Walters2012-01-092-0/+3
* Revert "dispatcher: handle DHCP Options property correctly"Dan Williams2011-05-111-40/+20
* dispatcher: handle DHCP Options property correctlyJiří Klimeš2011-05-111-20/+40