summaryrefslogtreecommitdiff
path: root/src/sss_client/ssh/sss_ssh_knownhostsproxy.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta1-11/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-05-31SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are m...Jan Cholasta1-36/+49
2012-05-31SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta1-11/+4
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-2/+2
2012-03-20SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta1-6/+9
2012-03-15SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta1-26/+38
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-1/+2
2012-03-09Fixed uninitialized pointer in SSH known host proxyJan Zeleny1-1/+1
2012-02-27SSH: Remove unused --file option of sss_ssh_knownhostsproxyJan Cholasta1-5/+0
2012-02-27SSH: Add more debugging messagesJan Cholasta1-4/+14
2012-02-26SSH: Manage global known_hosts file in the responderJan Cholasta1-78/+2
2012-02-26SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta1-112/+85
2012-02-26SSH: Refactor responder and client common codeJan Cholasta1-14/+9
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta1-0/+401