index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshbuf-io.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-20
upstream: actually use the length parameter that was passed in rather
djm@openbsd.org
1
-4
/
+4
2024-08-20
private key coredump protection for Linux/FreeBSD
Damien Miller
1
-0
/
+18
2024-08-20
upstream: place shielded keys (i.e. keys at rest in RAM) into memory
djm@openbsd.org
1
-6
/
+26
2024-08-17
upstream: mention that ed25519 is the default key type generated and
djm@openbsd.org
1
-4
/
+4
2024-08-17
upstream: fix minor memory leak in Subsystem option parsing; from
djm@openbsd.org
1
-1
/
+2
2024-08-17
upstream: fix swapping of source and destination addresses in some sshd
djm@openbsd.org
1
-2
/
+2
2024-08-17
Add compat functions for EVP_Digest{Sign,Verify}.
Darren Tucker
4
-0
/
+40
2024-08-17
make sure that usage & man page match
Philip Hands
2
-8
/
+11
2024-08-17
update copyright notices
Philip Hands
2
-2
/
+2
2024-08-17
restore optionality of -i's argument
Philip Hands
2
-2
/
+18
2024-08-17
avoid exploring .ssh/id*.pub subdirectories
Philip Hands
1
-1
/
+1
2024-08-17
ensure that we're always told the source of keys
Philip Hands
1
-1
/
+2
2024-08-17
add $HOME to ERROR if one cannot write to ~/.ssh
Philip Hands
1
-1
/
+1
2024-08-17
assert that SCRATCH_DIR is a writable directory
Philip Hands
1
-0
/
+11
2024-08-17
quote to avoid potential for word splitting
Philip Hands
1
-6
/
+6
2024-08-17
ensure ERROR output goes to STDERR
Philip Hands
1
-4
/
+4
2024-08-17
avoid extra space when no arg given to -i option
Philip Hands
1
-1
/
+1
2024-08-17
put the -i before -[pP] (matching man pages)
Philip Hands
1
-1
/
+1
2024-08-17
Minor space issue fixed
Shreyas Mahangade
1
-1
/
+1
2024-08-17
Show identity file in 'ssh' command
Shreyas Mahangade
1
-1
/
+1
2024-08-16
more OPENSSL_HAS_ECC
Damien Miller
1
-0
/
+6
2024-08-15
fix merge botch that broke !OPENSSL_HAS_ECC
Damien Miller
1
-1
/
+2
2024-08-15
missed OPENSSL_HAS_ECC case
Damien Miller
1
-0
/
+2
2024-08-15
retire testing aginst older LibreSSL versions
Damien Miller
1
-2
/
+0
2024-08-15
sync TEST_MALLOC_OPTIONS for OpenBSD
Damien Miller
1
-1
/
+1
2024-08-15
remove gratuitious difference from OpenBSD
Damien Miller
1
-6
/
+6
2024-08-15
upstream: adapt to EVP_PKEY conversion
djm@openbsd.org
3
-25
/
+30
2024-08-15
upstream: test transfers in mux proxy mode too
djm@openbsd.org
1
-14
/
+15
2024-08-15
upstream: Convert RSA and ECDSA key to the libcrypto EVP_PKEY API.
djm@openbsd.org
14
-522
/
+749
2024-08-15
upstream: Reorder calloc arguments
tobias@openbsd.org
2
-5
/
+5
2024-08-15
upstream: Extend sshbuf validation
tobias@openbsd.org
1
-2
/
+4
2024-08-15
upstream: Use freezero for better readability
tobias@openbsd.org
1
-5
/
+3
2024-08-15
upstream: Fix typo in comment
tobias@openbsd.org
1
-2
/
+2
2024-08-15
upstream: add a random amount of time (up to 4 seconds) to the
dlg@openbsd.org
1
-4
/
+17
2024-08-15
upstream: document the reduced logingrace penalty
naddy@openbsd.org
1
-3
/
+3
2024-07-28
Explicitly install libssl-devel cygwin.
Darren Tucker
1
-1
/
+1
2024-07-26
upstream: reduce logingrace penalty.
djm@openbsd.org
1
-2
/
+2
2024-07-26
upstream: Fix proxy multiplexing (-O proxy) bug
djm@openbsd.org
4
-20
/
+26
2024-07-26
upstream: mention mux proxy mode
djm@openbsd.org
1
-2
/
+4
2024-07-26
upstream: fix double word; ok dtucker@
jsg@openbsd.org
1
-3
/
+3
2024-07-25
Check for SA_RESTART before using it.
Darren Tucker
1
-0
/
+2
2024-07-20
Class-imposed login restrictions
Yuichiro Naito
2
-0
/
+20
2024-07-10
upstream: correct keyword; from Yatao Su via GHPR509
djm@openbsd.org
1
-3
/
+3
2024-07-08
upstream: don't need return at end of void function
djm@openbsd.org
1
-2
/
+1
2024-07-08
upstream: fix grammar: "a pattern lists" -> "one or more pattern
djm@openbsd.org
2
-8
/
+8
2024-07-07
Cast to sockaddr * in systemd interface.
Darren Tucker
1
-1
/
+1
2024-07-04
Add 9.8 branch to ci-status page.
Darren Tucker
1
-0
/
+4
2024-07-03
Fix detection of setres*id on GNU/Hurd
Samuel Thibault
1
-0
/
+7
2024-07-01
version numbers
Damien Miller
3
-3
/
+3
2024-07-01
upstream: openssh-9.8
djm@openbsd.org
1
-2
/
+2
[next]