summaryrefslogtreecommitdiff
path: root/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* dispatcher: minor cleanup error paths in script_dispatch()Thomas Haller2020-04-301-9/+8
* dispatcher: clarify documentation about first argument to dispatcher scripts ...Thomas Haller2020-04-301-1/+5
* dbus: indent by 4 space in "nm-ifcfg-rh.conf" D-Bus configuration fileThomas Haller2020-04-151-1/+0
* dbus: don't use tabs in "nm-dispatcher.conf" D-Bus configuration fileThomas Haller2020-04-151-5/+5
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-282-0/+4
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-172-0/+4
* | build/meson: fix build by link nm-dispatcher with libnm-glib-aux.laThomas Haller2020-03-251-0/+1
* | dispatcher: use nm_str_hash() for hash table in dispatcherThomas Haller2020-03-251-1/+1
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
|/
* dispatcher: silently ignore empty filesThomas Haller2019-11-281-3/+4
* dispatcher: cleanup loop in find_scripts() to avoid explicit free()Thomas Haller2019-11-281-6/+3
* dispatcher: use free() to free memory allocated with malloc()Thomas Haller2019-11-271-4/+5
* dispatcher: fix detection of no-wait dispatcher scriptsThomas Haller2019-11-271-1/+1
* build/meson: cleanup configuration_data() for pathsThomas Haller2019-11-221-7/+1
* meson: Rename variables related to pkg-config variablesIñigo Martínez2019-10-011-1/+1
* meson: Improve dispatcher test build fileIñigo Martínez2019-10-011-14/+12
* meson: Avoid the creation of extra variablesIñigo Martínez2019-10-011-9/+5
* meson: Remove extra new lineIñigo Martínez2019-10-011-1/+0
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-012-2/+3
* meson: Use generators placeholdersIñigo Martínez2019-10-011-3/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-014-7/+3
* all: SPDX header conversionLubomir Rintel2019-09-104-56/+4
* build: fix meson warning about 'install' arg in 'configure_file'Beniamino Galvani2019-08-051-1/+0
* dispatcher: tolerate lack of connection pathLubomir Rintel2019-07-241-6/+2
* dispatcher: add MS Azure endpoint env var expected by cloud-initfg/dhcp_options2env-rh1663253Francesco Giudici2019-07-051-0/+35
* dispatcher/trivial: fix typo in commentFrancesco Giudici2019-07-051-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-114-4/+0
* build/meson: depend test-dispatcher-envp on libnmThomas Haller2019-06-021-1/+4
* dispatcher: log warning when nm-dispatcher quits with requests pendingThomas Haller2019-05-271-0/+15
* build: don't link dispatcher with generated nmdbus-dispatcher bindingsThomas Haller2019-05-273-2/+17
* dispatcher: unown dispatcher D-Bus name on exitThomas Haller2019-05-271-6/+10
* dispatcher: drop GDBusInterfaceSkeleton and generate GDBus bindingsThomas Haller2019-05-271-57/+141
* dispatcher: drop Handler GObjectThomas Haller2019-05-271-98/+42
* dispatcher: keep the GDBusConnection instance in the global variableThomas Haller2019-05-271-7/+6
* dispatcher: parse command line arguments in a seprate functionThomas Haller2019-05-271-11/+22
* dispatcher: don't just exit() but always shutdown before exitingThomas Haller2019-05-271-19/+27
* dispatcher: move global variable ever_aquired_name into "gl" structThomas Haller2019-05-271-5/+4
* dispatcher: unref main loop at exit and remove signal handler sourcesThomas Haller2019-05-271-4/+12
* dispatcher: namespace global variables in a struct "gl"Thomas Haller2019-05-271-20/+22
* dispatcher: use logging macros instead of g_log() directlyThomas Haller2019-05-271-46/+75
* dispatcher: silence message about non-existing dispatcher directoryThomas Haller2019-05-271-2/+4
* dispatcher: log messages about loading scripts per-requestThomas Haller2019-05-271-15/+17
* dispatcher: don't print debug messages of dispatcher in regular modeThomas Haller2019-05-271-3/+4
* dispatcher/trivial: rename logging levelsThomas Haller2019-05-271-14/+14
* dispatcher: look for the scripts in /usr/lib as wellLubomir Rintel2019-04-291-32/+71
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-182-2/+2
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-183-3/+3
* dispatcher/tests: cleanup testsThomas Haller2019-04-121-136/+124
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-123-6/+1
* all: don't use "static inline" in source filesThomas Haller2019-02-061-1/+1