summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-04upstream: make program name be constdjm@openbsd.org
2020-12-04upstream: Ignore comments at the end of config lines in ssh_config,dtucker@openbsd.org
2020-11-29upstream: Include cipher.h for declaration of cipher_by_name.dtucker@openbsd.org
2020-11-28upstream: check result of strchr() against NULL rather thandjm@openbsd.org
2020-11-27upstream: Document ssh-keygen -Z, sanity check its argument earlier anddtucker@openbsd.org
2020-11-27upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org
2020-11-27upstream: clean up passing of struct passwd from monitor to preauthdjm@openbsd.org
2020-11-27upstream: when loading PKCS#11 keys, include the key fingerprintsdjm@openbsd.org
2020-11-27upstream: when mentioning that the host key has changed, don'tdjm@openbsd.org
2020-11-25Use "=" not "==" in string test.Darren Tucker
2020-11-20Restore correct flags during localtime_r check.Darren Tucker
2020-11-20upstream: When doing an sftp recursive upload or download of adtucker@openbsd.org
2020-11-20Add new pselect6_time64 syscall on ARM.Darren Tucker
2020-11-20upstream: Explicitly initialize all members of thedtucker@openbsd.org
2020-11-20upstream: draft-ietf-secsh-architecture is now RFC4251.dtucker@openbsd.org
2020-11-17upstream: Specify that the KDF function is bcrypt. Based on githubdtucker@openbsd.org
2020-11-16upstream: revert r1.341; it breaks ProxyJump; reported by sthen@djm@openbsd.org
2020-11-13upstream: scrub keyboard-interactive authentication prompts comingdjm@openbsd.org
2020-11-13upstream: prefix keyboard interactive prompts with (user@host) todjm@openbsd.org
2020-11-13Remove use of TIME_WITH_SYS_TIME.Darren Tucker
2020-11-13Revert "detect Linux/X32 systems"Damien Miller
2020-11-13SELinux has deprecated security_context_tDamien Miller
2020-11-13Remove obsolete AC_HEADER_TIME macro.Darren Tucker
2020-11-13upstream: when prompting the user to accept a new hostkey, displaydjm@openbsd.org
2020-11-13upstream: Prevent integer overflow when ridiculously largedtucker@openbsd.org
2020-11-12upstream: fix logic error that broke URI parsing in ProxyJumpdjm@openbsd.org
2020-11-12upstream: Free the previously allocated msg buffer after writing itclaudio@openbsd.org
2020-11-11Prevent excessively long username going to PAM.Darren Tucker
2020-11-09upstream: unbreak; missing NULL checkdjm@openbsd.org
2020-11-09upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org
2020-11-09Remove preprocessor directive from log macro calls.Darren Tucker
2020-11-09upstream: Add a comment documenting the source of the moduli groupdtucker@openbsd.org
2020-11-09upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.dtucker@openbsd.org
2020-11-06Fix function body for variadic macro test.Darren Tucker
2020-11-06Remove AC_PROC_CC_C99 obsoleted in autoconf 2.70.Darren Tucker
2020-11-06Replace AC_TRY_COMPILE obsoleted in autoconf 2.70.Darren Tucker
2020-11-06Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.Darren Tucker
2020-11-06AC_CHECK_HEADER() is obsoleted in autoconf 2.70.Darren Tucker
2020-11-04upstream: fold consecutive '*' wildcards to mitigate combinatorialdjm@openbsd.org
2020-11-04upstream: print reason in fatal error message whendjm@openbsd.org
2020-10-29upstream: fix sshd_config SetEnv directive inside Match blocks; part ofdjm@openbsd.org
2020-10-29upstream: fix type of nid in type_bits_valid(); github PR#202 fromdjm@openbsd.org
2020-10-29upstream: whitespace; no code changedjm@openbsd.org
2020-10-29upstream: UpdateHostkeys: fixed/better detection of host keys thatdjm@openbsd.org
2020-10-29session.c: use "denylist" terminologyDuncan Eastoe
2020-10-27Remove checks for strict POSIX mkdtemp()Damien Miller
2020-10-26upstream: Minor man page fixes (capitalization, commas) identified bydtucker@openbsd.org
2020-10-20upstream: Adapt XMSS to new logging infrastructure. With markus@, okdtucker@openbsd.org
2020-10-19upstream: fix SEGV on fatal() errors spotted by dtucker@djm@openbsd.org
2020-10-19Use fatal_fr not fatal_r when passing r.Darren Tucker