summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher1-4/+3
2011-08-01Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher1-3/+4
2011-07-29Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher1-85/+50
2011-07-29Add vetoed_shells optionJohn Hodrien3-1/+17
2011-07-21Fix indexing of skipped groupsJakub Hrozek1-2/+4
2011-06-27fix typosSimo Sorce1-5/+5
2011-06-02Non-posix group processing - ldap provider and nss responderJan Zeleny1-3/+11
2011-05-31Fix typo in initgroups negative cache checkStephen Gallagher1-1/+1
2011-05-23Set _GNU_SOURCE globallySumit Bose1-3/+1
2011-05-20Add new options to override shell valueJakub Hrozek3-1/+123
2011-05-20Add a new option to override home directory valueJakub Hrozek3-1/+140
2011-05-20Add a new option to override primary GID numberJakub Hrozek2-2/+10
2011-05-06Allow changing the log level without restartStephen Gallagher4-2/+17
2011-05-06Create common sss_monitor_init()Stephen Gallagher1-34/+3
2011-05-06Do not leak netgroups hash tableJakub Hrozek1-0/+12
2011-04-25Don't use negative cache in netgroup lookupJan Zeleny2-20/+20
2011-04-15Fix regression where nonexistent entries were never added to the negative cacheStephen Gallagher1-21/+21
2011-04-15Fix a regression with the negative cache in multi-domain configurationsStephen Gallagher1-3/+18
2011-04-15Add debug logging to the negative cacheStephen Gallagher1-0/+5
2011-04-08Fix unchecked return values of pam_add_responseJakub Hrozek1-4/+12
2011-03-09Change state of hash entry if netgroup cannot be parsedSumit Bose1-0/+2
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