aboutsummaryrefslogtreecommitdiff
path: root/libssh/kex.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-26More include file splittingAris Adamantiadis1-0/+2
2009-09-26Removed obsolete optionsAris Adamantiadis1-5/+1
2009-09-26More include file movingsAris Adamantiadis1-0/+2
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+2
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-3/+6
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-6/+6
2009-08-06Fix possible memory corruption (#14)milo1-2/+2
2009-07-25Switch completly to stdint types.Andreas Schneider1-8/+8
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-1/+1
2009-07-24Changed all PUBLIC_KEY * to ssh_public_keyAris Adamantiadis1-5/+5
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-1/+1
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-17/+17
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+2
2009-04-17space_tokenize should be rewritten.Andreas Schneider1-0/+1
2009-04-14Use consistend return values for packet_wait() functions.Andreas Schneider1-3/+3
2009-04-08Fix return value.Andreas Schneider1-1/+1
2009-04-08Improve SSHv1 key exchange functions.Andreas Schneider1-162/+250
2009-04-07Add error checking for make_rsa1_string().Andreas Schneider1-11/+28
2009-04-07Add return value and error checks to ssh_send_kex().Andreas Schneider1-20/+53
2009-04-07Add more error checks to ssh_get_kex().Andreas Schneider1-47/+73
2009-04-07Add return value and error checking for hash buffer cookie functions.Andreas Schneider1-3/+10
2009-04-05Fix build warnings in key exchange functions.Andreas Schneider1-11/+42
2009-04-02Add error checking for strdup.Andreas Schneider1-2/+7
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-1/+9
2009-04-01Fix build warning.Andreas Schneider1-1/+2
2009-04-01Add memory error checking to key exchange functions.Andreas Schneider1-12/+57
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-19/+23
2009-03-28Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider1-1/+3
2009-03-14Fix build warnings.Andreas Schneider1-3/+6
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider1-12/+14
2009-02-02Fix several build warnings.Andreas Schneider1-1/+1
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis1-8/+10
2008-06-17gcrypt + SSH1 bug resolvedAris Adamantiadis1-0/+1
2008-06-16Big changes :Aris Adamantiadis1-10/+9
2008-06-12big changes :Aris Adamantiadis1-5/+23
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis1-5/+5
2005-11-25Added support for known_hosts format version 1Jean-Philippe Garcia Ballester1-4/+11
2005-10-25added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis1-3/+16
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-3/+10
2005-09-20ssh-1 small modulus server keys patchAris Adamantiadis1-6/+29
2005-08-20some debugging things in ssh1 key exchangeAris Adamantiadis1-2/+2
2005-08-19stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis1-0/+6
2005-08-07server kex done :)Aris Adamantiadis1-9/+9
2005-07-05first importAris Adamantiadis1-0/+439