about summary refs log tree commit diff
path: root/nscd/netgroupcache.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-221-8/+6
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-05-261-6/+8
* Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar2014-04-301-21/+12
* Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar2014-03-271-6/+10
* Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar2014-03-271-3/+7
* Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar2014-03-121-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Avoid undefined behaviour in netgroupcacheSiddhesh Poyarekar2014-01-271-5/+11
* Adjust pointers to triplets in netgroup query data (BZ #16474)Siddhesh Poyarekar2014-01-241-1/+11
* Don't use alloca in addgetnetgrentX (BZ #16453)Siddhesh Poyarekar2014-01-161-31/+6
* Fix return code from getent netgroup when the netgroup is not found (bz #16366)Siddhesh Poyarekar2014-01-021-29/+62
* Fix infinite loop in nscd when netgroup is empty (bz #16365)Siddhesh Poyarekar2014-01-021-3/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix nesting of ifdefs in netgroupcache.cAllan McRae2013-09-091-2/+2
* Fix handling of netgroup cache in nscdAndreas Schwab2013-06-111-12/+20
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-4/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper2011-10-171-2/+2
* Implement caching of nscdUlrich Drepper2011-10-071-0/+669