summaryrefslogtreecommitdiffstats
path: root/src/packet.c
Commit message (Expand)AuthorAgeFilesLines
* packet: Check return value of ssh_buffer_unpack().Andreas Schneider2014-08-151-7/+16
* buffers: adapt packet.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-13/+12
* Add logic to support SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-7/+12
* log: Fix log levels.Gangadhar Sandrani2014-04-221-1/+1
* packet: Fix function name.Andreas Schneider2014-03-271-1/+1
* packet: elide two buffer_prepend calls into oneJon Simons2014-03-271-8/+9
* Add session/channel byte/packet countersAudrius Butkevicius2014-02-121-0/+8
* packet: Improve readablity of packet decrypt.Andreas Schneider2014-02-061-6/+7
* packet: Do not decrypt zero length rest of bufferAlan Dunn2014-02-061-7/+12
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-4/+4
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-2/+2
* update copyright informationAris Adamantiadis2014-01-071-1/+1
* packet: Remove logically dead code.Andreas Schneider2013-11-271-3/+1
* packet: Remove dead code.Andreas Schneider2013-11-141-6/+0
* packet: Set the packet to the processed data position.Andreas Schneider2013-11-141-1/+1
* packet: Refactor ssh_packet_socket_callback().Andreas Schneider2013-11-091-156/+201
* gassapi: Fix check if it is enabled.Andreas Schneider2013-07-221-1/+1
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-21/+9
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-9/+10
* server: Fix compilation without WITH_SERVERAris Adamantiadis2013-07-141-3/+11
* cmake: Make GSSAPI optional.Andreas Schneider2013-07-131-0/+4
* auth: implement client-side gssapiAris Adamantiadis2013-07-131-0/+1
* auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis2013-07-131-3/+10
* src: Add fall trough comments.Andreas Schneider2013-06-181-0/+1
* packet: Fix a possible segfault.Andreas Schneider2013-06-171-7/+6
* packet: Check return values of buffer functions.Andreas Schneider2012-10-091-2/+8
* packet: Fix a possible segfault.Andreas Schneider2012-10-051-3/+7
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
* packet: Make default_packet_handlers static.Andreas Schneider2012-02-191-1/+1
* packet: Use a define for the macsize.Andreas Schneider2011-11-091-5/+4
* packet: cleaner logs with less redundant infoAris Adamantiadis2011-10-031-29/+14
* build: Fix zlib support.Andreas Schneider2011-09-231-4/+4
* gzip: Fix zlib support.Andreas Schneider2011-09-181-2/+2
* packet: Don't (de)compress empty buffers.Andreas Schneider2011-06-111-2/+6
* packet: Abort session on fatal errors on packetsAris Adamantiadis2011-06-091-1/+3
* Added the keyboard-interactive authentication methodmilo2011-02-101-1/+1
* TODO server: Fixed server support.Andreas Schneider2010-12-181-0/+4
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-9/+9
* Handle global requests and reverse forwardingmilo2010-10-021-1/+1
* First step getting rid of ssh_buffer_get_beginAris Adamantiadis2010-10-011-2/+2
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-3/+0
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+529