2022-04-01 |
Matt Johnston |
Bump version to 2022.82
default tip main master
|
2022-04-01 |
Matt Johnston |
Fix -q to hide the banner
|
2022-04-01 |
Matt Johnston |
Fix IPv6 address parsing for dbclient -b
|
2022-04-01 |
Matt Johnston |
Allow dbclient -J to be used with multihop
|
2022-04-01 |
Matt Johnston |
Add m_snprintf() that won't return negative
|
2022-04-01 |
Matt Johnston |
Fix extra default -i arguments for multihop
|
2022-04-01 |
Matt Johnston |
dbclient print remote fingerprint with -v
|
2022-03-30 |
Matt Johnston |
Write CHANGES since last release
|
2018-07-09 |
Raphael Hertzog |
Add /usr/sbin and /sbin to default root PATH
|
2022-03-30 |
Matt Johnston |
Update to latest config.guess and config.sub
|
2022-03-30 |
Matt Johnston |
Handle ecdsa-sk flags, reject no-touch
|
2022-03-30 |
Matt Johnston |
Fix declaration after statement
|
2022-03-30 |
Matt Johnston |
Add c89 build test
|
2022-03-30 |
Matt Johnston |
Fix C99 comment
|
2022-03-30 |
Matt Johnston |
Fix tilde expansion of paths
|
2020-07-09 |
Begley Brothers Inc |
Expand home path for MOTD file
|
2020-07-09 |
Begley Brothers Inc |
Default options comments, ignore localoptions.h
|
2020-07-09 |
Begley Brothers Inc |
Allow user space file locations (rootless support)
|
2022-03-30 |
Matt Johnston |
Check authorized_keys permissions as the user
|
2022-03-30 |
Matt Johnston |
Disable dh-group1 KEX by default
|
2022-03-30 |
Matt Johnston |
Document supported formats for dropbearconvert
|
2022-03-30 |
Matt Johnston |
Print the key type in "Pubkey auth succeeded"
|
2022-03-30 |
Matt Johnston |
Make SHA1 optional, implement SHA256 fingerprints
|
2022-03-30 |
Matt Johnston |
Remove twofish and remnants of blowfish
|
2022-03-30 |
Matt Johnston |
Remove commented ssh.com code from keyimport
|
2022-03-29 |
Matt Johnston |
Fix dropbearconvert ecdsa parsing error typo
|
2022-03-29 |
Matt Johnston |
Use buf_burn_free() instead of two calls
|
2022-03-29 |
Matt Johnston |
Add ecdsa OpenSSH format for dropbearconvert
|
2022-03-29 |
Matt Johnston |
Fix dropbearconvert for dropbearmulti test
|
2022-03-29 |
Matt Johnston |
Add tests for dropbearconvert
|
2022-03-29 |
Matt Johnston |
Support RSA OpenSSH new format in dropbearconvert
|
2022-03-29 |
Matt Johnston |
Fix ed25519 dropbear to openssh conversion
|
2022-03-24 |
Matt Johnston |
Fix act matrix workaround which broke real actions
|
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
|