Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Modified responder_get_domain() | Jan Zeleny | 1 | -1/+1 | |
Now it checks for subdomains as well as for the domain itself | |||||
2012-03-08 | Use the correct hash table for pending requests | Simo Sorce | 1 | -1/+1 | |
The function that handled pending requests on reconnect was checking an orphaned global variable that was never used, redenring the whole function uselsess. This fixes a very nasty bug that was causing requests for which we never received an answer for (for example because the backend failed and was restarted) to be never removed and therefore causing a black hole effect for any other request of the same type. Fixes: https://fedorahosted.org/sssd/ticket/1229 | |||||
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 1 | -2/+2 | |
2012-02-27 | AUTOFS: speed up the client by requesting multiple entries at once | Jakub Hrozek | 2 | -34/+79 | |
https://fedorahosted.org/sssd/ticket/1166 | |||||
2012-02-23 | AUTOFS: Invoke implicit setautomntent if needed | Jakub Hrozek | 2 | -45/+156 | |
https://fedorahosted.org/sssd/ticket/1167 | |||||
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -2/+2 | |
2012-02-13 | Allocate setent structure on state, not on the client context | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1189 | |||||
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 1 | -1/+1 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 4 | -0/+1718 | |