aboutsummaryrefslogtreecommitdiff
path: root/src/init.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-09init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki1-0/+19
2020-04-09init: Clarify the need to call ssh_{init, finalize}()Anderson Toshiyuki Sasaki1-7/+18
2019-12-10init: Fix documentation about return values of void functionsJakub Jelen1-3/+0
2018-11-21libcrypto: detect non matching headers/shared libAris Adamantiadis1-2/+2
2018-10-09init: Only add DllMain if we create a shared libraryAndreas Schneider1-2/+2
2018-08-16init: Fix DllMainAndreas Schneider1-9/+17
2018-08-13init: Add a library constructor and destructor for VCAndreas Schneider1-0/+23
2018-08-13init: ignore init counter if destructor calls finalizeAnderson Toshiyuki Sasaki1-24/+16
2018-08-13init: Only use constructor attribute if availableAndreas Schneider1-0/+9
2018-08-03tests: Add test for RSA PKI running on threadsAnderson Toshiyuki Sasaki1-2/+3
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki1-30/+152
2018-07-05crypto: Split init and finalize functionsAris Adamantiadis1-14/+32
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2011-05-01init: Some initialization fixes.Oliver Stöneberg1-9/+0
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