summaryrefslogtreecommitdiffstats
path: root/src/util/child_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-111-1/+1
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-23/+0
* UTIL: Remove child_cleanupJakub Hrozek2015-01-151-22/+0
* UTIL: Make two child_common.c functions staticJakub Hrozek2015-01-151-9/+20
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-131-6/+16
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-2/+2
* Add extra_args to exec_child()Jakub Hrozek2014-12-031-2/+21
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-051-0/+29
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-051-0/+29
* SSSD: Send debug to stderr when running on foregroundJakub Hrozek2014-07-091-0/+10
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-25/+42
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-53/+53
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-111-1/+2
* Use brackets around macros.Lukas Slebodnik2013-08-221-4/+4
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+23
* Do not keep growing event contextJakub Hrozek2013-04-241-3/+5
* execv, excvp and exec_child never return EOKStef Walter2012-05-011-8/+4
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-31/+22
* Move child_common routines to utilStephen Gallagher2011-12-191-0/+735