* NEWS, lib/nscd.c: Execute nscd -i instead of using the private
glibc socket to flush the nscd tables. This comes from the RedHat patch shadow-4.0.16-nscd.c. * lib/commonio.c: Forbid inheritance of the passwd and group files to the spawed processes (like nscd). This comes from the RedHat patch shadow-4.0.17-notInheritFd.patch. * lib/nscd.h: Update header.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
/* Copyright (c) 1999 SuSE GmbH Nuerenberg, Germany
|
||||
Author: Thorsten Kukuk <kukuk@suse.de> */
|
||||
|
||||
#ifndef _FAILURE_H_
|
||||
#define _FAILURE_H_
|
||||
#ifndef _NSCD_H_
|
||||
#define _NSCD_H_
|
||||
|
||||
/*
|
||||
* nscd_flush_cache - flush specyfied service bufor in nscd cache
|
||||
* nscd_flush_cache - flush specified service buffer in nscd cache
|
||||
*/
|
||||
extern int nscd_flush_cache (char *service);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user