aboutsummaryrefslogtreecommitdiff
path: root/src/packet.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15packet: Check return value of ssh_buffer_unpack().Andreas Schneider1-7/+16
2014-08-06buffers: adapt packet.c to ssh_buffer_(un)pack()Aris Adamantiadis1-13/+12
2014-04-22Add logic to support SHA2 HMAC algorithmsDirkjan Bussink1-7/+12
2014-04-22log: Fix log levels.Gangadhar Sandrani1-1/+1
2014-03-27packet: Fix function name.Andreas Schneider1-1/+1
2014-03-27packet: elide two buffer_prepend calls into oneJon Simons1-8/+9
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius1-0/+8
2014-02-06packet: Improve readablity of packet decrypt.Andreas Schneider1-6/+7
2014-02-06packet: Do not decrypt zero length rest of bufferAlan Dunn1-7/+12
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-4/+4
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-2/+2
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-11-27packet: Remove logically dead code.Andreas Schneider1-3/+1
2013-11-14packet: Remove dead code.Andreas Schneider1-6/+0
2013-11-14packet: Set the packet to the processed data position.Andreas Schneider1-1/+1
2013-11-09packet: Refactor ssh_packet_socket_callback().Andreas Schneider1-156/+201
2013-07-22gassapi: Fix check if it is enabled.Andreas Schneider1-1/+1
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-21/+9
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-9/+10
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis1-3/+11
2013-07-13cmake: Make GSSAPI optional.Andreas Schneider1-0/+4
2013-07-13auth: implement client-side gssapiAris Adamantiadis1-0/+1
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-3/+10
2013-06-18src: Add fall trough comments.Andreas Schneider1-0/+1
2013-06-17packet: Fix a possible segfault.Andreas Schneider1-7/+6
2012-10-09packet: Check return values of buffer functions.Andreas Schneider1-2/+8
2012-10-05packet: Fix a possible segfault.Andreas Schneider1-3/+7
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider1-0/+1
2012-02-19packet: Make default_packet_handlers static.Andreas Schneider1-1/+1
2011-11-09packet: Use a define for the macsize.Andreas Schneider1-5/+4
2011-10-03packet: cleaner logs with less redundant infoAris Adamantiadis1-29/+14
2011-09-23build: Fix zlib support.Andreas Schneider1-4/+4
2011-09-18gzip: Fix zlib support.Andreas Schneider1-2/+2
2011-06-11packet: Don't (de)compress empty buffers.Andreas Schneider1-2/+6
2011-06-09packet: Abort session on fatal errors on packetsAris Adamantiadis1-1/+3
2011-02-10Added the keyboard-interactive authentication methodmilo1-1/+1
2010-12-18TODO server: Fixed server support.Andreas Schneider1-0/+4
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-9/+9
2010-10-02Handle global requests and reverse forwardingmilo1-1/+1
2010-10-01First step getting rid of ssh_buffer_get_beginAris Adamantiadis1-2/+2
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-3/+0
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+529