summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* put back some portable bits for sshd-auth.cDamien Miller2024-10-141-3/+20
* there's only one sandbox, move to a static globalDamien Miller2024-10-141-2/+5
* dependDamien Miller2024-10-141-3/+3
* upstream: regress support for split sshd-auth binarydjm@openbsd.org2024-10-141-1/+6
* upstream: test some more Match syntax, including criteria=arg anddjm@openbsd.org2024-10-143-48/+50
* upstream: Split per-connection sshd-session binarydjm@openbsd.org2024-10-1422-633/+1193
* upstream: don't start the ObscureKeystrokeTiming mitigations ifdjm@openbsd.org2024-10-143-5/+26
* upstream: remove duplicate misc.h include ok dtucker@jsg@openbsd.org2024-10-141-2/+1
* upstream: Turn off finite field (a.k.a modp) Diffie-Hellman keydjm@openbsd.org2024-10-142-10/+7
* upstream: fix previous change to ssh_config Match, which broken ondjm@openbsd.org2024-09-271-7/+7
* upstream: remove some unused defines; ok djm@jsg@openbsd.org2024-09-272-16/+4
* upstream: remove some unneeded Xo/Xc calls; from evan silberman thejmc@openbsd.org2024-09-271-5/+3
* upstream: fix regression introduced when I switched the "Match"djm@openbsd.org2024-09-254-22/+89
* upstream: some extra paranoia, reminded by jsg@djm@openbsd.org2024-09-251-1/+5
* gss-serv.c needs sys/param.hDamien Miller2024-09-251-0/+1
* build construct_utmp() when USE_BTMP is setDamien Miller2024-09-251-2/+2
* Test the flags from OpenWRT's package.Darren Tucker2024-09-241-0/+8
* fix utmpx ifdefChristoph Ostarek2024-09-241-2/+2
* upstream: remove some unused defines; ok djm@jsg@openbsd.org2024-09-244-12/+4
* upstream: remove unneeded semicolons; checked by millert@jsg@openbsd.org2024-09-242-5/+5
* Add 9.9 branch to CI status console.Darren Tucker2024-09-231-0/+4
* update version numbersDamien Miller2024-09-203-3/+3
* upstream: openssh-9.9djm@openbsd.org2024-09-201-2/+2
* include openbsd-compat/base64.c license in LICENSEDamien Miller2024-09-181-0/+41
* conditionally include mman.h in arc4random codeDamien Miller2024-09-182-2/+4
* fix bug in recently-added sntrup761 fuzzerDamien Miller2024-09-171-2/+2
* upstream: use 64 bit math to avoid signed underflow. upstream codedjm@openbsd.org2024-09-162-8/+13
* upstream: minor grammar/sort fixes for refuseconnection; ok djmjmc@openbsd.org2024-09-161-4/+4
* avoid gcc warning in fuzz testDamien Miller2024-09-151-1/+1
* upstream: bad whitespace in config dump outputdjm@openbsd.org2024-09-151-2/+2
* use construct_utmp to construct btmp recordsDamien Miller2024-09-151-63/+26
* upstream: update the Streamlined NTRU Prime code from the "ref"djm@openbsd.org2024-09-153-1022/+1925
* upstream: document Match invalid-userdjm@openbsd.org2024-09-151-2/+6
* upstream: add a "Match invalid-user" predicate to sshd_config Matchdjm@openbsd.org2024-09-154-8/+25
* upstream: Add a "refuseconnection" penalty class to sshd_configdjm@openbsd.org2024-09-156-11/+42
* upstream: Add a sshd_config "RefuseConnection" optiondjm@openbsd.org2024-09-155-6/+38
* upstream: switch sshd_config Match processing to the argv tokeniserdjm@openbsd.org2024-09-151-20/+16
* upstream: switch "Match" directive processing over to the argvdjm@openbsd.org2024-09-151-21/+14
* upstream: include pathname in some of the ssh-keygen passphrasedjm@openbsd.org2024-09-151-9/+17
* upstream: Do not apply authorized_keys options when signaturedjm@openbsd.org2024-09-151-2/+2
* Fix without_openssl always being set to 1Wu Weixin2024-09-131-2/+2
* upstream: Relax absolute path requirement back to what it was prior todjm@openbsd.org2024-09-121-2/+2
* upstream: document the mlkem768x25519-sha256 key exchange algorithmnaddy@openbsd.org2024-09-112-4/+8
* Spell omnios test host correctly.Darren Tucker2024-09-101-1/+1
* Add omnios test target.Darren Tucker2024-09-101-0/+2
* Wrap stdint.h in ifdef.Darren Tucker2024-09-101-0/+2
* Also test PAM on dfly64.Darren Tucker2024-09-101-0/+1
* stubs for ML-KEM KEX functionsDamien Miller2024-09-091-2/+23
* declare defeat trying to detect C89 compilersDamien Miller2024-09-092-18/+2
* fix previous; check for C99 compound literalsDamien Miller2024-09-092-8/+9