summaryrefslogtreecommitdiff
path: root/src/sss_client/ssh/sss_ssh_knownhostsproxy.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta1-11/+1
Instead of appending @domain to names when the --domain option of sss_ssh_* is used, put domain name in a separate field in client requests.
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
https://fedorahosted.org/sssd/ticket/1495
2012-05-31SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are ↵Jan Cholasta1-36/+49
missing https://fedorahosted.org/sssd/ticket/1356
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
https://fedorahosted.org/sssd/ticket/1209
2012-03-20SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta1-6/+9
https://fedorahosted.org/sssd/ticket/1268
2012-03-15SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta1-26/+38
https://fedorahosted.org/sssd/ticket/1245
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-1/+2
This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
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
https://fedorahosted.org/sssd/ticket/1193
2012-02-26SSH: Continue connecting to SSH server even when SSSD is not running in ↵Jan Cholasta1-112/+85
sss_ssh_knownhostsproxy Additionally, don't drop the connection when the sss_ssh_knownhostsproxy process receives a signal. https://fedorahosted.org/sssd/ticket/1179 https://fedorahosted.org/sssd/ticket/1184
2012-02-26SSH: Refactor responder and client common codeJan Cholasta1-14/+9
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta1-0/+401