log common-session.c @ 1751:3b9b427925a0

age author description
Tue, 20 Oct 2020 23:34:38 +0800 Matt Johnston Load password and key for client fuzzer.
Mon, 15 Jun 2020 18:22:18 +0500 Vladislav Grishenko Disallow leading lines before the ident for server (#102)
Wed, 15 May 2019 21:59:45 +0800 Matt Johnston Rename EPKA -> Plugin
Wed, 15 May 2019 09:43:57 -0400 fabriziobertocci External Public-Key Authentication API (#72)
Wed, 20 Mar 2019 22:57:06 +0800 Matt Johnston Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 mode
Tue, 06 Mar 2018 21:51:51 +0800 Matt Johnston workaround memory sanitizer FD_ZERO false positives
Sun, 04 Mar 2018 14:57:18 +0800 Matt Johnston get rid of unused packet_type in encrypted write queue
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Mon, 26 Feb 2018 22:44:48 +0800 Matt Johnston merge from main fuzz
Tue, 20 Feb 2018 16:13:42 +0100 François Perrad use a full prototype (#56)
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Wed, 14 Feb 2018 23:06:01 +0800 Matt Johnston make signal flags volatile, simplify handling
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Sat, 20 May 2017 13:23:16 +0800 Matt Johnston closer to working fuzz
Thu, 21 Jul 2016 23:38:42 +0800 Matt Johnston merge 2016.74
Fri, 29 Apr 2016 23:04:10 +0800 Matt Johnston Avoid busy loop while waiting for rekey response
Mon, 11 Jul 2016 21:51:25 +0800 Matt Johnston better TRACE of failed remote ident
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 29 Apr 2016 23:04:10 +0800 Matt Johnston Avoid busy loop while waiting for rekey response
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Fri, 27 Nov 2015 21:26:43 +0800 Matt Johnston Fix ses.channel_signal_pending race
Tue, 29 Sep 2015 21:53:27 +0800 Matt Johnston make sure that the test for queued packets to write occurs after
Fri, 07 Aug 2015 21:02:49 +0800 Matt Johnston only update keepalive timeout post-auth (when keepalives are sent)
Mon, 03 Aug 2015 23:05:43 +0800 Matt Johnston set timeouts to time remaining rather than timeout duration
Mon, 03 Aug 2015 21:59:40 +0800 Matt Johnston Fix problem where auth timeout wasn't checked when waiting for ident
Thu, 04 Jun 2015 23:24:08 +0800 Matt Johnston merge
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Thu, 04 Jun 2015 22:25:28 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]