aboutsummaryrefslogtreecommitdiff
path: root/src/init.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-01init: Some initialization fixes.Oliver Stöneberg1-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)
2011-04-14Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalizeAris Adamantiadis1-1/+5
2011-02-12connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider1-3/+0
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis1-1/+0
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+94