summaryrefslogtreecommitdiff
path: root/src/login/logind-inhibit.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* tree-wide: make cunescape*() functions return ssize_tZbigniew Jędrzejewski-Szmek2021-07-091-15/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* logind: fix merge issueLennart Poettering2020-09-091-1/+1
* login: Add KEY_RESTART handlingRobert Marko2020-09-091-1/+13
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-091-13/+22
|\
| * logind: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-091-13/+22
* | tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
|/
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* login: fix use after freeYu Watanabe2019-09-031-2/+2
* logind: set description for inhibitor event sourceLennart Poettering2019-08-081-0/+2
* logind: at start-up automatically clean up orphaned inhibitorsLennart Poettering2019-07-231-0/+19
* logind: un-export and voidify a few functionsLennart Poettering2019-07-231-5/+5
* logind: rework allocation/freeing of inhibitorsLennart Poettering2019-07-231-23/+36
* logind: use free_and_replace() where that makes senseLennart Poettering2019-07-231-4/+2
* logind: add logging to inhibitor_load()Lennart Poettering2019-07-231-7/+9
* logind: unify inhibitor signal generation in a single functionLennart Poettering2019-07-231-4/+14
* logind: cast to (void) when we ignore a syscall return value that is potentia...Lennart Poettering2019-07-231-1/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+2
* logind: split out dbus header files into their ownLennart Poettering2019-05-241-0/+1
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-3/+3
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* 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
* 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
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-03-231-2/+2
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-03-221-2/+2
* coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-241-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* logind: comment use of *_get_session()Alan Jenkins2017-11-141-0/+2
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-2/+2
* logind: Stopped inhibitions should be considered inactive (#5698)afrantzis2017-04-051-1/+4
* 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-6/+3
* logind: process session/inhibitor fds at higher priorityLennart Poettering2016-05-051-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+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 fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-3/+4