log

age author description
2022-03-24 Matt Johnston Add build test with DEBUG_TRACE 5
2022-03-24 Matt Johnston Add -v variable debug levels for server too
2022-03-24 Matt Johnston Only set soft core limit not hard limit
2022-03-24 Matt Johnston Revert "Don't include sk keys at all in KEX list"
2022-03-24 Matt Johnston Fix tarball retention-days
2022-03-24 Matt Johnston Add release.sh --testrel, github action
2022-03-23 Matt Johnston Merge pull request #152 from HansH111/tracelevel2
2022-03-22 Matt Johnston Fix building with DEBUG_TRACE = 0
2022-03-22 Matt Johnston Use signature type not key type for debug message
2022-03-19 HansH111 changed TRACE to DEBUG3 for dbclient
2022-03-19 HansH111 changed TRACE to DEBUG2 for dbclient
2022-03-19 HansH111 changed TRACE to DEBUG1 for dbclient
2022-03-19 HansH111 Added DEBUG1,DEBUG2,DEBUG3 to separate functions while keeping TRACE and TRACE2.
2022-03-19 HansH111 increase verboseness by allowing multiple -v
2022-03-19 HansH111 Allow for DEBUG_TRACE value 0 - 5
2022-03-22 Matt Johnston merge
2022-03-22 Matt Johnston Split CPPFLAGS and CFLAGS more carefully
2022-03-16 Matt Johnston Don't set pubkey_info directly in checkpubkey_line
2022-03-16 Matt Johnston Fix pytest incorrect skip "reason" string
2022-03-16 Matt Johnston Disable aslr pytest for fsanitize test platforms
2022-03-16 Matt Johnston Fix SSH_PUBKEYINFO, limit characters, add tests
2022-03-16 Matt Johnston Merge pull request #151 from HansH111/pubkeyinfo
2022-03-15 HansH111 use buf_getptr and m_free on every iteration before m_malloc to insure no memory leaks are happening
2022-03-13 HansH111 set envvar SSH_PUBKEYINFO if authstate.pubkey_info contains information
2022-03-13 HansH111 extract pubkey_info when seuccesfully auth with a key and free it in the cleanup function
2022-03-13 HansH111 add pubkey_info field to authstate structure
2022-03-15 Matt Johnston test: Set allow_reuse_addr
2022-03-13 HansH111 only show banner when cli_opts.quiet is not set
2022-03-13 HansH111 use option -q for suppression remote banner output, pass option also for proxy command
2022-03-13 HansH111 added quiet variable in cli_opts
2022-02-24 Matt Johnston Make missing homedir non-fatal, instead use /
2022-02-03 Matt Johnston Handle /proc/.../maps being reordered
2022-02-03 Matt Johnston Avoid unused argument warning when reexec is unused
2022-02-01 Matt Johnston Fix regression in non-symlink dropbearmulti
2022-02-01 Matt Johnston Fix accidentally commented out test matrix items
2022-02-01 Matt Johnston Make re-exec work with "dropbearmulti dropbear"
2022-02-01 Matt Johnston Fix incorrect algolist TRACE print
2022-02-01 Matt Johnston merge
2022-01-30 Matt Johnston Add test for up-to-date configure script
2022-01-31 Matt Johnston Fix missing NULL terminator for re-exec
2022-01-30 Matt Johnston Fix testing with dropbearmulti
2022-01-30 Matt Johnston Remove extraneous print
2022-01-30 Matt Johnston Use venv for test_aslr
2022-01-30 Matt Johnston Fix -Wexpansion-to-defined failure on clang
2022-01-30 Matt Johnston Add re-exec for server
2022-01-27 Matt Johnston Merge netio changes
2022-01-27 Matt Johnston Leave non-interactive at default QoS class
2022-01-25 Matt Johnston Test for IP_TOS and hardcode DSCP values
2022-01-25 Matt Johnston Use DSCP for IP QoS traffic classes
2022-01-23 Matt Johnston Don't include sk keys at all in KEX list
2022-01-22 egor-duda Implement server-side support for sk-ecdsa U2F-backed keys (#142)
2022-01-22 Matt Johnston Fix accidentally committed debug message
2021-10-19 Matt Johnston debugging test runner authorized_keys perms
2021-10-19 Matt Johnston Debug pytest password auth failing
2021-10-19 Matt Robinson Use HOME before /etc/passwd to find id_dropbear (#137)
2021-10-19 Matt Johnston Remove caching and socat from build.yml
2021-10-19 Matt Johnston Add configure --enable-werror argument
2021-10-19 Matt Johnston Upload config.log on failure
2021-10-18 Matt Johnston github action workaround macos ranlib
2021-10-18 Matt Johnston disable fuzzstandalone github action for now, needs debugging