log cli-auth.c @ 1459:06d52bcb8094

age author description
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 04 May 2016 15:28:33 +0200 Matt Johnston message about truncated banner
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Thu, 31 Dec 2015 15:59:01 +0100 Francois Perrad refactor indentation with hard tab
Wed, 21 Oct 2015 22:39:55 +0800 Mike Frysinger avoid getpass when not used
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 23:48:57 +0200 Gaël PORTAY Turn banner, methods and tok local variable into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Wed, 23 Apr 2014 16:22:50 +0800 Matt Johnston Fix pubkey auth if the first key presented fails (infinite loop of
Sat, 15 Feb 2014 21:23:41 +0800 Matt Johnston Disable immediate auth for delayed-zlib mode
Fri, 17 Jan 2014 21:39:27 +0800 Matt Johnston DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
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:24 +0800 Matt Johnston Try password before interactive - bit of a hack
Sun, 31 Mar 2013 23:48:25 +0800 Matt Johnston Send an auth packet straight away, save another roundtrip
Thu, 17 May 2012 20:52:57 +0800 Matt Johnston - Only request "none" cipher after auth has succeeded insecure-nocrypto
Thu, 17 May 2012 08:33:11 +0800 Matt Johnston Add ALLOW_NONE_PASSWORD_AUTH option insecure-nocrypto
Wed, 16 May 2012 22:54:51 +0800 Matt Johnston Update insecure-nocrypto to current head insecure-nocrypto
Mon, 06 Jul 2009 14:02:45 +0000 Matt Johnston - Client auth using an agent's key works. Still need to implement client agent-client
Tue, 16 Jun 2009 15:22:33 +0000 Matt Johnston - Print banner to stderr. Probably the right way, and avoids
Thu, 06 Nov 2008 13:16:55 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) insecure-nocrypto
Mon, 29 Sep 2008 02:23:04 +0000 Matt Johnston Add support for [email protected] delayed compression.
Sat, 17 Mar 2007 06:30:11 +0000 Matt Johnston Allow reading dbclient password from an environment var
Mon, 12 Jun 2006 14:41:32 +0000 Matt Johnston Make the dbclient password prompt more useful
Sat, 25 Mar 2006 12:57:37 +0000 Matt Johnston Some cleanups/fixes for various TRACE statements
Fri, 10 Mar 2006 06:30:52 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 7ad1775ed65e75dbece27fe6b65bf1a234db386a) insecure-nocrypto
Sun, 15 Jan 2006 06:43:24 +0000 Matt Johnston Cancel a dbclient password prompt if the user presses ctrl-c.
Fri, 23 Sep 2005 16:29:19 +0000 Matt Johnston - a hack for grahame to run dropbear with "none" cipher. insecure-nocrypto
Tue, 20 Sep 2005 17:35:21 +0000 Matt Johnston added keyboard-interactive client support
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Mon, 30 Aug 2004 15:02:45 +0000 Matt Johnston Leak found with MallocDebug - it's kinda useful
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Thu, 12 Aug 2004 14:56:22 +0000 Matt Johnston cleaning up the pubkey defines
Tue, 03 Aug 2004 17:26:56 +0000 Matt Johnston Pubkey auth is mostly there for the client. Something strange with
Mon, 02 Aug 2004 04:25:05 +0000 Matt Johnston Banner printing
Sun, 01 Aug 2004 08:54:01 +0000 Matt Johnston - Added terminal mode handling etc for the client, and window change
Fri, 30 Jul 2004 03:02:19 +0000 Matt Johnston we're nearly there yet
Thu, 29 Jul 2004 02:19:03 +0000 Matt Johnston set the isserver flag (oops)
Wed, 28 Jul 2004 16:44:16 +0000 Matt Johnston Client mostly works up to password auth
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support