Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-04-23 | Remove non-standard initialisation of flexible array member | Andreas Schwab | |
This avoids GCC bug 28865. | |||
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | |
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. |