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

age author description
Tue, 22 Mar 2022 23:28:24 +0800 Matt Johnston Use signature type not key type for debug message
Sat, 19 Mar 2022 09:02:55 +0000 HansH111 changed TRACE to DEBUG1 for dbclient
Thu, 19 Aug 2021 17:37:14 +0200 Manfred Kaiser added option to disable trivial auth methods (#128)
Thu, 04 Mar 2021 21:03:02 +0800 Matt Johnston Define _GNU_SOURCE properly, other header fixes
Thu, 28 May 2020 22:02:03 +0800 Matt Johnston initialise variable to stop warning
Mon, 25 May 2020 20:23:02 +0800 Matt Johnston rsa-sha256 for ssh-agent
Sun, 24 May 2020 14:16:58 +0800 Matt Johnston send and handle SSH_MSG_EXT_INFO only at the correct point
Tue, 19 May 2020 00:31:41 +0800 Matt Johnston ext-info handling for server-sig-algs
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
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Thu, 04 Jun 2015 23:08:50 +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]
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen