aboutsummaryrefslogtreecommitdiff
path: root/src/kex1.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Remove extra newlines from log/error messagesPino Toscano1-1/+1
2016-01-19buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano FidĂȘncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano FidĂȘncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-16/+16
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-3/+3
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-12/+10
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-9/+9
2013-06-19kex1: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2013-06-17kex1: Fix null check of hostkey.Andreas Schneider1-1/+1
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov1-4/+9
2011-09-22build: Fix SSHv1 build.Andreas Schneider1-0/+1
2011-09-18kex: moved KEX structures to ssh_crypto_structAris Adamantiadis1-3/+3
2011-09-17session: Use defines for ssh_handle_packets().Andreas Schneider1-2/+2
2011-09-14SSH1: fix kex bugs introduced in refactoringAris Adamantiadis1-1/+28
2011-09-11kex: Fix includes.Andreas Schneider1-0/+4
2011-09-10kex: Split out SSHv1 functions to kex1.c.Andreas Schneider1-0/+459