summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-07Have pthread_create return errno on failure.Darren Tucker
2019-06-07pthread_create(3) returns positive values on failure.Elliott Hughes
2019-06-05allow s390 specific ioctl for ecc hardware supportHarald Freudenberger
2019-06-05openssl-devel is obsoleted by libssl-develSorin Adrian Savu
2019-05-21upstream: tweak previous;jmc@openbsd.org
2019-05-20upstream: embiggen format buffer size for certificate serial number sodjm@openbsd.org
2019-05-20upstream: When signing certificates with an RSA key, default todjm@openbsd.org
2019-05-17Add no-op implementation of pam_putenv.Darren Tucker
2019-05-17Use the correct macro for SSH_ALLOWED_CA_SIGALGS.Darren Tucker
2019-05-17Fix building w/out ECC.Darren Tucker
2019-05-17Conditionalize ECDH methods in CA algos.Darren Tucker
2019-05-17upstream: Move a variable declaration to the block where it's useddtucker@openbsd.org
2019-05-17upstream: When doing the fork+exec'ing for ssh-keysign, rearrangederaadt@openbsd.org
2019-05-17upstream: Delete some .Sx macros that were used in a wrong way.schwarze@openbsd.org
2019-05-17upstream: For PermitOpen violations add the remote host and port toflorian@openbsd.org
2019-05-16Add OpenSSL 1.1.1 to the supported list.Darren Tucker
2019-05-15Fix typo in man page formatter selector.Darren Tucker
2019-05-10Use "doc" man page format if mandoc present.Darren Tucker
2019-05-08upstream: Use the correct (according to POSIX) format fordtucker@openbsd.org
2019-05-08upstream: Free channel objects on exit path. Patch from markus atdtucker@openbsd.org
2019-05-08upstream: Free host on exit path. Patch from markus atdtucker@openbsd.org
2019-05-08upstream: Wrap XMSS including in ifdef. Patch from markus atdtucker@openbsd.org
2019-05-08upstream: Import regenerated moduli.dtucker@openbsd.org
2019-05-08upstream: Use the LogLevel typdef instead of int where appropriate. Patch fro...dtucker@openbsd.org
2019-05-08upstream: Document new default RSA key size. Fromdtucker@openbsd.org
2019-05-08upstream: When running sshd -T, assume any attibute not provided bydtucker@openbsd.org
2019-05-08upstream: Remove crc32.{c,h} which were only used by the now-gonedtucker@openbsd.org
2019-04-30Remove unused variables from RLIMIT_NOFILE test.Darren Tucker
2019-04-26Import regenerated moduli.Darren Tucker
2019-04-26Whitespace resync w/OpenBSD.Darren Tucker
2019-04-26Don't install duplicate STREAMS modules on SolarisDarren Tucker
2019-04-18makedependDamien Miller
2019-04-05second thoughts: leave README in placeDamien Miller
2019-04-05Revert "rewrite README"Damien Miller
2019-04-05rewrite READMEDamien Miller
2019-04-05update versionsDamien Miller
2019-04-05upstream: openssh-8.0djm@openbsd.org
2019-04-04session: Do not use removed APIDamien Miller
2019-04-03upstream: when logging/fataling on error, include a bit more detaildjm@openbsd.org
2019-04-03Remove "struct ssh" from sys_auth_record_login.Darren Tucker
2019-04-02Adapt custom_failed_login to new prototype.Darren Tucker
2019-04-01Add includes.h for compat layer.Darren Tucker
2019-03-31Stop USL compilers for erroring with "integral constant expression expected"Tim Rice
2019-03-31Only use O_NOFOLLOW in fchownat and fchmodat if definedTim Rice
2019-03-29Adjust softhsm2 path on Fedora Linux for regressJakub Jelen
2019-03-28Only use O_NOFOLLOW in utimensat if defined.Darren Tucker
2019-03-28drop old Cygwin considerationsCorinna Vinschen
2019-03-27upstream: fix interaction between ClientAliveInterval and RekeyLimitdjm@openbsd.org
2019-03-26upstream: Fix authentication failures when "AuthenticationMethodsdjm@openbsd.org
2019-03-26upstream: whitespacedjm@openbsd.org