| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid more fatal/exit in the packet.c paths that ssh-keyscan |  djm | 2015-01-30 | 1 | -5/+7 |
* | avoid fatal() calls in packet code |  djm | 2015-01-28 | 1 | -2/+2 |
* | add experimental api for packet layer; ok djm@ |  markus | 2015-01-19 | 1 | -1/+13 |
* | move dispatch to struct ssh; ok djm@ |  markus | 2015-01-19 | 1 | -1/+8 |
* | update packet.c & isolate, introduce struct ssh |  markus | 2015-01-19 | 1 | -95/+133 |
* | unbreak compression, by re-init-ing the compression code in the |  markus | 2014-05-03 | 1 | -1/+2 |
* | buffer_get_string_ptr's return should be const to remind |  djm | 2014-04-28 | 1 | -2/+2 |
* | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ |  djm | 2013-07-12 | 1 | -2/+2 |
* | Add an optional second argument to RekeyLimit in the client to allow |  dtucker | 2013-05-16 | 1 | -2/+3 |
* | packet_read_poll() is not used anymore. |  markus | 2012-01-25 | 1 | -2/+1 |
* | set traffic class for IPv6 traffic as we do for IPv4 TOS; |  djm | 2011-05-06 | 1 | -2/+1 |
* | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of |  djm | 2010-11-13 | 1 | -2/+2 |
* | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and |  djm | 2010-08-31 | 1 | -1/+4 |
* | Add buffer_get_cstring() and related functions that verify that the |  djm | 2010-08-31 | 1 | -1/+2 |
* | packet_bacup_state() and packet_restore_state() will be used to |  andreas | 2009-06-27 | 1 | -1/+4 |
* | Add packet_put_int64() and packet_get_int64(), part of a larger change |  andreas | 2009-05-27 | 1 | -1/+3 |
* | Put the globals in packet.c into a struct and don't access it directly |  andreas | 2009-05-25 | 1 | -4/+8 |
* | sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ |  markus | 2008-07-10 | 1 | -3/+3 |
* | Make keepalive timeouts apply while waiting for a packet, particularly during |  dtucker | 2008-06-12 | 1 | -1/+2 |
* | avoid extra malloc/copy/free when receiving data over the net; |  markus | 2008-05-08 | 1 | -1/+2 |
* | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the |  dtucker | 2008-02-22 | 1 | -1/+2 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | move #include <termios.h> out of includes.h; ok markus@ |  stevesk | 2006-02-07 | 1 | -1/+3 |
* | add a new compression method that delays compression until the user |  markus | 2005-07-25 | 1 | -1/+3 |
* | make this -Wsign-compare clean; ok avsm@ markus@ |  djm | 2005-06-17 | 1 | -2/+2 |
* | improve some code lint did not like; djm millert ok |  deraadt | 2004-05-11 | 1 | -2/+2 |
* | int -> u_int; ok djm@, deraadt@, mouring@ |  markus | 2003-06-24 | 1 | -3/+3 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -2/+2 |
* | reapply rekeying chage, tested by henning@, ok djm@ |  markus | 2003-04-02 | 1 | -3/+6 |
* | backout rekeying changes (for 3.6.1) |  markus | 2003-04-01 | 1 | -6/+3 |
* | rekeying bugfixes and automatic rekeying: |  markus | 2003-04-01 | 1 | -3/+6 |
* | make the monitor sync the transfer ssh1 session key; |  markus | 2002-06-19 | 1 | -1/+2 |
* | export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep |  markus | 2002-03-18 | 1 | -1/+11 |
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add |  stevesk | 2002-03-04 | 1 | -2/+2 |
* | packet_read* no longer return the packet length, since it's not used. |  markus | 2001-12-28 | 1 | -6/+6 |
* | packet_get_bignum* no longer returns a size |  markus | 2001-12-28 | 1 | -3/+3 |
* | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ |  markus | 2001-12-28 | 1 | -2/+3 |
* | get rid of packet_integrity_check, use packet_done() instead. |  markus | 2001-12-27 | 1 | -11/+1 |
* | Conformance fix: we should send failing packet sequence number when |  djm | 2001-12-20 | 1 | -1/+3 |
* | change the buffer/packet interface to use void* vs. char*; ok markus@ |  stevesk | 2001-12-19 | 1 | -5/+5 |
* | pad using the padding field from the ssh2 packet instead of sending |  markus | 2001-11-07 | 1 | -2/+2 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -178/+54 |
* | prototype pedant. not very creative... |  itojun | 2001-06-26 | 1 | -13/+12 |
* | remove some lines, simplify. |  markus | 2001-05-28 | 1 | -5/+2 |
* | protocol 2 tty modes support; ok markus@ |  stevesk | 2001-04-14 | 1 | -3/+3 |
* | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message |  markus | 2001-02-28 | 1 | -1/+4 |
* | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). |  markus | 2001-02-28 | 1 | -1/+4 |
* | split out keepalive from packet_interactive (from dale@accentre.com) |  markus | 2001-01-13 | 1 | -2/+2 |
* | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' |  markus | 2000-12-19 | 1 | -11/+11 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -8/+6 |