Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -1049/+0 |
* | Fix initialization of threading | Aris Adamantiadis | 2010-09-01 | 1 | -2/+1 |
* | Openssl implementation of threading + default imp | Aris Adamantiadis | 2010-09-01 | 1 | -0/+2 |
* | Begin of a solution for threading | Aris Adamantiadis | 2010-08-30 | 1 | -9/+0 |
* | Added "fix" for libgcrypt threading, ... | Aris Adamantiadis | 2010-08-30 | 1 | -0/+7 |
* | Fixes bug #99 | Aris Adamantiadis | 2010-08-28 | 1 | -1/+4 |
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -33/+33 |
* | Fix warnings found with clang analyzer | Aris Adamantiadis | 2010-04-28 | 1 | -1/+1 |
* | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -3/+3 |
* | Fixed documentation of dh functions. | Andreas Schneider | 2010-04-04 | 1 | -7/+13 |
* | Fixed typos from a* to error.c | Aris Adamantiadis | 2010-01-06 | 1 | -3/+3 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -4/+3 |
* | Fixed doxygen compilation warnings | Aris Adamantiadis | 2009-09-26 | 1 | -2/+0 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+2 |
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -6/+0 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -2/+5 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -18/+18 |
* | fix ssh_finalize which didn't clear the flag | Aris Adamantiadis | 2009-08-13 | 1 | -0/+1 |
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -5/+5 |
* | Public key authentication server side | milo | 2009-07-27 | 1 | -4/+5 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 |
* | Add ssh_clean_pubkey_hash() which is needed on Windows. | Andreas Schneider | 2009-07-25 | 1 | -0/+16 |
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -2/+2 |
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -3/+3 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -16/+16 |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+1 |
* | Change back to a initialized variable and document ssh_finalize(). | Andreas Schneider | 2009-04-18 | 1 | -9/+5 |
* | Use a reference counter for the crypto functions. | Andreas Schneider | 2009-04-18 | 1 | -5/+9 |
* | Revert commit 530. | Andreas Schneider | 2009-04-17 | 1 | -9/+5 |
* | Don't leak memory in error path. | Andreas Schneider | 2009-04-17 | 1 | -5/+9 |
* | Don't leak memory in error path. | Andreas Schneider | 2009-04-17 | 1 | -0/+1 |
* | Don't shadow a global variable. | Andreas Schneider | 2009-04-17 | 1 | -6/+6 |
* | Fix build warning. | Andreas Schneider | 2009-04-16 | 1 | -1/+1 |
* | Reformat signature_verify() and fix match check. | Andreas Schneider | 2009-04-16 | 1 | -36/+44 |
* | Add more error checks to sig_verify(). | Andreas Schneider | 2009-04-16 | 1 | -54/+84 |
* | Add a better match() function. | Andreas Schneider | 2009-04-16 | 1 | -24/+21 |
* | Add return values to generate_session_keys() and generate_one_key(). | Andreas Schneider | 2009-04-16 | 1 | -64/+119 |
* | Free bignum_ctx in error path. | Andreas Schneider | 2009-04-16 | 1 | -0/+6 |
* | Add return value to dh_build_k(). | Andreas Schneider | 2009-04-16 | 1 | -17/+37 |
* | Improve dh_import() functions. | Andreas Schneider | 2009-04-16 | 1 | -5/+17 |
* | Reformat some functions. | Andreas Schneider | 2009-04-16 | 1 | -7/+7 |
* | Reformat make_string_bn(). | Andreas Schneider | 2009-04-16 | 1 | -7/+10 |
* | Add memory error check to make_bignum_string(). | Andreas Schneider | 2009-04-16 | 1 | -16/+27 |
* | Add return value to dh_generate_f(). | Andreas Schneider | 2009-04-16 | 1 | -7/+19 |
* | Add return value to dh_generate_e(). | Andreas Schneider | 2009-04-16 | 1 | -7/+19 |
* | Add return value to dh_generate_y(). | Andreas Schneider | 2009-04-16 | 1 | -6/+14 |
* | Add return value to dh_generate_x(). | Andreas Schneider | 2009-04-16 | 1 | -6/+14 |