summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Remove a bunch of unused variablesZbigniew Jędrzejewski-Szmek2017-11-011-1/+0
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-2/+2
* terminal: unify code for resetting kbd utf8 mode a bit (#6692)Lennart Poettering2017-09-011-7/+2
* terminal reset should honour default_utf8 kernel setting (#6606)g0tar2017-08-301-3/+3
* parse-util: introduce pid_is_valid()Lennart Poettering2017-07-311-1/+2
* audit: introduce audit_session_is_valid() and make use of it everywhereLennart Poettering2017-07-311-4/+4
* logind: save/restore session devices and their respective file descriptorsFranck Bui2017-06-081-4/+66
* logind: when setting a new controller, don't prepare the VT if logind is rest...Franck Bui2017-06-081-7/+10
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+2
* logind: Don't try to emit a change signal for the 'Sessions' property (#5211)afrantzis2017-02-021-6/+3
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-8/+4
* tree-wide: remove consecutive duplicate words in commentsStefan Schweter2016-10-041-1/+1
* logind: always abandon session scopes before killing themLennart Poettering2016-07-201-5/+10
* logind: minor coding style improvementsLennart Poettering2016-07-201-9/+6
* logind: introduce LockedHint and SetLockedHint (#3238)Victor Toso2016-05-111-0/+17
* logind: process session/inhibitor fds at higher priorityLennart Poettering2016-05-051-1/+3
* logind: use type to determine graphical sessions (#3071)Michał Bartoszkiewicz2016-04-201-1/+1
* tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek2016-04-131-1/+1
* time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin2016-02-151-2/+4
* logind: use deserialize_timestamp_value()Alexander Kuleshov2016-02-161-11/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+0
* logind: add a new UserTasksMax= setting to logind.confLennart Poettering2015-11-131-9/+16
* logind: don't assert if the slice is missingLennart Poettering2015-11-131-1/+0
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-7/+9
* logind: minor clean-upsLennart Poettering2015-10-221-6/+10
* tree-wide: make use of log_error_errno() return value in more casesLennart Poettering2015-09-091-8/+12
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* logind: get a fresh file descriptor to clean up a VTOwen W. Taylor2015-08-181-0/+11
* logind: use open_terminal() instead of open()Owen W. Taylor2015-08-181-1/+1
* logind,machined: various smaller cleanupsLennart Poettering2015-08-061-3/+2
* logind: switch to sd_bus_track helperDaniel Mack2015-08-051-4/+21
* logind: release VT-positions when closing sessionsDavid Herrmann2015-07-311-0/+6
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-14/+20
* logind: rename 'pos' to 'position'David Herrmann2015-07-101-5/+5
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* logind: check return value of session_releaseZbigniew Jędrzejewski-Szmek2015-03-151-8/+10