summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
AgeCommit message (Expand)Author
2014-02-21logind-session: Fix invalid free in the error caseJasper St. Pierre
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-17logind: close race on session state during loginsDjalal Harouni
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek
2014-02-07logind: order all scopes after both systemd-logind.service andLennart Poettering
2014-02-07logind: rework session shutdown logicLennart Poettering
2014-02-05Update some message formatsZbigniew Jędrzejewski-Szmek
2014-02-05man: introduce new "Desktop" property for sessionsLennart Poettering
2014-02-05logind: add new "wayland" session typeLennart Poettering
2014-01-20logind: introduce session "positions"David Herrmann
2014-01-15logind: get rid of X11 display socket symlinkLennart Poettering
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-11-28logind: remove unused session->closing fieldDavid Herrmann
2013-11-28logind: require VTs on seat0 and forbid elsewhereDavid Herrmann
2013-11-28logind: make VT numbers unsignedDavid Herrmann
2013-11-28logind: mute/restore VT on behalf of session controllersDavid Herrmann
2013-11-28logind: restore session-controller after crashDavid Herrmann
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-05logind: port logind to libsystemd-busLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-17Remove six unused variables and add annotationZbigniew Jędrzejewski-Szmek
2013-09-17logind: fix build for ARM with sizeof(dev_t) > sizeof(void*)David Herrmann
2013-09-17logind: implement generic multi-sessionDavid Herrmann
2013-09-17logind: introduce session-devicesDavid Herrmann
2013-09-17logind: extract has_vts() from can_multi_session()David Herrmann
2013-09-17logind: fix session_activate(vtnr = 0)David Herrmann
2013-09-17logind: rename vtconsole to seat0David Herrmann
2013-09-17logind: make Session.Activate() lazyDavid Herrmann
2013-09-17logind: add session controllersDavid Herrmann
2013-09-16Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek
2013-08-28logind-session.c: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-08-28logind: be more verbose on errorsZbigniew Jędrzejewski-Szmek
2013-08-13logind: restore logic to kill user processes when session endsLennart Poettering
2013-07-10user-sessions: rely on PID 1 to kill sessionsLennart Poettering
2013-07-10logind: when creating the scope job fails, return this immediately to the cli...Lennart Poettering
2013-07-02logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering
2013-07-02libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek
2013-04-22cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering
2013-04-15core: always create /user and /machine top-level cgroup dirsLennart Poettering
2013-04-10logind: avoid creating stale session state filesFedora systemd team
2013-04-09logind: introduce an explicit session class for cronjobs and similarLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer