summaryrefslogtreecommitdiff
path: root/src/login/logind-session-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09logind: wait for the user service to finish startup before completing login a...Lennart Poettering1-3/+6
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering1-18/+17
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering1-9/+10
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering1-4/+19
2013-11-26pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not...Lennart Poettering1-2/+2
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering1-2/+2
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering1-49/+49
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering1-37/+37
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering1-2/+2
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-0/+1
2013-11-13logind: create the session fifo before saving the session fileThomas Hindoe Paaboel Andersen1-4/+4
2013-11-06pam_systemd: dup the fd received from logindZbigniew Jędrzejewski-Szmek1-0/+9
2013-11-05logind: add virtual object paths that always can be used to refer to the call...Lennart Poettering1-11/+30
2013-11-05logind: port logind to libsystemd-busLennart Poettering1-560/+434
2013-10-04logind: fix bus introspection data for TakeControl()Lennart Poettering1-1/+1
2013-09-17logind: fix build for ARM with sizeof(dev_t) > sizeof(void*)David Herrmann1-5/+7
2013-09-17logind: introduce session-devicesDavid Herrmann1-0/+126
2013-09-17logind: add session controllersDavid Herrmann1-0/+42
2013-07-26logind: update the session state file before we send out the CreateSession() ...Lennart Poettering1-0/+4
2013-07-26logind: update state file after generating the session fifo, not beforeLennart Poettering1-0/+4
2013-07-19machined: correct how some properties are exported on the busLennart Poettering1-1/+0
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering1-27/+72
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering1-4/+4
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-3/+3
2013-03-18logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek1-34/+13
2013-03-18logind: Make more use of cleanup macrosColin Walters1-22/+7
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters1-1/+1
2012-10-30logind: unify all session lock loopLennart Poettering1-0/+18
2012-10-09logind: expose missing signals in Session bus objectsLennart Poettering1-0/+2
2012-09-21login: check return value of session_get_idle_hintVáclav Pavlín1-1/+5
2012-06-21logind: introduce a state for session, being one of online, active, closingLennart Poettering1-2/+20
2012-04-16systemctl: show main and control PID explicitly in cgroup-showLennart Poettering1-2/+22
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-02-14login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering1-0/+3
2012-02-07logind: Terminate bus_login_session_user_propertiesBenjamin Franzke1-0/+1
2012-01-16dbus: more efficient implementation of propertiesMichal Schmidt1-34/+43
2012-01-03logind: send out Lock signal when lockingLennart Poettering1-1/+1
2011-12-31logind: move logind into its own subdirectoryLennart Poettering1-0/+515