summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
AgeCommit message (Expand)Author
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-09-23Silence some "unchecked return-value" warningsDavid Herrmann
2014-09-19login: pause devices before acknowledging VT switchesDavid Herrmann
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-01login: simplify controller handlingDavid Herrmann
2014-08-31login: fix mem leakThomas Hindoe Paaboel Andersen
2014-08-27login: fix memory-leak on DropController()David Herrmann
2014-08-19hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering
2014-08-14logind: add new session type "web" for PAM web clients, such as cockpitLennart Poettering
2014-08-13login: share VT-signal handler between sessionsDavid Herrmann
2014-08-11login: set_controller should fail if prepare_vt failsOlivier Brunel
2014-05-22logind: also escape external data when saving to /runLennart Poettering
2014-05-19logind: fix Display property of user objectsLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-04-23login: rename session_mute_vt() to session_prepare_vt()David Herrmann
2014-04-23login: give session ownership of VTRay Strode
2014-04-09login: add 'mir' to the list of session typesDavid Herrmann
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-06logind: fix reference to systemd-user-sessions.serviceLennart Poettering
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