summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test for compiler feature needed for ML-KEMDamien Miller2024-09-095-1/+25
* upstream: test mlkem768x25519-sha256djm@openbsd.org2024-09-092-2/+5
* upstream: pull post-quantum ML-KEM/x25519 key exchange out fromdjm@openbsd.org2024-09-0910-40/+9
* upstream: make parsing user@host consistently look for the last '@' indjm@openbsd.org2024-09-062-6/+6
* upstream: be more strict in parsing key type names. Only allowdjm@openbsd.org2024-09-044-13/+28
* upstream: fix RCSID in outputdjm@openbsd.org2024-09-041-2/+2
* upstream: envrionment -> environment;jmc@openbsd.org2024-09-041-2/+2
* add basic fuzzers for our import of sntrup761Damien Miller2024-09-046-16/+265
* upstream: regression test for Include variable expansiondjm@openbsd.org2024-09-031-2/+24
* upstream: allow the "Include" directive to expand the same set ofdjm@openbsd.org2024-09-032-47/+95
* upstream: missing ifdefdjm@openbsd.org2024-09-021-2/+4
* upstream: Add experimental support for hybrid post-quantum key exchangedjm@openbsd.org2024-09-0216-12/+12812
* Don't skip audit before exitting cleanup_exitAntonio Larrosa2024-08-281-3/+3
* upstream: fix test: -F is the argument to specify a non-defaultdjm@openbsd.org2024-08-281-3/+3
* upstream: As defined in the RFC, the SSH protocol has negotiablederaadt@openbsd.org2024-08-275-15/+10
* upstream: sntrup761x25519-sha512 now has an IANA codepoint assigned, sodjm@openbsd.org2024-08-235-10/+16
* Move rekey test into valgrind-2.Darren Tucker2024-08-222-7/+2