summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
Commit message (Collapse)AuthorAgeFilesLines
* NSS: Add service enumeration support to NSS providerStephen Gallagher2012-01-271-0/+1
|
* Move sized_string declaration to utilsStephen Gallagher2012-01-231-8/+0
|
* nsssrv: add string manipulation helperSimo Sorce2012-01-091-0/+8
| | | | | the sized_string structure makes it easier to keep track of string lengths and makes passing around data more compat and readable.
* Add vetoed_shells optionJohn Hodrien2011-07-291-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>
* Add new options to override shell valueJakub Hrozek2011-05-201-0/+3
| | | | https://fedorahosted.org/sssd/ticket/742
* Add a new option to override home directory valueJakub Hrozek2011-05-201-0/+2
| | | | https://fedorahosted.org/sssd/ticket/551
* Remove unused enumeration cache timeout checksSumit Bose2011-01-061-2/+0
| | | | | The existence of the getent_ctx is used to track the enumeration cache timeout.
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-0/+1
|
* Refactor the negative cacheStephen Gallagher2010-06-171-2/+1
| | | | | Rename functions from nss_ncache_* to sss_ncache_* Move negative cache to responder/common and rename as negcache.c/h
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+70
Also update BUILD.txt