summaryrefslogtreecommitdiffstats
path: root/libssh/packet.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-529/+0
* Continue removing old flushing codeAris Adamantiadis2010-07-231-15/+3
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-3/+1
* Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis2010-07-181-2/+34
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-13/+13
* Fix warnings found with clang analyzerAris Adamantiadis2010-04-281-2/+1
* packet: Fixed linking if we build without server support.Andreas Schneider2010-04-201-0/+4
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
* Few function name changesAris Adamantiadis2010-01-241-4/+4
* Made ssh_packet_read asynchronousAris Adamantiadis2010-01-241-1/+3
* Beginning of async solution for SSH1Aris Adamantiadis2010-01-241-0/+6
* Move SSH-1 specific packet functions in packet1.cAris Adamantiadis2010-01-231-324/+0
* SSH-1 cleanup and compileAris Adamantiadis2010-01-101-8/+6
* Cosmetics for packet numberingAris Adamantiadis2010-01-081-44/+49
* Oops, forgot the callback for server DHAris Adamantiadis2010-01-081-1/+1
* No more packet_read2() !Aris Adamantiadis2010-01-081-197/+4
* ssh_packet_userauth_request with new systemAris Adamantiadis2010-01-081-1/+1
* Converted message handlers to new systemAris Adamantiadis2010-01-071-2/+2
* Removed packet_wait for SSH2Aris Adamantiadis2010-01-061-21/+1
* Add support for async global requestsAris Adamantiadis2010-01-061-2/+2
* Some work for async channel requestsAris Adamantiadis2010-01-031-2/+2
* Made channel_open_session partially asynchronousAris Adamantiadis2009-12-271-2/+2
* Asynchronous authentication works !Aris Adamantiadis2009-12-261-3/+4
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-261-1/+2
* Fix tricky bug within packet decodingAris Adamantiadis2009-12-261-0/+1
* Asynchronous service requestAris Adamantiadis2009-12-261-1/+1
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-1/+1
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-73/+7
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-131-3/+11
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-3/+4
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-1/+3
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-5/+5
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-1/+1
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-2/+2
* Squashed commit of the following:Aris Adamantiadis2009-11-271-28/+288
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
* Improved pcap dumping supportAris Adamantiadis2009-11-161-1/+16
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-13/+13
* Limit the size of acceptable compressed packetsAris Adamantiadis2009-09-161-1/+1
* Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis2009-08-291-3/+3
* Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.cAris Adamantiadis2009-08-291-8/+8
* Add forward listening featureVic Lee2009-08-161-0/+1
* Fix build with MSVC.Andreas Schneider2009-07-301-2/+1
* Fix SSH1 compilation.Andreas Schneider2009-07-271-10/+10
* Fix SSH1 and stdint in SSH1 code.Andreas Schneider2009-07-271-11/+11
* Switch completly to stdint types.Andreas Schneider2009-07-251-24/+24
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-1/+1