index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Turn off finite field (a.k.a modp) Diffie-Hellman key
djm@openbsd.org
2024-10-14
2
-10
/
+7
*
upstream: fix previous change to ssh_config Match, which broken on
djm@openbsd.org
2024-09-27
1
-7
/
+7
*
upstream: remove some unused defines; ok djm@
jsg@openbsd.org
2024-09-27
2
-16
/
+4
*
upstream: remove some unneeded Xo/Xc calls; from evan silberman the
jmc@openbsd.org
2024-09-27
1
-5
/
+3
*
upstream: fix regression introduced when I switched the "Match"
djm@openbsd.org
2024-09-25
4
-22
/
+89
*
upstream: some extra paranoia, reminded by jsg@
djm@openbsd.org
2024-09-25
1
-1
/
+5
*
gss-serv.c needs sys/param.h
Damien Miller
2024-09-25
1
-0
/
+1
*
build construct_utmp() when USE_BTMP is set
Damien Miller
2024-09-25
1
-2
/
+2
*
Test the flags from OpenWRT's package.
Darren Tucker
2024-09-24
1
-0
/
+8
*
fix utmpx ifdef
Christoph Ostarek
2024-09-24
1
-2
/
+2
*
upstream: remove some unused defines; ok djm@
jsg@openbsd.org
2024-09-24
4
-12
/
+4
*
upstream: remove unneeded semicolons; checked by millert@
jsg@openbsd.org
2024-09-24
2
-5
/
+5
*
Add 9.9 branch to CI status console.
Darren Tucker
2024-09-23
1
-0
/
+4
*
update version numbers
Damien Miller
2024-09-20
3
-3
/
+3
*
upstream: openssh-9.9
djm@openbsd.org
2024-09-20
1
-2
/
+2
*
include openbsd-compat/base64.c license in LICENSE
Damien Miller
2024-09-18
1
-0
/
+41
*
conditionally include mman.h in arc4random code
Damien Miller
2024-09-18
2
-2
/
+4
*
fix bug in recently-added sntrup761 fuzzer
Damien Miller
2024-09-17
1
-2
/
+2
*
upstream: use 64 bit math to avoid signed underflow. upstream code
djm@openbsd.org
2024-09-16
2
-8
/
+13
*
upstream: minor grammar/sort fixes for refuseconnection; ok djm
jmc@openbsd.org
2024-09-16
1
-4
/
+4
*
avoid gcc warning in fuzz test
Damien Miller
2024-09-15
1
-1
/
+1
*
upstream: bad whitespace in config dump output
djm@openbsd.org
2024-09-15
1
-2
/
+2
*
use construct_utmp to construct btmp records
Damien Miller
2024-09-15
1
-63
/
+26
*
upstream: update the Streamlined NTRU Prime code from the "ref"
djm@openbsd.org
2024-09-15
3
-1022
/
+1925
*
upstream: document Match invalid-user
djm@openbsd.org
2024-09-15
1
-2
/
+6
*
upstream: add a "Match invalid-user" predicate to sshd_config Match
djm@openbsd.org
2024-09-15
4
-8
/
+25
*
upstream: Add a "refuseconnection" penalty class to sshd_config
djm@openbsd.org
2024-09-15
6
-11
/
+42
*
upstream: Add a sshd_config "RefuseConnection" option
djm@openbsd.org
2024-09-15
5
-6
/
+38
*
upstream: switch sshd_config Match processing to the argv tokeniser
djm@openbsd.org
2024-09-15
1
-20
/
+16
*
upstream: switch "Match" directive processing over to the argv
djm@openbsd.org
2024-09-15
1
-21
/
+14
*
upstream: include pathname in some of the ssh-keygen passphrase
djm@openbsd.org
2024-09-15
1
-9
/
+17
*
upstream: Do not apply authorized_keys options when signature
djm@openbsd.org
2024-09-15
1
-2
/
+2
*
Fix without_openssl always being set to 1
Wu Weixin
2024-09-13
1
-2
/
+2
*
upstream: Relax absolute path requirement back to what it was prior to
djm@openbsd.org
2024-09-12
1
-2
/
+2
*
upstream: document the mlkem768x25519-sha256 key exchange algorithm
naddy@openbsd.org
2024-09-11
2
-4
/
+8
*
Spell omnios test host correctly.
Darren Tucker
2024-09-10
1
-1
/
+1
*
Add omnios test target.
Darren Tucker
2024-09-10
1
-0
/
+2
*
Wrap stdint.h in ifdef.
Darren Tucker
2024-09-10
1
-0
/
+2
*
Also test PAM on dfly64.
Darren Tucker
2024-09-10
1
-0
/
+1
*
stubs for ML-KEM KEX functions
Damien Miller
2024-09-09
1
-2
/
+23
*
declare defeat trying to detect C89 compilers
Damien Miller
2024-09-09
2
-18
/
+2
*
fix previous; check for C99 compound literals
Damien Miller
2024-09-09
2
-8
/
+9
*
test for compiler feature needed for ML-KEM
Damien Miller
2024-09-09
5
-1
/
+25
*
upstream: test mlkem768x25519-sha256
djm@openbsd.org
2024-09-09
2
-2
/
+5
*
upstream: pull post-quantum ML-KEM/x25519 key exchange out from
djm@openbsd.org
2024-09-09
10
-40
/
+9
*
upstream: make parsing user@host consistently look for the last '@' in
djm@openbsd.org
2024-09-06
2
-6
/
+6
*
upstream: be more strict in parsing key type names. Only allow
djm@openbsd.org
2024-09-04
4
-13
/
+28
*
upstream: fix RCSID in output
djm@openbsd.org
2024-09-04
1
-2
/
+2
*
upstream: envrionment -> environment;
jmc@openbsd.org
2024-09-04
1
-2
/
+2
*
add basic fuzzers for our import of sntrup761
Damien Miller
2024-09-04
6
-16
/
+265
[next]