summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Fix regressions in the negative cachesssd-1.5.1-30.el6Stephen 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
* Require explicit setting of callback context for check_cacheStephen Gallagher2010-10-131-7/+13
* Initgroups on a non-cached user should go to the data providerStephen Gallagher2010-09-221-1/+2
* Handle multiple simultaneous enumeration requestsStephen Gallagher2010-09-082-289/+717
* Dead assignments cleanup in NSS responderJan Zeleny2010-09-082-7/+7
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-1/+1
* Honor filter_users in PAMStephen Gallagher2010-06-173-10/+47
* Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2010-06-173-187/+220
* Refactor the negative cacheStephen Gallagher2010-06-175-57/+57
* Ensure that all domains are checked for users/groupsStephen Gallagher2010-06-171-3/+15
* Properly null-terminate socket pathStephen Gallagher2010-06-141-2/+4
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
* Remove dead code from the PAM responderJakub Hrozek2010-06-062-13/+0
* Add support for delayed kinit if offlineSumit Bose2010-05-261-1/+1
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-162-1/+55
* Revert "Add better checks on PAM socket"Sumit Bose2010-04-162-140/+1
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1