summaryrefslogtreecommitdiffstats
path: root/src/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis2013-07-131-3/+10
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* 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
| | | | Found by Coverity.
* 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
| | | | Fixes sparse warnings.
* 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
| | | | This fixes bug #50.
* 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