Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSH: Canonicalize host name and do reverse DNS lookup | Jan Cholasta | 2012-03-16 | 3 | -67/+38 |
* | Use the correct hash table for pending requests | Simo Sorce | 2012-03-09 | 1 | -1/+1 |
* | SSH: Replace blocking getaddrinfo call in the responder with asynchronous res... | Jan Cholasta | 2012-02-27 | 3 | -26/+56 |
* | SSH: Use fchmod instead of chmod on known_hosts file | Jan Cholasta | 2012-02-27 | 1 | -8/+4 |
* | SSH: Add more debugging messages | Jan Cholasta | 2012-02-27 | 1 | -0/+8 |
* | SSH: Don't abort known_hosts update when host search fails | Jan Cholasta | 2012-02-27 | 1 | -1/+1 |
* | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 2012-02-27 | 2 | -0/+134 |
* | SSH: Save SSH host name aliases | Jan Cholasta | 2012-02-27 | 2 | -1/+26 |
* | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 2012-02-13 | 1 | -0/+4 |
* | Fix SSH compilation on RHEL5 | Jakub Hrozek | 2012-02-07 | 1 | -0/+3 |
* | SSH: Responder | Jan Cholasta | 2012-02-07 | 3 | -0/+872 |