summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Allocate PAM DP request data on responder contextJakub Hrozek2013-05-063-5/+54
* Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher2012-06-221-96/+47
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-06-223-3/+42
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-06-224-0/+49
* Also expire connections on the privileged pipeStephen Gallagher2012-06-221-0/+9
* Make the client idle timeout configurableStephen Gallagher2012-06-182-4/+20
* Add support for terminating idle connectionsShantanu Goel2012-06-182-4/+73
* Log message if close() fails in destructor.Shantanu Goel2012-06-181-1/+12
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen 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-11-185-0/+43
* RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher2011-10-251-0/+5
* Fixed timeout handling in respondersJan Zeleny2011-10-141-72/+72
* Check if dp_requests hash table exists before using itJakub Hrozek2011-10-131-0/+5
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-10-131-10/+12
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2
* Return users and groups based on aliasJakub Hrozek2011-10-031-2/+3
* Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek2011-08-081-16/+19
* Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher2011-08-041-4/+3
* Add vetoed_shells optionJohn Hodrien2011-08-023-1/+17
* Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher2011-08-011-3/+4
* Fix indexing of skipped groupsJakub Hrozek2011-07-211-2/+4
* Fix unchecked return values of pam_add_responsesssd-1_5_11Jakub Hrozek2011-07-051-4/+12
* Add new options to override shell valueJakub Hrozek2011-06-023-1/+123
* Add a new option to override home directory valueJakub Hrozek2011-06-023-1/+140
* Add a new option to override primary GID numberJakub Hrozek2011-06-022-2/+10
* 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
* 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
* Add debug logging to the negative cacheStephen Gallagher2011-04-151-0/+5
* 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
* 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