Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-07 | SSH: Use separate field for domain name in client requests | Jan Cholasta | 1 | -14/+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-29 | Include talloc log in our debug facility | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1495 | |||||
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-04-24 | SSH: Add support for hashed known_hosts | Jan Cholasta | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1203 | |||||
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 1 | -4/+5 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-03-09 | Fixed uninitialized pointer in SSH authorized keys client | Jan Zeleny | 1 | -1/+1 | |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 1 | -0/+4 | |
2012-02-26 | SSH: Refactor responder and client common code | Jan Cholasta | 1 | -14/+9 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -0/+130 | |