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