summaryrefslogtreecommitdiffstats
path: root/src/sss_client/ssh
Commit message (Expand)AuthorAgeFilesLines
* SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are m...Jan Cholasta2012-05-311-36/+49
* SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta2012-05-312-15/+8
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-1/+1
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-2/+2
* SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta2012-03-201-6/+9
* SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta2012-03-151-26/+38
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-154-6/+25
* Fixed resource leak in ssh client codeJan Zeleny2012-03-091-0/+1
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-03-091-1/+1
* Fixed uninitialized pointer in SSH known host proxyJan Zeleny2012-03-091-1/+1
* SSH: Remove unused --file option of sss_ssh_knownhostsproxyJan Cholasta2012-02-271-5/+0
* SSH: Add more debugging messagesJan Cholasta2012-02-272-4/+18
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-261-78/+2
* SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta2012-02-261-112/+85
* SSH: Refactor responder and client common codeJan Cholasta2012-02-264-177/+72
* SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2012-02-131-0/+17
* Fix SSH compilation on RHEL5Jakub Hrozek2012-02-071-1/+3
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-071-0/+401
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-071-0/+130
* SSH: Common client codeJan Cholasta2012-02-072-0/+347