summaryrefslogtreecommitdiff
path: root/src/responder/common/negcache.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-20RESPONDER: Use right function prototypeLukas Slebodnik1-1/+1
Protype of function sss_ncache_check_netgr was different than definition of function sss_ncache_check_netgr. We did not catch it, because header file "responder/common/negcache.h" was not included in implementation file "responder/common/negcache.c"
2013-05-02Add sss_ncache_set_sid() and sss_ncache_check_sid()Sumit Bose1-0/+2
Two new calls are added to allow to add SID based lookups to the negative cache.
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-1/+0
* Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
Now it checks for subdomains as well as for the domain itself
2012-01-27NSS: Add negative cache routines for servicesStephen Gallagher1-0/+15
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-5/+5
2010-10-13Add negative cache features for netgroupsStephen Gallagher1-0/+4
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher1-0/+8
Creates a new function - sss_ncache_prepopulate() - that can be shared with other responders, such as PAM.
2010-06-17Refactor the negative cacheStephen Gallagher1-0/+51
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h