summaryrefslogtreecommitdiffstats
path: root/src/init.c
Commit message (Collapse)AuthorAgeFilesLines
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-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_finalizeAris Adamantiadis2011-04-141-1/+5
|
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-3/+0
|
* Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2010-10-121-1/+0
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+94