summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Send the correct enumeration requestsssd-1.8.0-26.el6Jakub Hrozek2012-05-101-1/+1
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-301-1/+7
* Add umask before mkstemp() call in SSH responderJan Zeleny2012-04-091-0/+3
* Save alias of the primary name, tooJakub Hrozek2012-03-301-8/+14
* NSS: Look for services with correct case when cache is updatedJakub Hrozek2012-03-301-7/+7
* SSH: Canonicalize host name and do reverse DNS lookupJan Cholasta2012-03-163-67/+38
* Save original name into the in-memory cacheJakub Hrozek2012-03-161-1/+1
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-121-3/+10
* Use the correct hash table for pending requestsSimo Sorce2012-03-097-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
* DP: Add support for hosts in sss_dp_get_accountJan Cholasta2012-02-072-2/+13
* SUDO Integration - fix offline behaviourPavel Březina2012-02-061-2/+2
* SELinux support in PAM responderJan Zeleny2012-02-061-0/+163
* AUTOFS: responderJakub Hrozek2012-02-056-3/+1720
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-053-43/+73
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-056-100/+133
* SUDO Integration - responder 'sudo_timed' optionPavel Březina2012-02-043-1/+32
* SUDO Integration - in-memory cache in responderPavel Březina2012-02-045-9/+415
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+1
* NSS: Use sss_hash_create instead of destructorJakub Hrozek2012-02-042-13/+2
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-023-13/+19
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-316-41/+46
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-301-0/+2
* SUDO Integration - responder command for cn=defaultsPavel Březina2012-01-274-18/+93
* SUDO Integration - prepare data provider for new responder commandsPavel Březina2012-01-271-1/+1
* SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina2012-01-271-2/+5
* Rename sss_dp_type to sss_dp_sudo_typeStephen Gallagher2012-01-272-4/+4
* Use the new SUDO request in DP and sudo responderJakub Hrozek2012-01-273-216/+67