summaryrefslogtreecommitdiffstats
path: root/libssh/kex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible memory corruption (#14)milo2009-08-071-2/+2
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+2
* space_tokenize should be rewritten.Andreas Schneider2009-04-171-0/+1
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-3/+3
* Fix return value.Andreas Schneider2009-04-081-1/+1
* Improve SSHv1 key exchange functions.Andreas Schneider2009-04-081-162/+250
* Add error checking for make_rsa1_string().Andreas Schneider2009-04-071-11/+28
* Add return value and error checks to ssh_send_kex().Andreas Schneider2009-04-071-20/+53
* Add more error checks to ssh_get_kex().Andreas Schneider2009-04-071-47/+73
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-3/+10
* Fix build warnings in key exchange functions.Andreas Schneider2009-04-051-11/+42
* Add error checking for strdup.Andreas Schneider2009-04-021-2/+7
* Add memory error checks for crypto wrapper functions.Andreas Schneider2009-04-011-1/+9
* Fix build warning.Andreas Schneider2009-04-011-1/+2
* Add memory error checking to key exchange functions.Andreas Schneider2009-04-011-12/+57
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+23
* Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider2009-03-281-1/+3
* Fix build warnings.Andreas Schneider2009-03-141-3/+6
* Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider2009-03-121-12/+14
* Fix several build warnings.Andreas Schneider2009-02-021-1/+1
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-8/+10
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-171-0/+1
* Big changes :Aris Adamantiadis2008-06-161-10/+9
* big changes :Aris Adamantiadis2008-06-121-5/+23
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis2008-03-041-5/+5
* Added support for known_hosts format version 1Jean-Philippe Garcia Ballester2005-11-251-4/+11
* added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis2005-10-251-3/+16
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-3/+10
* ssh-1 small modulus server keys patchAris Adamantiadis2005-09-201-6/+29
* some debugging things in ssh1 key exchangeAris Adamantiadis2005-08-201-2/+2
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-191-0/+6
* server kex done :)Aris Adamantiadis2005-08-071-9/+9
* first importAris Adamantiadis2005-07-051-0/+439