log svr-authpubkey.c @ 1885:5d8dbb6fdab7

age author description
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