summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
Commit message (Expand)AuthorAgeFilesLines
* various: make parse_env_file error handling the same in various placesZbigniew Jędrzejewski-Szmek2022-03-181-1/+0
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-5/+1
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* logind, units: unit Descriptions should be capitalizedZbigniew Jędrzejewski-Szmek2021-06-301-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-4/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* logind: minor indentation adjustmentsZbigniew Jędrzejewski-Szmek2020-10-191-19/+18
* logind: make sure when we are explicitly asked to terminate session/user/seat...Lennart Poettering2020-09-111-1/+1
* logind: clarify what the second argument of session_stop() means when calling itLennart Poettering2020-09-111-2/+2
* logind: minor simplificationLennart Poettering2020-09-111-4/+3
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-301-1/+1
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-5/+6
* Add SetType method to login Session interfaceCorey Hinshaw2020-04-301-0/+28
* logind: honour killProcesses field of user recordLennart Poettering2020-01-151-1/+4
* logind: port to UserRecord objectLennart Poettering2020-01-151-10/+10
* logind: refuse overriding idle hint on tty sessionsLennart Poettering2020-01-141-21/+17
* logind: fix (again) the race that might happen when logind restores VTFranck Bui2019-11-121-13/+17
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* logind: make session_prepare_vt() staticFranck Bui2019-10-161-1/+1
* logind: don't unlink session fifo when exiting logindLennart Poettering2019-07-231-2/+6
* logind: use gcc empty structure initializationLennart Poettering2019-07-231-1/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-2/+2
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+4
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* logind: linewrap some long lines and remove unnecessary conditionalZbigniew Jędrzejewski-Szmek2019-04-071-5/+11
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* Revert "logind: become the controlling terminal process before restoring VT"Franck Bui2019-01-101-43/+15
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+8
* terminal-util: introduce vt_release() helperFranck Bui2018-11-211-2/+2
* logind: become the controlling terminal process before restoring VTFranck Bui2018-11-211-15/+43
* terminal-util: introduce vt_restore() helperFranck Bui2018-11-211-12/+4
* logind: make session_restore_vt() staticFranck Bui2018-11-211-1/+2
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* core: rework serializationLennart Poettering2018-10-261-2/+3
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-2/+2
* logind: add a RequiresMountsFor= dependency from the session scope unit to th...Lennart Poettering2018-10-131-0/+1
* logind: optionally watch utmp for login dataLennart Poettering2018-10-131-0/+24
* logind: add hashtable for finding session by leader PIDLennart Poettering2018-10-131-3/+38
* logind: optionally, keep the user@.service instance for eached logged in user...Lennart Poettering2018-10-131-0/+4
* logind: minor session time handling tweaksLennart Poettering2018-10-131-1/+1
* logind: rework how we manage the slice and user-runtime-dir@.service unit for...Lennart Poettering2018-10-131-21/+34
* logind: prefer strjoin() over asprintf()Lennart Poettering2018-10-131-2/+2
* logind: don't rely on downgrade-to-boolLennart Poettering2018-10-131-1/+1
* logind: voidify a few callsLennart Poettering2018-10-131-1/+1
* logind: make unit/job active checking more debuggableLennart Poettering2018-10-131-4/+20