log packet.c @ 1467:7279a633cc50

age author description
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Sun, 11 Jun 2017 21:39:40 +0800 Matt Johnston fix checkmac always failing pre-kex fuzz
Sat, 20 May 2017 13:23:16 +0800 Matt Johnston closer to working fuzz
Sat, 13 May 2017 22:50:54 +0800 Matt Johnston fuzz harness fuzz
Fri, 12 May 2017 23:14:54 +0800 Matt Johnston copy over some fuzzing code from AFL branch fuzz
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Thu, 31 Dec 2015 15:59:01 +0100 Francois Perrad refactor indentation with hard tab
Sat, 02 May 2015 22:47:25 +0800 Matt Johnston Fix no-writev fallback
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
Fri, 20 Mar 2015 22:53:32 +0800 Matt Johnston avoid malloc for iovec
Sun, 01 Mar 2015 21:16:09 +0800 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Thu, 19 Feb 2015 00:32:00 +0800 Matt Johnston In theory TFO should work. Needs platform cleanup and testing fastopen
Wed, 18 Feb 2015 23:02:49 +0800 Matt Johnston generalise write iovec handling fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Wed, 18 Feb 2015 00:05:27 +0800 Matt Johnston work in progress for async connect fastopen
Fri, 23 Jan 2015 22:21:06 +0800 Fedor Brunner Integrity error (bad packet size %u) negative length
Wed, 06 Aug 2014 21:55:43 +0800 Matt Johnston Test for EAGAIN too
Wed, 09 Jul 2014 00:15:20 +0800 Matt Johnston Make -K keepalive behave like OpenSSH's ServerAliveInterval
Tue, 20 May 2014 21:21:02 +0800 Matt Johnston Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
Tue, 20 May 2014 21:18:48 +0800 Ronny Meeus Limit size of the iovect passed to writev in packet.c
Tue, 20 May 2014 20:56:59 +0800 Ronny Meeus Print errno information in write_packet
Thu, 13 Mar 2014 23:50:09 +0800 Matt Johnston Add new monotonic_now() wrapper so that timeouts are unaffected by
Thu, 13 Mar 2014 16:28:16 +0800 Yousong Zhou Use AUTH_TIMEOUT only before authdone != 1.
Sat, 22 Feb 2014 18:02:09 +0800 Matt Johnston A few fixes for cases where compression increases payload sizes, and
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Thu, 03 Oct 2013 22:25:30 +0800 Matt Johnston Constant time memcmp for the hmac and password crypt