index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cipher-chachapoly.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-18
upstream: unreachable POLLERR case; from ya0guang via GHPR485
djm@openbsd.org
1
-2
/
+2
2024-10-18
upstream: s/Sx/Cm/ for external references; from Domen Puncer
djm@openbsd.org
1
-4
/
+4
2024-10-18
upstream: mention SshdAuthPath option; ok djm@
naddy@openbsd.org
1
-2
/
+9
2024-10-18
Remove references to systrace and pledge sandboxes.
Darren Tucker
3
-19
/
+2
2024-10-18
Fix "undeclared 'ut'" error by replacing it with 'utx'
Pavel Miadzvedzeu
1
-1
/
+1
2024-10-17
Seed RNG when starting up sshd-auth.
Darren Tucker
1
-0
/
+2
2024-10-17
MacOS 12 runners are deprecated, replace with 15.
Darren Tucker
1
-2
/
+2
2024-10-17
Fix lookup path for sshd-auth; bz3745
Damien Miller
1
-0
/
+1
2024-10-15
fix breakage; missing saved_argc symbol
Damien Miller
1
-0
/
+2
2024-10-14
fix capsicum sandbox
Damien Miller
1
-2
/
+2
2024-10-14
put back some portable bits for sshd-auth.c
Damien Miller
1
-3
/
+20
2024-10-14
there's only one sandbox, move to a static global
Damien Miller
1
-2
/
+5
2024-10-14
depend
Damien Miller
1
-3
/
+3
2024-10-14
upstream: regress support for split sshd-auth binary
djm@openbsd.org
1
-1
/
+6
2024-10-14
upstream: test some more Match syntax, including criteria=arg and
djm@openbsd.org
3
-48
/
+50
2024-10-14
upstream: Split per-connection sshd-session binary
djm@openbsd.org
22
-633
/
+1193
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
[next]