index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2020-10-19
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
Darren Tucker
2020-10-19
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-19
Do not "fall through" to the last "else" when we parsed the character.
Florian Obser
2020-10-19
fix SEGV on fatal() errors spotted by dtucker@
Damien Miller
2020-10-19
Client could be NULL in select-window (for example in .tmux.conf), do
Nicholas Marriott
2020-10-18
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-18
variants of the log methods that append a ssherr.h string from
Damien Miller
2020-10-18
remove a level of macro indirection; ok markus@
Damien Miller
2020-10-18
add some variant log.h calls that prepend the calling function
Damien Miller
2020-10-17
make the log functions that exit (sshlogdie(), sshfatal(), etc) have
Damien Miller
2020-10-16
In HTML output, avoid printing a newline right after <pre>
Ingo Schwarze
2020-10-16
add space between macro arg and punctuation;
Jason McIntyre
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-10-16
revised log infrastructure for OpenSSH
Damien Miller
2020-10-16
double word fixes; from varik valefor
Jason McIntyre
2020-10-16
use do_log2 instead of function pointers to different log functions
Damien Miller
2020-10-15
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-14
typo in error message
Christian Weisgerber
2020-10-14
no need to initialize i if it's re-initialized a few lines down
Theo Buehler
2020-10-14
Free peekaboo pbuf at end of s_client_main()
Theo Buehler
2020-10-14
make UpdateHostkeys still more conservative: refuse to proceed if
Damien Miller
2020-10-13
Make sure an OCSP query sends a host header
Theo Buehler
2020-10-13
Fix note for "previous-window" default key binding, from Sebastian
Nicholas Marriott
2020-10-13
Set RGB flag if capabilities are present, GitHub issue 2418.
Nicholas Marriott
2020-10-13
Un-const what we pass to dirname(3).
Martijn van Duren
2020-10-12
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-12
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-12
Zap unused family parameter from ssh_connect_direct()
kn
2020-10-11
UpdateHostkeys: check for keys under other names
Damien Miller
2020-10-11
UpdateHostkeys: better CheckHostIP handling
Damien Miller
2020-10-11
UpdateHostkeys: better detect manual host entries
Damien Miller
2020-10-09
Escape ! in Ql
Tim van der Molen
2020-10-09
fix SEE ALSO;
Jason McIntyre
2020-10-09
Add nolog option to avoid syslog(3)
kn
2020-10-09
Improve error message on missing permission
kn
2020-10-08
set SO_REUSEADDR on the server socket when we play oscp server.
Bob Beck
2020-10-08
don't misdetect comma-separated hostkey names as wildcards;
Damien Miller
2020-10-08
clarify conditions for UpdateHostkeys
Damien Miller
2020-10-07
Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
Nicholas Marriott
2020-10-07
Disable UpdateHostkeys when hostkey checking fails
Damien Miller
2020-10-07
Fix UpdateHostkeys/HashKnownHosts/CheckHostIP bug
Damien Miller
2020-10-07
don't UpdateHostkeys when the hostkey is verified by the
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-07
simply disable UpdateHostkeys when a certificate successfully
Damien Miller
2020-10-07
disable UpdateHostkeys by default if VerifyHostKeyDNS is enabled;
Damien Miller
2020-10-06
Fix a last minute change in previous.
Nicholas Marriott
2020-10-06
Add a state struct to store working state during format expansion
Nicholas Marriott
2020-10-06
Agent protocol draft is now at rev 4. ok djm@
Darren Tucker
2020-10-05
Trim "s from process names; also fix a default format in man page.
Nicholas Marriott
[next]