summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2013-01-292-7/+7
* sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce2013-01-291-1/+4
* NSS: Fix netgroup midpoint cache refreshJakub Hrozek2013-01-293-3/+3
* responder_dp: Add timeout to side requetsSimo Sorce2013-01-291-1/+25
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2013-01-291-17/+12
* Free the internal DP requestJakub Hrozek2013-01-291-0/+8
* Make the client idle timeout configurableStephen Gallagher2012-06-182-4/+20
* Add support for terminating idle connectionsShantanu Goel2012-06-182-2/+67
* Log message if close() fails in destructor.Shantanu Goel2012-06-181-1/+12
* Send the correct enumeration requestJakub Hrozek2012-06-181-1/+1
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-1/+1
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-1/+1
* Use sized_string correctly in FQDN domainsJakub Hrozek2012-05-231-2/+2
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* Send the correct enumeration requestJakub Hrozek2012-05-101-1/+1
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-241-1/+7
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-211-7/+7
* Save alias of the primary name, tooJakub Hrozek2012-03-211-8/+14
* Free entry found in negative cacheJakub Hrozek2012-03-161-0/+3
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-153-67/+38
* SSH: Fix missing semicolonStephen Gallagher2012-03-091-1/+1
* Add umask before mkstemp() call in SSH responderJan Zeleny2012-03-091-0/+3
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
* Use of unininitialized value in sudosrv_cache_set_entry and sudosrv_cache_loo...Pavel Březina2012-03-091-0/+2
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-081-3/+10
* Save original name into the in-memory cacheJakub Hrozek2012-03-081-1/+1
* Use the correct hash table for pending requestsSimo Sorce2012-03-087-10/+14
* SSH: Replace blocking getaddrinfo call in the responder with asynchronous res...Jan Cholasta2012-02-273-26/+56
* SSH: Use fchmod instead of chmod on known_hosts fileJan Cholasta2012-02-271-8/+4
* SSH: Add more debugging messagesJan Cholasta2012-02-271-0/+8
* SSH: Don't abort known_hosts update when host search failsJan Cholasta2012-02-271-1/+1
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-272-0/+134
* SSH: Save SSH host name aliasesJan Cholasta2012-02-272-1/+26
* AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek2012-02-272-34/+79
* AUTOFS: Invoke implicit setautomntent if neededJakub Hrozek2012-02-232-45/+156
* Move sudo_dom_ctx.user to local variablePavel Březina2012-02-232-8/+8
* Honor case_sensitive option in sudo responderPavel Březina2012-02-234-21/+100
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-02-174-0/+48
* Fix case insensitive service lookupsJakub Hrozek2012-02-171-6/+6
* NSS: Always return the same protocol that was requestedStephen Gallagher2012-02-172-9/+26
* Check for failure in sss_packet_grow()Stephen Gallagher2012-02-131-5/+5
* Avoid uninitialized value comparisonStephen Gallagher2012-02-131-0/+3
* SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2012-02-131-0/+4
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-134-9/+9
* Remove setent structure when callback is calledJakub Hrozek2012-02-135-22/+16
* Only fetch SELinux string if the user is foundJakub Hrozek2012-02-101-1/+2
* SUDO responder: check if the input is a UTF-8 stringPavel Březina2012-02-101-0/+7
* Fix group enumerationJakub Hrozek2012-02-102-2/+9
* Fix SSH compilation on RHEL5Jakub Hrozek2012-02-071-0/+3
* SSH: ResponderJan Cholasta2012-02-073-0/+872