summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_private.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25Don't use negative cache in netgroup lookupJan Zeleny1-0/+1
In responder a negative cache is used to indicate that the record has not been found by previous lookup. This approach is however not applicable for netgroup lookup because the design of their lookup is a little different. This patch removes some pieces of code working with negative cache, because they didn't fuction well. Instead a new flag has been added to the positive cache. This flag indicates if the record in the cache is a record of existing netgroup or it's just a placeholder. https://fedorahosted.org/sssd/ticket/820
2011-01-06Remove unused enumeration cache timeout checksSumit Bose1-1/+0
The existence of the getent_ctx is used to track the enumeration cache timeout.
2011-01-06Post enumeration tevent request if neededSumit Bose1-0/+2
2010-10-13Also return member groups to the clientSumit Bose1-1/+1
2010-10-13Split out some helper functions for the NSS responderStephen Gallagher1-0/+130
Create a new private header and make some functions available for other object files.