about summary refs log tree commit diff
path: root/nss/nss_db/db-init.c
Commit message (Collapse)AuthorAgeFilesLines
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-0/+4
|
* Add missing string.h include for strcpy calls.David S. Miller2012-03-131-2/+2
| | | | * nss/nss_db/db-init.c: Include string.h
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-0/+54
nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored.