summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
AgeCommit message (Expand)Author
2015-08-18logind: get a fresh file descriptor to clean up a VTOwen W. Taylor
2015-08-18logind: use open_terminal() instead of open()Owen W. Taylor
2015-08-06logind,machined: various smaller cleanupsLennart Poettering
2015-08-05logind: switch to sd_bus_track helperDaniel Mack
2015-07-31logind: release VT-positions when closing sessionsDavid Herrmann
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-10logind: rename 'pos' to 'position'David Herrmann
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-15logind: check return value of session_releaseZbigniew Jędrzejewski-Szmek
2015-03-13logind: explicitly ignore errors we can do nothing aboutZbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-28logind: handle closing sessions over daemon restartsMartin Pitt
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
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