summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* bus-manager/dhcp: don't log pointer values directlyThomas Haller2020-04-301-2/+6
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-0/+64
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER defineThomas Haller2019-09-221-1/+1
* 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