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
*
fix uint64_t types; reported by Tom G. Christensen
Damien Miller
2024-10-30
1
-8
/
+8
*
htole64() etc for systems without endian.h
Damien Miller
2024-10-27
2
-1
/
+26
*
upstream: explicitly include endian.h
djm@openbsd.org
2024-10-27
1
-1
/
+4
*
upstream: fix ML-KEM768x25519 KEX on big-endian systems; spotted by
djm@openbsd.org
2024-10-27
2
-8
/
+17
*
upstream: mlkem768x25519-sha256 has been promoted to default key
naddy@openbsd.org
2024-10-27
2
-6
/
+6
*
Retire the minix3 test config.
Darren Tucker
2024-10-25
1
-1
/
+0
*
Updated gitignore to ignore sshd-session and sshd-auth targets
Preetish Amballi
2024-10-25
1
-0
/
+2
*
Simplify pselect shim and remove side effects.
Darren Tucker
2024-10-25
1
-55
/
+51
*
upstream: promote mlkem768x25519-sha256 to be the default key exchange;
djm@openbsd.org
2024-10-25
1
-2
/
+2
*
upstream: test SIGUSR1 dropping all keys from ssh-agent
djm@openbsd.org
2024-10-24
1
-2
/
+25
*
upstream: amake ssh-agent drop all keys when it receives SIGUSR1;
djm@openbsd.org
2024-10-24
2
-8
/
+33
*
upstream: relax valid_domain() checks to allow an underscore as the
djm@openbsd.org
2024-10-24
1
-2
/
+3
*
upstream: Remove sshd logfile in start_sshd
dtucker@openbsd.org
2024-10-22
1
-1
/
+4
*
upstream: Add a sshd debug wrapper
dtucker@openbsd.org
2024-10-22
1
-0
/
+52
*
upstream: Make debug call printf("%s", NULL) safe.
dtucker@openbsd.org
2024-10-22
1
-2
/
+3
*
Resync cvsid missed in commit 6072e4c9.
Darren Tucker
2024-10-22
1
-1
/
+1
*
upstream: mention that LocalForward and RemoteForward can accept Unix
djm@openbsd.org
2024-10-18
1
-7
/
+20
*
upstream: remove duplicate check; GHPR392 from Pedro Martelletto
djm@openbsd.org
2024-10-18
1
-5
/
+3
*
upstream: allow "-" as output file for moduli screening
djm@openbsd.org
2024-10-18
1
-3
/
+7
*
upstream: ssh-keyscan doesn't need it's own sshfatal() definition, it
djm@openbsd.org
2024-10-18
1
-13
/
+1
*
upstream: in _ssh_order_hostkeyalgs() consider ECDSA curve type when
djm@openbsd.org
2024-10-18
1
-10
/
+15
*
upstream: require control-escape character sequences passed via the '-e
djm@openbsd.org
2024-10-18
1
-2
/
+2
*
upstream: remove addr.[ch] functions that are unused and
djm@openbsd.org
2024-10-18
2
-21
/
+12
*
upstream: unreachable POLLERR case; from ya0guang via GHPR485
djm@openbsd.org
2024-10-18
1
-2
/
+2
*
upstream: s/Sx/Cm/ for external references; from Domen Puncer
djm@openbsd.org
2024-10-18
1
-4
/
+4
*
upstream: mention SshdAuthPath option; ok djm@
naddy@openbsd.org
2024-10-18
1
-2
/
+9
*
Remove references to systrace and pledge sandboxes.
Darren Tucker
2024-10-18
3
-19
/
+2
*
Fix "undeclared 'ut'" error by replacing it with 'utx'
Pavel Miadzvedzeu
2024-10-18
1
-1
/
+1
*
Seed RNG when starting up sshd-auth.
Darren Tucker
2024-10-17
1
-0
/
+2
*
MacOS 12 runners are deprecated, replace with 15.
Darren Tucker
2024-10-17
1
-2
/
+2
*
Fix lookup path for sshd-auth; bz3745
Damien Miller
2024-10-17
1
-0
/
+1
*
fix breakage; missing saved_argc symbol
Damien Miller
2024-10-15
1
-0
/
+2
*
fix capsicum sandbox
Damien Miller
2024-10-14
1
-2
/
+2
*
put back some portable bits for sshd-auth.c
Damien Miller
2024-10-14
1
-3
/
+20
*
there's only one sandbox, move to a static global
Damien Miller
2024-10-14
1
-2
/
+5
*
depend
Damien Miller
2024-10-14
1
-3
/
+3
*
upstream: regress support for split sshd-auth binary
djm@openbsd.org
2024-10-14
1
-1
/
+6
*
upstream: test some more Match syntax, including criteria=arg and
djm@openbsd.org
2024-10-14
3
-48
/
+50
*
upstream: Split per-connection sshd-session binary
djm@openbsd.org
2024-10-14
22
-633
/
+1193
*
upstream: don't start the ObscureKeystrokeTiming mitigations if
djm@openbsd.org
2024-10-14
3
-5
/
+26
*
upstream: remove duplicate misc.h include ok dtucker@
jsg@openbsd.org
2024-10-14
1
-2
/
+1
*
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
[next]