summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_netgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing name to struct getent_ctx for missing netgroupSumit Bose2011-03-071-0/+6
* Fix missing hash table bugStephen Gallagher2011-01-141-0/+1
* Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose2010-12-171-1/+1
* Fix uninitialized value error in lookup_netgr_step()Sumit Bose2010-12-151-146/+181
* Always use talloc_zero() to allocate cmdctxSumit Bose2010-10-261-1/+1
* Also return member groups to the clientSumit Bose2010-10-131-54/+84
* Add handling of nested netgroups to nss clientSumit Bose2010-10-131-1/+4
* Add missing tevent_req_done()Sumit Bose2010-10-131-0/+1
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+863