Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-27 | NSS: Add service enumeration support to NSS provider | Stephen Gallagher | 1 | -0/+1 | |
2012-01-23 | Move sized_string declaration to utils | Stephen Gallagher | 1 | -8/+0 | |
2012-01-09 | nsssrv: add string manipulation helper | Simo Sorce | 1 | -0/+8 | |
the sized_string structure makes it easier to keep track of string lengths and makes passing around data more compat and readable. | |||||
2011-07-29 | Add vetoed_shells option | John Hodrien | 1 | -0/+1 | |
There may be users in LDAP that have a valid but unwelcome shell set in their account. This adds a blacklist of shells that should always be replaced by the fallback_shell. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2011-05-20 | Add new options to override shell value | Jakub Hrozek | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/742 | |||||
2011-05-20 | Add a new option to override home directory value | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/551 | |||||
2011-01-06 | Remove unused enumeration cache timeout checks | Sumit Bose | 1 | -2/+0 | |
The existence of the getent_ctx is used to track the enumeration cache timeout. | |||||
2010-10-13 | Add netgroup support to the NSS responder | Stephen Gallagher | 1 | -0/+1 | |
2010-06-17 | Refactor the negative cache | Stephen Gallagher | 1 | -2/+1 | |
Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+70 | |
Also update BUILD.txt |