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