summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* RESPONDERS: Allow increasing the file-descriptor limitsssd-1.5.1-51.el5Stephen Gallagher2012-04-254-0/+49
* Ignore NULL-terminator when checking UTF8-validity for netgroupssssd-1.5.1-46.el5Stephen Gallagher2011-12-091-1/+1
* Ignore NULL-terminator when checking UTF8-validitysssd-1.5.1-45.el5Stephen Gallagher2011-12-052-4/+4
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-9/+1
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-12-055-0/+43
* RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher2011-10-261-0/+5
* Fixed timeout handling in respondersJan Zeleny2011-10-261-72/+72
* Check if dp_requests hash table exists before using itJakub Hrozek2011-10-261-0/+5
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-261-2/+2
* Better handling for aliasesJakub Hrozek2011-10-261-2/+3
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-10-261-10/+12
* Add vetoed_shells optionJohn Hodrien2011-10-263-15/+34
* Fix indexing of skipped groupsJakub Hrozek2011-10-261-2/+4
* Handle non-POSIX groups in nestingJan Zeleny2011-10-261-3/+11
* Support overriding attribute values locallyJakub Hrozek2011-10-263-4/+273
* Fix typo in initgroups negative cache checkStephen Gallagher2011-10-261-1/+1
* Fix regressions in the negative cachesssd-1.5.1-30.el5Stephen Gallagher2011-04-152-24/+44
* Change state of hash entry if netgroup cannot be parsedSumit Bose2011-03-091-0/+2
* Add missing name to struct getent_ctx for missing netgroupSumit Bose2011-03-071-4/+13
* Perform initgroups lookups for all domainsStephen Gallagher2011-02-211-3/+5
* Perform initgroups lookup for PAMStephen Gallagher2011-01-211-1/+3
* Use DEFAULT_PAM_VERBOSITY if config value cannot be retrievedSumit Bose2011-01-191-1/+1
* Add pam_pwd_expiration_warning config optionSumit Bose2011-01-191-12/+47
* Fix missing hash table bugStephen Gallagher2011-01-141-0/+1
* Validate user supplied size of data itemsSumit Bose2011-01-111-76/+75
* 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
* Update the ID cache for any PAM requestStephen Gallagher2010-12-224-8/+23
* Ensure ID is checked in all domains for PAMStephen Gallagher2010-12-221-0/+2
* Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose2010-12-171-1/+1
* Fix unchecked return value in set_nonblockingStephen Gallagher2010-12-171-10/+53
* Fix uninitialized value error in lookup_netgr_step()Sumit Bose2010-12-151-146/+181
* Remove unused newauthtok variable in LOCAL_pam_handlerSumit Bose2010-12-141-3/+0
* Eliminate possible NULL-dereference in pam_check_user_searchStephen Gallagher2010-12-141-0/+7
* Add support for server-side pam response messagesSumit Bose2010-12-031-0/+2
* Add a special filter type to handle enumerationsSumit Bose2010-12-021-1/+1
* Introduce pam_verbosity config optionSumit Bose2010-11-151-11/+90
* Avoid long long in messages to PAM client use int64_tSumit Bose2010-11-151-7/+7
* Fix double free issueSumit Bose2010-10-261-2/+2
* Always use talloc_zero() to allocate cmdctxSumit Bose2010-10-262-3/+3
* Remove all nss requests after a reconnectSumit Bose2010-10-263-1/+26
* 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-137-2/+922
* Split out some helper functions for the NSS responderStephen Gallagher2010-10-132-83/+147
* Add negative cache features for netgroupsStephen Gallagher2010-10-132-0/+39