summaryrefslogtreecommitdiff
path: root/src/sss_client/ssh
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik1-1/+1
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta4-37/+29
2012-10-29Include talloc log in our debug facilityMichal Zidek2-2/+2
2012-09-04SSH: Simplify public key formatting functionJan Cholasta1-2/+1
2012-09-04SSH: Return error code in SSH utility functionsJan Cholasta1-6/+7
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 Cholasta2-15/+8
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta1-1/+1
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 Cholasta4-6/+25
2012-03-09Fixed resource leak in ssh client codeJan Zeleny1-0/+1
2012-03-09Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny1-1/+1
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 Cholasta2-4/+18
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 Cholasta4-177/+72
2012-02-13SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta1-0/+17
2012-02-07Fix SSH compilation on RHEL5Jakub Hrozek1-1/+3
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta1-0/+401
2012-02-07SSH: OpenSSH authorized_keys clientJan Cholasta1-0/+130
2012-02-07SSH: Common client codeJan Cholasta2-0/+347