Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: Some initialization fixes. | Oliver Stöneberg | 2011-05-01 | 1 | -9/+0 |
| | | | | | | | | - Check result of ssh_init() in privatekey_from_base64() - Moved code from ssh_finalize() to appropriate subroutines - Only initialize sockets once (caused mismatch of WSAStartup() and WSACleanup() calls and potential usage of bsd_poll when win_poll should be used) | ||||
* | Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalize | Aris Adamantiadis | 2011-04-14 | 1 | -1/+5 |
| | |||||
* | connect: Use ssh_is_ipaddr instead of regex. | Andreas Schneider | 2011-02-12 | 1 | -3/+0 |
| | |||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 1 | -1/+0 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+94 |