log cli-session.c @ 1859:1d86a58fb52d

age author description
Thu, 27 Jan 2022 14:34:10 +0800 Matt Johnston Leave non-interactive at default QoS class
Mon, 11 Oct 2021 15:46:49 +0800 Matt Johnston Merge
Mon, 11 Oct 2021 15:12:22 +0800 Matt Johnston Add a comment about sending initial auth request
Thu, 19 Aug 2021 17:37:14 +0200 Manfred Kaiser added option to disable trivial auth methods (#128)
Thu, 10 Dec 2020 23:18:48 +0800 Matt Johnston Use buf_eatstring instead
Thu, 10 Dec 2020 16:13:13 +0100 Dirkjan Bussink Fix handling of replies to global requests (#112)
Sun, 18 Oct 2020 15:08:54 +0800 Matt Johnston Add fuzzer-client_nomaths, fix client fuzzer fuzz
Sun, 18 Oct 2020 12:17:39 +0800 Matt Johnston Get client fuzzer building and starting (fails straight away) fuzz
Tue, 26 May 2020 20:15:00 +0800 Matt Johnston fix typo
Tue, 19 May 2020 00:31:41 +0800 Matt Johnston ext-info handling for server-sig-algs
Wed, 14 Nov 2018 22:57:56 +0800 Matt Johnston Split ChanType closehandler() and cleanup() so that dbclient doesn't
Mon, 26 Feb 2018 14:31:15 +0100 François Perrad more linting (#58)
Wed, 14 Feb 2018 23:06:01 +0800 Matt Johnston make signal flags volatile, simplify handling
Fri, 09 Feb 2018 23:58:13 +0800 Matt Johnston missed saving a file removing none cipher
Fri, 02 Jun 2017 18:14:31 +0200 Francois Perrad when pointer, use NULL instead of 0
Tue, 24 May 2016 17:34:10 -0500 Ben Gardner Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULL
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Wed, 16 Mar 2016 22:53:27 +0800 Matt Johnston merge
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Tue, 15 Mar 2016 23:03:43 +0800 Matt Johnston ignore return value from fcntl()
Tue, 01 Dec 2015 21:55:34 +0300 Konstantin Tokarev Support syslog logging in dbclient.
Thu, 03 Dec 2015 16:22:29 +0300 Konstantin Tokarev Client: kill proxy command when exiting application.
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 16:08:08 +0200 Gaël PORTAY Turn cleantext()'s dirtytext argument into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Sun, 03 May 2015 00:00:35 +0800 Matt Johnston Make sure kexfirstinitialise is called early enough
Mon, 16 Mar 2015 22:10:30 +0800 Matt Johnston Fix merge again. ses.loop_handler is required for PAM pam
Mon, 16 Mar 2015 21:34:05 +0800 Matt Johnston merge pam branch up to date pam
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Tue, 24 Feb 2015 22:36:20 +0800 Matt Johnston Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Fri, 20 Feb 2015 22:13:53 +0800 Matt Johnston Update priority once the socket is open 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 22:46:15 +0800 Matt Johnston async connections working fastopen
Fri, 23 Jan 2015 21:38:47 +0800 Matt Johnston Merge up to date pam
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Wed, 13 Aug 2014 21:48:47 +0800 Matt Johnston Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Tue, 08 Jul 2014 21:59:36 +0800 Matt Johnston Send a failure response if a client receives a global request
Wed, 12 Mar 2014 23:40:02 +0800 Matt Johnston Better PAM through recursion pam
Fri, 17 Jan 2014 21:39:27 +0800 Matt Johnston DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
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
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc
Tue, 09 Apr 2013 00:36:04 +0800 Matt Johnston start on ecdsa keys ecc
Thu, 04 Apr 2013 07:51:13 +0800 Matt Johnston setup tcp after requesting a channel - might hide some DNS latency
Thu, 04 Apr 2013 00:18:50 +0800 Matt Johnston Take transmit and receive keys into use separately
Wed, 03 Apr 2013 07:34:18 +0800 Matt Johnston fix leftover kexguess debugging
Wed, 03 Apr 2013 00:49:24 +0800 Matt Johnston merge kexguess branch
Wed, 03 Apr 2013 00:43:31 +0800 Matt Johnston Put some #ifdef options around first-follows options in case they kexguess
Wed, 03 Apr 2013 00:32:55 +0800 Matt Johnston Don't usually need to recalculate dh_e for the repeated kexdh_init packet kexguess
Mon, 01 Apr 2013 00:13:41 +0800 Matt Johnston merge from head roundtrip changes kexguess
Sun, 31 Mar 2013 00:41:15 +0800 Matt Johnston merge kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
Tue, 02 Apr 2013 00:11:53 +0800 Matt Johnston Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Mon, 01 Apr 2013 22:26:55 +0800 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed