summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
...
* nsssrv: remove unused macroSimo Sorce2012-01-041-2/+0
* Return user and group names lowercased in case insensitive domainsJakub Hrozek2011-12-211-12/+32
* sss_get_cased_name utility functionJakub Hrozek2011-12-212-9/+9
* Deleted declaration of nss_get_dom()Jan Zeleny2011-12-191-4/+0
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-162-20/+40
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-162-17/+4
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-051-3/+3
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-292-50/+112
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+1
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-182-0/+28
* Enable the midpoint cache update by defaultStephen Gallagher2011-09-211-1/+1
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+4
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-152-9/+8
* Remove unused temporary contextJakub Hrozek2011-08-081-5/+0
* Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek2011-08-081-16/+19
* Add vetoed_shells optionJohn Hodrien2011-07-293-1/+17
* Fix indexing of skipped groupsJakub Hrozek2011-07-211-2/+4
* fix typosSimo Sorce2011-06-271-5/+5
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-021-3/+11
* Fix typo in initgroups negative cache checkStephen Gallagher2011-05-311-1/+1
* Add new options to override shell valueJakub Hrozek2011-05-203-1/+123
* Add a new option to override home directory valueJakub Hrozek2011-05-203-1/+140
* Add a new option to override primary GID numberJakub Hrozek2011-05-202-2/+10
* Allow changing the log level without restartStephen Gallagher2011-05-061-1/+1
* Do not leak netgroups hash tableJakub Hrozek2011-05-061-0/+12
* Don't use negative cache in netgroup lookupJan Zeleny2011-04-252-20/+20
* Fix regression where nonexistent entries were never added to the negative cacheStephen Gallagher2011-04-151-21/+21
* Fix a regression with the negative cache in multi-domain configurationsStephen Gallagher2011-04-151-3/+18
* Change state of hash entry if netgroup cannot be parsedSumit Bose2011-03-091-0/+2
* Refactor set_netgroup_entry()Sumit Bose2011-03-071-4/+7
* Add missing name to struct getent_ctx for missing netgroupSumit Bose2011-03-071-0/+6
* Fix missing hash table bugStephen Gallagher2011-01-141-0/+1
* Remove unused enumeration cache timeout checksSumit Bose2011-01-063-33/+2
* Post enumeration tevent request if neededSumit Bose2011-01-062-8/+43
* Return groups and users from all domains during enumerationSumit Bose2011-01-061-3/+5
* Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose2010-12-171-1/+1
* Fix uninitialized value error in lookup_netgr_step()Sumit Bose2010-12-151-146/+181
* Always use talloc_zero() to allocate cmdctxSumit Bose2010-10-262-3/+3
* Remove all nss requests after a reconnectSumit Bose2010-10-261-1/+5
* sysdb interface for adding fake usersJakub Hrozek2010-10-151-1/+1
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-151-1/+1
* Also return member groups to the clientSumit Bose2010-10-132-55/+85
* Add handling of nested netgroups to nss clientSumit Bose2010-10-131-1/+4
* Add missing tevent_req_done()Sumit Bose2010-10-131-0/+1
* Add netgroup support to the NSS responderStephen Gallagher2010-10-135-2/+915
* Split out some helper functions for the NSS responderStephen Gallagher2010-10-132-83/+147