summaryrefslogtreecommitdiffstats
path: root/src/util/child_common.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | warnings reported by cppcheck.
* SIGCHLD handler: do not call callback when pvt data where freedPavel Březina2013-07-171-1/+23
| | | | https://fedorahosted.org/sssd/ticket/1992
* Do not keep growing event contextJakub Hrozek2013-04-241-3/+5
|
* execv, excvp and exec_child never return EOKStef Walter2012-05-011-8/+4
| | | | * So don't need to handle that case
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-31/+22
| | | | https://fedorahosted.org/sssd/ticket/1209
* Move child_common routines to utilStephen Gallagher2011-12-191-0/+735