Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | |
2011-09-28 | Optimize libnss_files initialization | Ulrich Drepper | |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | |
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. |