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