summaryrefslogtreecommitdiff
path: root/src/login/logind-inhibit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* logind: actually fail on OOMThomas Hindoe Paaboel Andersen2015-08-131-6/+10
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-10/+15
* everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering2015-06-161-1/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-6/+6
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1