Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Retrieve subdomains if there is a request for fully qualified user | Jan Zeleny | 1 | -0/+3 | |
2012-02-17 | NSS: Always return the same protocol that was requested | Stephen Gallagher | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1160 | |||||
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 1 | -1/+0 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -3/+0 | |
2012-02-05 | RESPONDERS: Refactor setent_req_list | Jakub Hrozek | 1 | -12/+10 | |
Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder. | |||||
2012-01-31 | Refactor nss_cmd_send_empty | Jakub Hrozek | 1 | -3/+0 | |
2011-12-19 | Deleted declaration of nss_get_dom() | Jan Zeleny | 1 | -4/+0 | |
This function has been renamed to responder_get_domain() but this declaration hasn't been deleted. | |||||
2011-11-29 | RESPONDER: Refactor DP requests into tevent_req style | Stephen Gallagher | 1 | -0/+1 | |
2011-04-25 | Don't use negative cache in netgroup lookup | Jan Zeleny | 1 | -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-06 | Remove unused enumeration cache timeout checks | Sumit Bose | 1 | -1/+0 | |
The existence of the getent_ctx is used to track the enumeration cache timeout. | |||||
2011-01-06 | Post enumeration tevent request if needed | Sumit Bose | 1 | -0/+2 | |
2010-10-13 | Also return member groups to the client | Sumit Bose | 1 | -1/+1 | |
2010-10-13 | Split out some helper functions for the NSS responder | Stephen Gallagher | 1 | -0/+130 | |
Create a new private header and make some functions available for other object files. |