summaryrefslogtreecommitdiffstats
path: root/src/responder/common/negcache.h
Commit message (Collapse)AuthorAgeFilesLines
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-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
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
| | | | Now it checks for subdomains as well as for the domain itself
* NSS: Add negative cache routines for servicesStephen Gallagher2012-01-271-0/+15
|
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-5/+5
|
* Add negative cache features for netgroupsStephen Gallagher2010-10-131-0/+4
|
* Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2010-06-171-0/+8
| | | | | Creates a new function - sss_ncache_prepopulate() - that can be shared with other responders, such as PAM.
* Refactor the negative cacheStephen Gallagher2010-06-171-0/+51
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h