log

age author description
Tue, 29 Mar 2022 22:29:17 +0800 Matt Johnston Add tests for dropbearconvert
Tue, 29 Mar 2022 22:27:55 +0800 Matt Johnston Support RSA OpenSSH new format in dropbearconvert
Tue, 29 Mar 2022 16:46:06 +0800 Matt Johnston Fix ed25519 dropbear to openssh conversion
Thu, 24 Mar 2022 16:50:42 +0800 Matt Johnston Fix act matrix workaround which broke real actions
Thu, 24 Mar 2022 16:47:20 +0800 Matt Johnston Add build test with DEBUG_TRACE 5
Thu, 24 Mar 2022 14:44:13 +0800 Matt Johnston Add -v variable debug levels for server too
Thu, 24 Mar 2022 14:18:45 +0800 Matt Johnston Only set soft core limit not hard limit
Thu, 24 Mar 2022 13:42:08 +0800 Matt Johnston Revert "Don't include sk keys at all in KEX list"
Thu, 24 Mar 2022 12:26:09 +0800 Matt Johnston Fix tarball retention-days
Thu, 24 Mar 2022 12:22:07 +0800 Matt Johnston Add release.sh --testrel, github action
Wed, 23 Mar 2022 21:55:33 +0800 Matt Johnston Merge pull request #152 from HansH111/tracelevel2
Tue, 22 Mar 2022 23:29:38 +0800 Matt Johnston Fix building with DEBUG_TRACE = 0
Tue, 22 Mar 2022 23:28:24 +0800 Matt Johnston Use signature type not key type for debug message
Sat, 19 Mar 2022 09:04:18 +0000 HansH111 changed TRACE to DEBUG3 for dbclient
Sat, 19 Mar 2022 09:03:51 +0000 HansH111 changed TRACE to DEBUG2 for dbclient
Sat, 19 Mar 2022 09:02:55 +0000 HansH111 changed TRACE to DEBUG1 for dbclient
Sat, 19 Mar 2022 09:01:05 +0000 HansH111 Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.
Sat, 19 Mar 2022 08:55:31 +0000 HansH111 increase verboseness by allowing multiple -v
Sat, 19 Mar 2022 08:54:25 +0000 HansH111 Allow for DEBUG_TRACE value 0 - 5
Tue, 22 Mar 2022 16:17:47 +0800 Matt Johnston merge
Tue, 22 Mar 2022 16:17:05 +0800 Matt Johnston Split CPPFLAGS and CFLAGS more carefully
Wed, 16 Mar 2022 18:35:23 +0800 Matt Johnston Don't set pubkey_info directly in checkpubkey_line
Wed, 16 Mar 2022 17:32:43 +0800 Matt Johnston Fix pytest incorrect skip "reason" string
Wed, 16 Mar 2022 17:25:03 +0800 Matt Johnston Disable aslr pytest for fsanitize test platforms
Wed, 16 Mar 2022 17:17:23 +0800 Matt Johnston Fix SSH_PUBKEYINFO, limit characters, add tests
Wed, 16 Mar 2022 10:43:24 +0800 Matt Johnston Merge pull request #151 from HansH111/pubkeyinfo
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:38 +0000 HansH111 set envvar SSH_PUBKEYINFO if authstate.pubkey_info contains information
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
Sun, 13 Mar 2022 17:37:44 +0000 HansH111 add pubkey_info field to authstate structure