summaryrefslogtreecommitdiff
path: root/src/login/logind-session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* logind: explicitly ignore errors we can do nothing aboutZbigniew Jędrzejewski-Szmek2015-03-131-3/+3
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* logind: handle closing sessions over daemon restartsMartin Pitt2015-01-281-2/+9
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-6/+6
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2