log

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