index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pathnames.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2024-09-04
upstream: envrionment -> environment;
jmc@openbsd.org
1
-2
/
+2
2024-09-04
add basic fuzzers for our import of sntrup761
Damien Miller
6
-16
/
+265
2024-09-03
upstream: regression test for Include variable expansion
djm@openbsd.org
1
-2
/
+24
2024-09-03
upstream: allow the "Include" directive to expand the same set of
djm@openbsd.org
2
-47
/
+95
2024-09-02
upstream: missing ifdef
djm@openbsd.org
1
-2
/
+4
2024-09-02
upstream: Add experimental support for hybrid post-quantum key exchange
djm@openbsd.org
16
-12
/
+12812
2024-08-28
Don't skip audit before exitting cleanup_exit
Antonio Larrosa
1
-3
/
+3
2024-08-28
upstream: fix test: -F is the argument to specify a non-default
djm@openbsd.org
1
-3
/
+3
2024-08-27
upstream: As defined in the RFC, the SSH protocol has negotiable
deraadt@openbsd.org
5
-15
/
+10
2024-08-23
upstream: sntrup761x25519-sha512 now has an IANA codepoint assigned, so
djm@openbsd.org
5
-10
/
+16
2024-08-22
Move rekey test into valgrind-2.
Darren Tucker
2
-7
/
+2
2024-08-22
upstream: Use aes128-ctr for MAC tests since default has implicit MAC.
dtucker@openbsd.org
1
-8
/
+19
2024-08-22
fix incorrect default for PasswordAuthentication
Damien Miller
1
-1
/
+1
2024-08-21
upstream: Some awks won't match on the \r so delete it instead. Fixes
dtucker@openbsd.org
1
-3
/
+3
2024-08-21
upstream: Import regenerated moduli.
dtucker@openbsd.org
1
-468
/
+411
2024-08-21
upstream: Use curve25519-sha256 kex where possible.
dtucker@openbsd.org
1
-2
/
+13
2024-08-21
upstream: Send only as much data as needed to trigger rekeying. Speeds
dtucker@openbsd.org
1
-14
/
+23
2024-08-21
simplify sshkey_prekey_alloc(); always use mmap
Damien Miller
1
-17
/
+10
2024-08-20
upstream: Merge AEAD test into main test loop.
dtucker@openbsd.org
1
-12
/
+10
2024-08-20
upstream: Set a default RekeyLimit of 256k.
dtucker@openbsd.org
1
-3
/
+4
[next]