Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-10 | Add function get_next_domain() | Simo Sorce | 1 | -4/+4 | |
Use this function instead of explicitly calling domain->next This function allows to get the next primary domain or to descend into the subdomains and replaces also get_next_dom_or_subdom() | |||||
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 1 | -3/+7 | |
2012-06-12 | Make re_expression and full_name_format per domain options | Stef Walter | 1 | -8/+7 | |
* 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-24 | Modified responder_get_domain() | Jan Zeleny | 1 | -3/+4 | |
Now it checks for subdomains as well as for the domain itself | |||||
2012-03-16 | Free entry found in negative cache | Jakub Hrozek | 1 | -0/+3 | |
2012-01-27 | NSS: Add negative cache routines for services | Stephen Gallagher | 1 | -3/+117 | |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 1 | -18/+117 | |
2011-10-03 | Use explicit base 10 for converting strings to integers | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1013 | |||||
2011-04-15 | Add debug logging to the negative cache | Stephen Gallagher | 1 | -0/+5 | |
2010-10-13 | Add negative cache features for netgroups | Stephen Gallagher | 1 | -0/+35 | |
2010-09-08 | Dead assignments cleanup in NSS responder | Jan Zeleny | 1 | -2/+0 | |
Various dead assignments were deleted, some return value inspections were added. Ticket: #588 | |||||
2010-06-17 | Move setup of filter_users and filter_groups to negcache.c | Stephen Gallagher | 1 | -0/+207 | |
Creates a new function - sss_ncache_prepopulate() - that can be shared with other responders, such as PAM. | |||||
2010-06-17 | Refactor the negative cache | Stephen Gallagher | 1 | -0/+321 | |
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h |