summaryrefslogtreecommitdiff
path: root/src/tools/nscd.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-21Move nscd.c from tools to utilOndrej Kos1-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.
2013-04-05Wrong condition after waitpid.Michal Zidek1-1/+1
On success, waitpid() returns pid of terminated child, not 0.
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-2/+2
2011-07-01Replace system() function with fork and execl call.Matthew Ife1-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>
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-0/+89
Fixes: #221