summaryrefslogtreecommitdiff
path: root/src/shared/spawn-polkit-agent.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* polkit: explicitly ignore fd_wait_for_event()'s return valueShreenidhi Shedi2022-06-051-1/+1
* tree-wide: port various places to use TAKE_PID()Lennart Poettering2021-11-031-3/+1
* Move fork_agent() into shared/Zbigniew Jędrzejewski-Szmek2021-07-231-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* polkit-agent: don't use an inline functionLennart Poettering2019-11-151-0/+13
* 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
* pager,agent: insist that we are called from the main threadLennart Poettering2018-01-041-0/+3
* agents: use kill_and_sigcont() where appropriateLennart Poettering2017-12-251-3/+1
* process-util: move fork_agent() to process-util.[ch]Lennart Poettering2017-12-251-5/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* polkit: don't start polkit agent when running as rootMartin Pitt2016-04-051-0/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-2/+4
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-2/+3
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-3/+2
* 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
* shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier2014-11-101-1/+1
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-2/+2
* build-sys: make PolicyKit support compile-time optional (was runtime-optional...Lennart Poettering2013-02-131-0/+12
* polkit: spawn agent in --fallback modeLennart Poettering2012-04-131-1/+1
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+86