glibc/nscd
Siddhesh Poyarekar d41242129b Fix infinite loop in nscd when netgroup is empty (bz #16365)
Currently, when a user looks up a netgroup that does not have any
members, nscd goes into an infinite loop trying to find members in the
group.  This is because it does not handle cases when getnetgrent
returns an NSS_STATUS_NOTFOUND (which is what it does on empty group).
Fixed to handle this in the same way as NSS_STATUS_RETURN, similar to
what getgrent does by itself.
2014-01-02 10:04:21 +05:30
..
aicache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
cache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
connections.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dbg_log.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dbg_log.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Depend
gai.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrgid_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getgrnam_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbyad_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm3_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getpwnam_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getpwuid_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbypt_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
grpcache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
hstcache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
initgrcache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
Makefile Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mem.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netgroupcache.c Fix infinite loop in nscd when netgroup is empty (bz #16365) 2014-01-02 10:04:21 +05:30
nscd_conf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_getai.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_getgr_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_gethst_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_getpw_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_getserv_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_helper.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_initgroups.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_netgroup.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_proto.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_setup_thread.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd_stat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd-client.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd.c Update remaining copyright dates 2014-01-01 22:02:55 +10:00
nscd.conf Implement caching of nscd 2011-10-07 10:06:31 -04:00
nscd.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nscd.init . 2007-07-31 13:33:18 +00:00
nscd.service Add systemd unit file for nscd 2013-12-16 11:22:01 +10:00
nscd.tmpfiles Add systemd unit file for nscd 2013-12-16 11:22:01 +10:00
pwdcache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
res_hconf.c [BZ #4814] 2007-08-22 03:14:29 +00:00
selinux.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
selinux.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
servicescache.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00