aboutsummaryrefslogtreecommitdiff
path: root/libssh/wrapper.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Fix the free calls and use the safe free macro.Andreas Schneider1-6/+6
2009-09-03Add missing NULL pointer checks to crypt_set_algorithms_server.Andreas Schneider1-4/+5
2009-07-30Fix build with MSVC.Andreas Schneider1-80/+85
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+2
2009-04-17Fix openSSL support.Andreas Schneider1-12/+18
2009-04-17Fix build with openssl.Andreas Schneider1-15/+29
2009-04-17Reformat some of the code.Andreas Schneider1-69/+87
2009-04-17Make the cipher table more readable.Andreas Schneider1-23/+155
2009-04-17Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider1-137/+239
2009-04-17Reformat HMAC functions.Andreas Schneider1-46/+57
2009-04-17Reformat MD5 functions.Andreas Schneider1-23/+29
2009-04-17Cleanup SHA1 functions.Andreas Schneider1-14/+20
2009-04-17Improve sha1_init().Andreas Schneider1-11/+13
2009-04-04Improve crypto free functions.Andreas Schneider1-33/+31
2009-04-03Add NULL checks to crypto free functions.Andreas Schneider1-0/+7
2009-04-01Use memset cause something is wrong with the macro.Andreas Schneider1-1/+1
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-36/+122
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-24/+32
2009-03-08Fix build warnings.Andreas Schneider1-2/+2
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider1-8/+13
2008-11-23commited path 003 and 004 from Andreas SchneiderAris Adamantiadis1-1/+1
2008-06-30fix bug 0000015 about memory leak in server pathAris Adamantiadis1-1/+20
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-6/+6
2008-03-06Merged Keisial bugfix (crash when available protocols mismatch)Aris Adamantiadis1-12/+21
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis1-1/+1
2006-03-01keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester1-12/+12
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis1-1/+1
2005-10-26resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis1-1/+1
2005-10-26Phillip Vandry has seen another bug into r42 :Aris Adamantiadis1-1/+1
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-19/+199
2005-08-07server kex done :)Aris Adamantiadis1-1/+58
2005-07-05first importAris Adamantiadis1-0/+329