summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2011-03-07Refactor set_netgroup_entry()Sumit Bose1-4/+7
2011-03-07Add missing name to struct getent_ctx for missing netgroupSumit Bose1-0/+6
2011-02-21Perform initgroups lookups for all domainsStephen Gallagher1-3/+5
2011-01-21Perform initgroups lookup for PAMStephen Gallagher1-1/+3
2011-01-19Use DEFAULT_PAM_VERBOSITY if config value cannot be retrievedSumit Bose1-1/+1
2011-01-19Add pam_pwd_expiration_warning config optionSumit Bose1-12/+47
2011-01-14Fix missing hash table bugStephen Gallagher1-0/+1
2011-01-11Validate user supplied size of data itemsSumit Bose1-76/+75
2011-01-06Remove unused enumeration cache timeout checksSumit Bose3-33/+2
2011-01-06Post enumeration tevent request if neededSumit Bose2-8/+43
2011-01-06Return groups and users from all domains during enumerationSumit Bose1-3/+5
2010-12-22Update the ID cache for any PAM requestStephen Gallagher4-8/+23
2010-12-22Ensure ID is checked in all domains for PAMStephen Gallagher1-0/+2
2010-12-17Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose1-1/+1
2010-12-17Fix unchecked return value in set_nonblockingStephen Gallagher1-10/+53
2010-12-15Fix uninitialized value error in lookup_netgr_step()Sumit Bose1-146/+181
2010-12-14Remove unused newauthtok variable in LOCAL_pam_handlerSumit Bose1-3/+0
2010-12-14Eliminate possible NULL-dereference in pam_check_user_searchStephen Gallagher1-0/+7
2010-12-03Add support for server-side pam response messagesSumit Bose1-0/+2
2010-12-02Add a special filter type to handle enumerationsSumit Bose1-1/+1
2010-11-15Introduce pam_verbosity config optionSumit Bose1-11/+90
2010-11-15Avoid long long in messages to PAM client use int64_tSumit Bose1-7/+7
2010-10-26Fix double free issueSumit Bose1-2/+2
2010-10-26Always use talloc_zero() to allocate cmdctxSumit Bose2-3/+3
2010-10-26Remove all nss requests after a reconnectSumit Bose3-1/+26
2010-10-15sysdb interface for adding fake usersJakub Hrozek1-1/+1
2010-10-15sysdb interface for adding incomplete groupsJakub Hrozek1-1/+1
2010-10-13Also return member groups to the clientSumit Bose2-55/+85
2010-10-13Add handling of nested netgroups to nss clientSumit Bose1-1/+4
2010-10-13Add missing tevent_req_done()Sumit Bose1-0/+1
2010-10-13Add netgroup support to the NSS responderStephen Gallagher7-2/+922
2010-10-13Split out some helper functions for the NSS responderStephen Gallagher2-83/+147
2010-10-13Add negative cache features for netgroupsStephen Gallagher2-0/+39
2010-10-13Require explicit setting of callback context for check_cacheStephen Gallagher1-7/+13
2010-09-22Initgroups on a non-cached user should go to the data providerStephen Gallagher1-1/+2
2010-09-08Handle multiple simultaneous enumeration requestsStephen Gallagher2-289/+717
2010-09-08Dead assignments cleanup in NSS responderJan Zeleny2-7/+7
2010-09-08Move crypto functions into its own subdirJakub Hrozek1-1/+1
2010-06-17Honor filter_users in PAMStephen Gallagher3-10/+47
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher3-187/+220
2010-06-17Refactor the negative cacheStephen Gallagher5-57/+57
2010-06-17Ensure that all domains are checked for users/groupsStephen Gallagher1-3/+15
2010-06-14Properly null-terminate socket pathStephen Gallagher1-2/+4
2010-06-10Check the correct variable for NULL after creating timerStephen Gallagher1-1/+1
2010-06-06Remove dead code from the PAM responderJakub Hrozek2-13/+0
2010-05-26Add support for delayed kinit if offlineSumit Bose1-1/+1
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose2-1/+55
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose2-140/+1
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-1/+0