Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-07 | 1 | -5/+5 |
* | 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 |
* | Improve ssh_print_bignum(). | Andreas Schneider | 2009-04-16 | 1 | -8/+8 |
* | Improve ssh_crypto_finalize(). | Andreas Schneider | 2009-04-16 | 1 | -7/+9 |
* | Add error checks to ssh_crypto_init(). | Andreas Schneider | 2009-04-16 | 1 | -18/+38 |
* | Revert commit 491. | Andreas Schneider | 2009-04-16 | 1 | -54/+35 |
* | Make dh crypto functions thread safe. | Andreas Schneider | 2009-04-16 | 1 | -35/+54 |
* | Add return value and error checking for hash buffer cookie functions. | Andreas Schneider | 2009-04-07 | 1 | -11/+41 |
* | Add return value and error checks to make_sessionid(). | Andreas Schneider | 2009-04-07 | 1 | -75/+137 |
* | Use const where it should be used. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
* | Fix a build warning. | Andreas Schneider | 2009-04-05 | 1 | -1/+1 |
* | Add error checking of strdup. | Andreas Schneider | 2009-04-02 | 1 | -0/+3 |
* | Improve the ssh_get_pubkey_hash() function. | Andreas Schneider | 2009-04-02 | 1 | -18/+44 |
* | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+19 |
* | Create a ssh_get_hexa function. | Andreas Schneider | 2009-03-30 | 1 | -10/+47 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -35/+41 |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-12 | 1 | -4/+10 |
* | Fix compiler warning about unused variable. | Andreas Schneider | 2009-03-11 | 1 | -9/+15 |
* | Remove deprecated pubkey_get_hash function. | Andreas Schneider | 2009-02-02 | 1 | -6/+0 |
* | Fix compiler warnings. | Andreas Schneider | 2009-02-02 | 1 | -3/+3 |
* | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 1 | -1/+1 |
* | gcrypt + SSH1 bug resolved | Aris Adamantiadis | 2008-06-17 | 1 | -9/+6 |
* | big changes : | Aris Adamantiadis | 2008-06-12 | 1 | -3/+15 |
* | some changes so it compiles better under windows | Aris Adamantiadis | 2008-05-22 | 1 | -0/+2 |
* | fixed the netdb problem ? | Aris Adamantiadis | 2008-03-12 | 1 | -1/+0 |
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -2/+2 |
* | fixed a load of ssh_set_error(NULL,...) | Aris Adamantiadis | 2008-03-04 | 1 | -4/+4 |