log svr-authpubkey.c @ 1938:77bc00dcc19f default tip main master

age author description
Wed, 30 Mar 2022 12:56:09 +0800 Matt Johnston Check authorized_keys permissions as the user
Wed, 30 Mar 2022 11:51:56 +0800 Matt Johnston Print the key type in "Pubkey auth succeeded"
Wed, 16 Mar 2022 18:35:23 +0800 Matt Johnston Don't set pubkey_info directly in checkpubkey_line
Wed, 16 Mar 2022 17:17:23 +0800 Matt Johnston Fix SSH_PUBKEYINFO, limit characters, add tests
Tue, 15 Mar 2022 18:57:21 +0000 HansH111 use buf_getptr and m_free on every iteration before m_malloc to insure no memory leaks are happening
Sun, 13 Mar 2022 17:38:13 +0000 HansH111 extract pubkey_info when seuccesfully auth with a key and free it in the cleanup function
Sat, 24 Oct 2020 18:56:45 +0800 Matt Johnston Add buf_decrpos()
Sun, 17 May 2020 23:58:31 +0800 Matt Johnston split signkey_type and signature_type for RSA sha1 vs sha256
Mon, 06 Apr 2020 23:18:26 +0800 Matt Johnston use sigtype where appropriate
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 14:44:49 +0000 Patrick Stewart Support servers without multiple user support (#76)
Wed, 20 Mar 2019 15:09:19 +0100 François Perrad use strlcpy & strlcat (#74)
Thu, 23 Aug 2018 23:43:45 +0800 Matt Johnston Merge bugfix delay invalid users
Thu, 23 Aug 2018 23:43:12 +0800 Matt Johnston Wait to fail invalid usernames
Wed, 07 Mar 2018 22:16:21 +0800 Matt Johnston don't allow null characters in authorized_keys
Tue, 06 Mar 2018 22:18:20 +0800 Matt Johnston avoid leak of pubkey_options
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Fri, 16 Feb 2018 23:17:15 +0800 Matt Johnston Remove accidentally committed DROPBEAR_FUZZ
Thu, 25 Jan 2018 21:55:25 +0800 Matt Johnston Merge pull request #49 from fperrad/20170812_lint
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 04 Oct 2017 22:30:18 +0800 Matt Johnston fix checkpubkey_line function name for TRACE
Wed, 04 Oct 2017 22:29:42 +0800 Matt Johnston fix pubkey authentication return value
Thu, 25 May 2017 22:21:23 +0800 Matt Johnston limit input size fuzz
Thu, 25 May 2017 00:10:18 +0800 Matt Johnston don't exit encountering short lines fuzz
Tue, 23 May 2017 22:29:21 +0800 Matt Johnston split out checkpubkey_line() separately fuzz
Thu, 18 May 2017 22:59:38 +0800 Matt Johnston merge 2017.75
Wed, 10 May 2017 00:20:21 +0800 Matt Johnston switch user when opening authorized_keys
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 23:17:43 +0200 Gaël PORTAY Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Sun, 01 Mar 2015 23:02:06 +0800 Matt Johnston Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbuffer
Tue, 12 Nov 2013 23:58:51 +0800 Matt Johnston Don't exit fatally if authorized_keys has a line like ecc
Tue, 12 Nov 2013 23:02:32 +0800 Matt Johnston Various cleanups and fixes for warnings ecc
Mon, 08 Apr 2013 00:10:57 +0800 Matt Johnston - Fix various hardcoded uses of SHA1 ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Fri, 12 Sep 2008 17:23:56 +0000 Matt Johnston - Rework pubkey options to be more careful about buffer lengths. Needs review. pubkey-options
Mon, 08 Sep 2008 15:14:02 +0000 Matt Johnston * Patch from Frédéric Moulins adding options to authorized_keys. pubkey-options
Sun, 13 Jan 2008 03:55:59 +0000 Matt Johnston Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Thu, 22 Feb 2007 15:29:32 +0000 Matt Johnston Improve known_hosts checking.
Tue, 20 Sep 2005 08:59:46 +0000 Matt Johnston Log when pubkey auth fails because of bad pubkey perms/ownership
Mon, 05 Sep 2005 15:16:10 +0000 Matt Johnston * use own assertions which should get logged properly
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
Thu, 23 Dec 2004 17:00:15 +0000 Matt Johnston Log the IP along with auth success/fail attempts
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Thu, 12 Aug 2004 14:56:22 +0000 Matt Johnston cleaning up the pubkey defines
Sun, 08 Aug 2004 16:17:05 +0000 Matt Johnston - Hostkey checking is mostly there, just aren't appending yet.
Tue, 03 Aug 2004 15:51:55 +0000 Matt Johnston Improved signkey code
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required