summaryrefslogtreecommitdiff
path: root/src/dbus-common.c
Commit message (Expand)AuthorAgeFilesLines
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-1096/+0
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* dbus: add data argument to BusPropertySetCallbackMichael Olbrich2012-04-101-1/+5
* dbus: update bus addresses to "unixexec:" protocol specifierLennart Poettering2012-02-131-4/+5
* dbus: export ControlGroupPersistent field on the bus againLennart Poettering2012-01-211-0/+16
* dbus: more efficient implementation of propertiesMichal Schmidt2012-01-161-71/+99
* dbus: terminate mechanism daemons after a whileLennart Poettering2011-09-031-0/+74
* loginctl: add various introspection functionsLennart Poettering2011-07-081-0/+134
* loginctl: add basic implementation of loginctl for introspecting controlling ...Lennart Poettering2011-07-071-0/+16
* dbus: listen on private sockets in user mode tooLennart Poettering2011-07-011-24/+42
* logind: hook up PAM module with logindLennart Poettering2011-06-241-12/+19
* dbus: introduce UnsetAndSetEnvironment()Lennart Poettering2011-06-211-0/+59
* dbus: add api for append gid/uid propertiesLennart Poettering2011-06-211-3/+6
* dbus: make bus_flags_to_events() and friends generally usefulLennart Poettering2011-06-211-0/+36
* dbus-common: fix segfault when a DBus message has no interfaceMichal Schmidt2011-05-251-3/+7
* bus_property_append_long: use signed long and 'x' in the signature for DBUS_T...Kay Sievers2011-05-211-3/+3
* socket: add POSIX mqueue supportLennart Poettering2011-05-171-0/+15
* dbus: split out object management code into dbus-common, and simplify itLennart Poettering2011-04-161-0/+447
* use /run instead of /dev/.runKay Sievers2011-03-281-1/+1
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-171-4/+3
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-141-2/+10
* systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering2011-03-121-36/+123
* util: close all fds before freezing executionLennart Poettering2011-03-111-0/+3
* dbus: timeout connection setupLennart Poettering2011-03-111-0/+36
* dbus: simplify some dbus error messages a bitLennart Poettering2010-08-251-0/+11
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
* dbus: get rid of last non-private bussesLennart Poettering2010-07-111-1/+1
* dbus: use private connections wherever possibleLennart Poettering2010-07-111-1/+1
* dbus: don't try to run AddMatch when connected to a private busLennart Poettering2010-07-071-1/+8
* install: implement --start optionLennart Poettering2010-07-061-0/+83