summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: cleanup freeing of glib collections of pointersThomas Haller2013-10-221-3/+4
* core: fix compiler warnings -Werror=shadow by trivial renaming of variablesThomas Haller2013-10-221-3/+3
* core: make nm-properties-changed-signal always export the right propertiesDan Winship2013-05-201-0/+28
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-6/+5
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-5/+4
* core: close private D-BUS connections on disconnect (bgo #698640)Martin Pitt2013-05-031-2/+9
* dbus: fix compilation with dbus-glib < 100Jiří Klimeš2013-04-091-2/+0
* core: add DBus Proxy creation helperDan Williams2013-04-081-0/+44
* core: route dbus_bus_get_unix_user() through NMDBusManagerDan Williams2013-04-081-0/+39
* core: add caller info functions to DBusManagerDan Williams2013-04-081-0/+92
* core: add a root-only private D-Bus socketDan Williams2013-04-081-12/+302
* core: add nm_dbus_g_method_invocation_get_g_connection()Dan Williams2013-04-081-0/+15
* core: use wrappers for DBus object registration/unregistrationDan Williams2013-04-081-2/+54
* core: use #defines for NMDBusManager signal namesDan Williams2010-12-101-2/+2
* DBus: merge NetworkManger{,SystemSettings}Daniel Gnoutcheff2010-08-071-18/+0
* core: update dbus-manager loggingDan Williams2010-04-071-15/+15
* everything: use libgudev instead of HAL; merge NM and nm-system-settingsDan Williams2009-06-111-0/+18
* core: fix dbus reconnection by not mixing up GSourceFunc return valuesDan Williams2009-06-051-2/+4
* core: fix crash when NameHasOwner fails but dbus-glib doesn't set an error (l...Dan Williams2009-04-011-2/+3
* makefile cleanupsDan Williams2009-02-151-11/+4
* dbus: clean up reconnectionDan Williams2009-02-151-52/+62
* Use g_timeout_add_seconds() to reduce wakeupsJan Kantert2008-12-311-1/+2
* 2008-11-21 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-211-11/+12
* 2008-11-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-031-16/+15
* Rename private nm_* functions to _nm_*Michael Biebl2008-08-261-2/+2
* 2008-06-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-06-261-3/+3
* 2007-10-10 Tambet Ingo <tambet@gmail.com>Tambet Ingo2007-10-101-514/+45
* 2007-10-09 Tambet Ingo <tambet@gmail.com>Tambet Ingo2007-10-091-2/+1
* 2007-10-08 Tambet Ingo <tambet@gmail.com>Tambet Ingo2007-10-091-7/+9
* 2007-05-07 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-05-071-6/+3
* 2007-02-16 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-161-46/+0
* 2007-02-12 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-121-91/+0
* 2007-02-02 Tambet Ingo <tambet@ximian.com>Tambet Ingo2007-02-021-267/+208
* 2007-01-04 Dan Williams <dcbw@redhat.com>Dan Williams2007-01-041-44/+4
* Cleanup finalize and free listsDan Williams2006-12-051-0/+7
* Really fix dispatch_signal() segfault by removing signal handlers that were s...Dan Williams2006-12-051-1/+7
* Only track matches when they are created; fixes segfault in dispatch_signal()...Dan Williams2006-12-051-1/+2
* 2006-11-29 Tambet Ingo <tambet@ximian.com>Tambet Ingo2006-11-291-3/+3
* 2006-11-25 Dan Williams <dcbw@redhat.com>Dan Williams2006-11-251-132/+355
* Fix double-space in warning messageDan Williams2006-10-141-2/+3