summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
Commit message (Expand)AuthorAge
* logind: handle closing sessions over daemon restartsMartin Pitt2015-01-28
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-09
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* Silence some "unchecked return-value" warningsDavid Herrmann2014-09-23
* login: pause devices before acknowledging VT switchesDavid Herrmann2014-09-19
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* login: simplify controller handlingDavid Herrmann2014-09-01
* login: fix mem leakThomas Hindoe Paaboel Andersen2014-08-31
* login: fix memory-leak on DropController()David Herrmann2014-08-27
* hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering2014-08-19
* logind: add new session type "web" for PAM web clients, such as cockpitLennart Poettering2014-08-14
* login: share VT-signal handler between sessionsDavid Herrmann2014-08-13
* login: set_controller should fail if prepare_vt failsOlivier Brunel2014-08-11
* logind: also escape external data when saving to /runLennart Poettering2014-05-22
* logind: fix Display property of user objectsLennart Poettering2014-05-19
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* login: rename session_mute_vt() to session_prepare_vt()David Herrmann2014-04-23
* login: give session ownership of VTRay Strode2014-04-23
* login: add 'mir' to the list of session typesDavid Herrmann2014-04-09
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* logind: fix reference to systemd-user-sessions.serviceLennart Poettering2014-03-06
* logind-session: Fix invalid free in the error caseJasper St. Pierre2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* make gcc shut upLennart Poettering2014-02-19
* logind: close race on session state during loginsDjalal Harouni2014-02-17
* logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek2014-02-11
* logind: order all scopes after both systemd-logind.service andLennart Poettering2014-02-07
* logind: rework session shutdown logicLennart Poettering2014-02-07
* Update some message formatsZbigniew Jędrzejewski-Szmek2014-02-05
* man: introduce new "Desktop" property for sessionsLennart Poettering2014-02-05
* logind: add new "wayland" session typeLennart Poettering2014-02-05
* logind: introduce session "positions"David Herrmann2014-01-20
* logind: get rid of X11 display socket symlinkLennart Poettering2014-01-15
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* logind: remove unused session->closing fieldDavid Herrmann2013-11-28
* logind: require VTs on seat0 and forbid elsewhereDavid Herrmann2013-11-28
* logind: make VT numbers unsignedDavid Herrmann2013-11-28
* logind: mute/restore VT on behalf of session controllersDavid Herrmann2013-11-28
* logind: restore session-controller after crashDavid Herrmann2013-11-28
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* logind: port logind to libsystemd-busLennart Poettering2013-11-05
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14