Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-04 | SSH: Simplify public key formatting function | Jan Cholasta | 1 | -2/+1 | |
2012-09-04 | SSH: Return error code in SSH utility functions | Jan Cholasta | 1 | -6/+7 | |
2012-05-31 | SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are ↵ | Jan Cholasta | 1 | -36/+49 | |
missing https://fedorahosted.org/sssd/ticket/1356 | |||||
2012-05-31 | SSH: Supress error message output in sss_ssh_knownhostsproxy | Jan Cholasta | 2 | -15/+8 | |
2012-04-24 | SSH: Add support for hashed known_hosts | Jan Cholasta | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1203 | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-03-20 | SSH: Fix infinite loop in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -6/+9 | |
https://fedorahosted.org/sssd/ticket/1268 | |||||
2012-03-15 | SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -26/+38 | |
https://fedorahosted.org/sssd/ticket/1245 | |||||
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 4 | -6/+25 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-03-09 | Fixed resource leak in ssh client code | Jan Zeleny | 1 | -0/+1 | |
2012-03-09 | Fixed uninitialized pointer in SSH authorized keys client | Jan Zeleny | 1 | -1/+1 | |
2012-03-09 | Fixed uninitialized pointer in SSH known host proxy | Jan Zeleny | 1 | -1/+1 | |
2012-02-27 | SSH: Remove unused --file option of sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -5/+0 | |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 2 | -4/+18 | |
2012-02-26 | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 1 | -78/+2 | |
https://fedorahosted.org/sssd/ticket/1193 | |||||
2012-02-26 | SSH: Continue connecting to SSH server even when SSSD is not running in ↵ | Jan Cholasta | 1 | -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-26 | SSH: Refactor responder and client common code | Jan Cholasta | 4 | -177/+72 | |
2012-02-13 | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 1 | -0/+17 | |
Also added a comment describing the wire format of client requests and responses. https://fedorahosted.org/sssd/ticket/1177 | |||||
2012-02-07 | Fix SSH compilation on RHEL5 | Jakub Hrozek | 1 | -1/+3 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 1 | -0/+401 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -0/+130 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 2 | -0/+347 | |