summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* dbus-manager: drop unused private-socket functions from "nm-dbus-manager.c"Thomas Haller2019-08-081-80/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core/dbus: let NMDBusManager create a D-Bus connection in "configure-and-quit...Thomas Haller2019-05-121-31/+48
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* dbus: cache GetConnectionUnixProcessID and GetConnectionUnixUserThomas Haller2019-04-091-44/+128
* dbus: don't use GDBusProxy in NMDBusManagerThomas Haller2019-04-091-39/+40
* dbus: remove unused function nm_dbus_manager_get_connection()Thomas Haller2019-04-091-10/+0
* dbus/trivial: rename field for D-Bus connection/proxy in NMDBusManagerPrivateThomas Haller2019-04-091-24/+25
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* dbus: add nm_dbus_manager_get_dbus_connection() helperThomas Haller2018-12-111-0/+8
* dbus: register object manager object before requesting dbus nameSebastien Fabre2018-11-291-12/+14
* dbus: don't even bother connecting in configure-and-quit modeLubomir Rintel2018-09-181-20/+12
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-281-1/+1
* core/dbus: stop NMDBusManager and reject future method callsThomas Haller2018-04-241-3/+39
* core: fix bus initialization orderBeniamino Galvani2018-04-231-12/+23
* core: fix misspellings of 'acquire'Beniamino Galvani2018-04-231-2/+2
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core: fix freeing reg_data in error path of _obj_register()Thomas Haller2018-04-061-1/+1
* core/dbus: manually inline helper function to emit InterfacesAdded signalThomas Haller2018-03-261-26/+12
* core/dbus: cache variants for D-Bus exported propertiesThomas Haller2018-03-261-21/+58
* dbus: disable all but EXTERNAL D-Bus authentication for private socketsThomas Haller2018-03-191-0/+10
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-331/+894
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-0/+1030
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-971/+0
* core: add an NMExportedObject base classDan Winship2015-07-241-28/+0
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* include: add nm-dbus-compat.hDan Winship2015-07-241-3/+3
* core: replace g_test_initialized() by nm_utils_get_testing()Thomas Haller2015-05-191-1/+2
* dbus-manager: harden registering/unregistering objectDan Williams2015-04-231-4/+8
* dbus-manager: disconnect thre private server before destroying itLubomir Rintel2015-04-011-0/+1
* dbus-manager: add nm_dbus_manager_setup() function for testingThomas Haller2015-02-161-8/+16
* dbus-manager: refactor singleton getter dropping g_once_init_enter()Thomas Haller2015-02-161-4/+6
* core: fix memleak in NMDBusManager:private_server_new()Thomas Haller2015-02-161-0/+1
* dbus: destroy singleton instance of NMDBusManager on exitThomas Haller2015-01-121-1/+4
* core/trivial: rename singleton variables according to default nameThomas Haller2015-01-121-6/+6
* dbus: fix NMRUNDIR permissions on createDan Williams2015-01-091-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+1
* core/dbus: log messages in nm-dbus-manager.c with "TRACE" priorityThomas Haller2014-10-051-4/+2
* core/dbus: debug log unix file descriptor when closing private dbus connectionThomas Haller2014-10-031-4/+5
* core/dbus: disable verbose logging when registering object to private socketThomas Haller2014-09-301-0/+2
* core/dbus: debug log unix file descriptor when accpeting private dbus connectionThomas Haller2014-09-301-1/+3
* core/dbus: minor refactoring not to clone the string tagThomas Haller2014-09-301-4/+3
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* dbus-manager: don't try to create private bus in test programsDan Winship2014-04-231-4/+16
* core: suppress logging warning when trying to create existing directoryThomas Haller2013-12-041-2/+4
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+3
* core: grab remote process id when authenticating D-Bus clientsDan Williams2013-10-311-5/+41