summaryrefslogtreecommitdiffstats
path: root/src/packet1.c
Commit message (Expand)AuthorAgeFilesLines
* buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio2015-10-121-8/+8
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-1/+1
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-121-4/+4
* cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio2015-10-121-4/+4
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-121-11/+11
* log: Fix log levels.Gangadhar Sandrani2014-04-221-1/+1
* packet: Do not decrypt zero length rest of bufferAlan Dunn2014-02-061-6/+13
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-1/+1
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-2/+2
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-7/+3
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-10/+10
* src: Add fall trough comments.Andreas Schneider2013-06-181-0/+1
* packet1: Don't free an invalid address.Andreas Schneider2013-06-171-1/+0
* packet: Make default_packet_handlers static.Andreas Schneider2012-02-191-1/+1
* build: Fix zlib support.Andreas Schneider2011-09-231-2/+2
* build: Fix SSHv1 build.Andreas Schneider2011-09-221-1/+5
* priv: Create crc32.h.Andreas Schneider2011-09-181-0/+1
* SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2011-09-141-1/+1
* packet1: Fixed dead assignments.Andreas Schneider2010-12-211-3/+1
* build: Fixed build warning on FreeBSD.Andreas Schneider2010-12-201-0/+5
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+362