summaryrefslogtreecommitdiffstats
path: root/src/tools/nscd.c
Commit message (Collapse)AuthorAgeFilesLines
* Move nscd.c from tools to utilOndrej Kos2013-05-211-97/+0
| | | | | | Preparation for the following patch which will include the nscd.c in the monitor code due to newly introduced function for checking the nscd configuration file.
* Wrong condition after waitpid.Michal Zidek2013-04-051-1/+1
| | | | On success, waitpid() returns pid of terminated child, not 0.
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+2
|
* Replace system() function with fork and execl call.Matthew Ife2011-07-011-22/+30
| | | | | | | | | | This is much more selinux friendly as it allows policy makers to call nscd_domtrans to transition to nscd_t instead of giving more access to the system via the corcmd_exec_bin macro. Modified-by: Simo Sorce <ssorce@redhat.com> Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-0/+89
Fixes: #221