summaryrefslogtreecommitdiff
path: root/src/shared/clean-ipc.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-2/+0
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared/clean-ipc: improve error message a bitZbigniew Jędrzejewski-Szmek2020-10-201-6/+9
* tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* clean-ipc: FOREACH_LINE excorcismLennart Poettering2018-10-181-24/+28
* 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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* dynamic-user: don't use a UID that currently owns IPC objects (#6962)Lennart Poettering2017-10-041-39/+117
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+3
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-2/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* clean-ipc: debug log about all remove IPC objectsLennart Poettering2016-08-191-6/+12
* core: add RemoveIPC= settingLennart Poettering2016-08-191-21/+45
* clean-ipc: shorten code a bitLennart Poettering2016-08-181-12/+6
* clean-ipc: don't filter out '.' and '..' twiceLennart Poettering2016-08-181-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+8
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-18/+9
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-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-6/+7
* tree-wide: make use of log_error_errno() return value in more casesLennart Poettering2015-09-091-10/+15
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-19/+19
* logind: don't apply RemoveIPC= to system usersLennart Poettering2014-05-211-2/+2
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-141-0/+360