Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-08 | NSS: Clear cached netgroups if a request comes in from the sss_cache | Lukas Slebodnik | 1 | -0/+3 | |
In order for sss_cache to work correctly, we must also signal the nss responder to invalidate the hash table requests. https://fedorahosted.org/sssd/ticket/1759 | |||||
2013-08-08 | NSS: allow removing entries from netgroup hash table | Lukas Slebodnik | 1 | -0/+2 | |
There is a timed desctructor in the nss responder that, when the entry timeout passes, removes the netgroup from the hash table while the netgroup is freed. This patch adds a hash delete callback so that if the netgroup is removed from the hash table with hash_delete, its hash table pointer will be invalidated. Later, when the entry is being freed, the destructor won't attempt to remove it from the hash table. | |||||
2010-10-13 | Add netgroup support to the NSS responder | Stephen Gallagher | 1 | -0/+34 | |