summaryrefslogtreecommitdiff
path: root/src/responder/ssh/sshsrv_private.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05SSH: Expire hosts in known_hostsJan Cholasta1-0/+1
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta1-2/+1
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek1-1/+15
Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta1-0/+2
https://fedorahosted.org/sssd/ticket/1203
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-1/+0
This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
2012-02-27SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵Jan Cholasta1-0/+1
resolver code
2012-02-26SSH: Manage global known_hosts file in the responderJan Cholasta1-0/+3
https://fedorahosted.org/sssd/ticket/1193
2012-02-26SSH: Save SSH host name aliasesJan Cholasta1-0/+1
2012-02-07SSH: ResponderJan Cholasta1-0/+48