index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chacha.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
upstream: missing match localnetwork negation check
djm@openbsd.org
1
-1
/
+3
2023-07-17
upstream: - add -P to usage() - sync the arg name to -J in usage()
jmc@openbsd.org
1
-8
/
+8
2023-07-17
upstream: -P before -p in SYNOPSIS;
jmc@openbsd.org
1
-2
/
+2
2023-07-17
upstream: configuation -> configuration
jsg@openbsd.org
1
-2
/
+2
2023-07-17
upstream: move other RCSIDs to before their respective license blocks
djm@openbsd.org
5
-10
/
+5
2023-07-17
upstream: Move RCSID to before license block and away from #includes,
djm@openbsd.org
1
-2
/
+1
2023-07-17
upstream: return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a
djm@openbsd.org
1
-2
/
+2
2023-07-17
avoid AF_LINK on platforms that don't define it
Damien Miller
1
-0
/
+2
2023-07-17
upstream: Add support for configuration tags to ssh(1).
djm@openbsd.org
5
-9
/
+48
2023-07-17
upstream: add a "match localnetwork" predicate.
djm@openbsd.org
2
-6
/
+87
2023-07-17
upstream: remove vestigal support for KRL signatures
djm@openbsd.org
4
-179
/
+36
2023-07-17
upstream: Support for KRL extensions.
djm@openbsd.org
3
-4
/
+137
2023-07-17
upstream: Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.
dtucker@openbsd.org
2
-2
/
+4
2023-07-14
Fix typo in declaration of nmesg.
Darren Tucker
1
-1
/
+1
2023-07-14
portable-specific int overflow defence-in-depth
Damien Miller
2
-18
/
+16
2023-07-14
upstream: add defence-in-depth checks for some unreachable integer
djm@openbsd.org
4
-9
/
+23
2023-07-14
upstream: misplaced debug message
djm@openbsd.org
1
-2
/
+2
2023-07-12
replace deprecate selinux matchpathcon function
Damien Miller
1
-1
/
+8
2023-07-07
upstream: minleft and maxsign are u_int so cast appropriately. Prompted
dtucker@openbsd.org
1
-3
/
+3
2023-07-07
upstream: add support for unix domain sockets to ssh -W
dlg@openbsd.org
3
-7
/
+10
2023-07-05
gss-serv.c: `MAXHOSTNAMELEN` -> `HOST_NAME_MAX`
David Seifert
1
-1
/
+1
2023-06-23
Update runner OS version for hardenedmalloc test.
Darren Tucker
1
-1
/
+1
2023-06-22
handle sysconf(SC_OPEN_MAX) returning > INT_MAX;
Damien Miller
1
-7
/
+12
2023-06-21
upstream: better validate CASignatureAlgorithms in ssh_config and
djm@openbsd.org
4
-9
/
+22
2023-06-21
upstream: make `ssh -Q CASignatureAlgorithms` only list signature
djm@openbsd.org
2
-4
/
+8
2023-06-21
upstream: handle rlimits > INT_MAX (rlim_t is u64); ok dtucker
djm@openbsd.org
1
-6
/
+8
2023-06-21
upstream: prepare for support for connecting to unix domain sockets
djm@openbsd.org
1
-7
/
+22
2023-06-20
upstream: reset comment=NULL for each key in do_fingerprint();
djm@openbsd.org
1
-1
/
+2
2023-06-20
upstream: Store timeouts as int, not u_int as they are limited to
millert@openbsd.org
3
-12
/
+13
2023-05-25
fixup! if -s & -p specified, mention 'sftp -P' on
Philip Hands
1
-3
/
+4
2023-05-25
Make ssh-copy-id(1) consistent with OpenSSH.
Darren Tucker
1
-26
/
+40
2023-05-25
if -s & -p specified, mention 'sftp -P' on success
Philip Hands
1
-3
/
+7
2023-05-25
drop whitespace
Philip Hands
1
-1
/
+1
2023-05-25
make -x also apply to the target script
Philip Hands
1
-0
/
+2
2023-05-25
add -t option to specify the target path
Philip Hands
2
-20
/
+26
2023-05-25
Fix test error for /bin/sh on Solaris 10 and older
Carlos RodrÃguez Gili
1
-1
/
+2
2023-05-25
Remove outdated comment
Jakub Jelen
1
-1
/
+0
2023-05-25
Special case OpenWrt instead of Dropbear.
Darren Tucker
1
-13
/
+10
2023-05-25
ssh-copy-id: add -x option (for debugging)
Philip Hands
2
-2
/
+12
2023-05-25
update copyright notices
Philip Hands
2
-2
/
+2
2023-05-25
upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand
djm@openbsd.org
1
-2
/
+2
2023-05-10
upstream: Remove unused prototypes for ssh1 RSA functions.
dtucker@openbsd.org
1
-4
/
+1
2023-05-09
main(void) to prevent unused variable warning.
Darren Tucker
1
-1
/
+1
2023-05-09
Remove warning pragma since clang doesn't like it.
Darren Tucker
1
-3
/
+0
2023-05-09
Suppress warning for snprintf truncation test.
Darren Tucker
1
-2
/
+7
2023-05-09
Update OpenSSL compat test for 3.x.
Darren Tucker
1
-9
/
+20
2023-05-08
Add macos13 PAM test target.
Darren Tucker
1
-0
/
+1
2023-05-08
Skip agent-peereid test on macos13.
Darren Tucker
1
-1
/
+7
2023-05-08
Include config.guess in debug output.
Darren Tucker
1
-1
/
+3
2023-05-08
Handle OpenSSL >=3 ABI compatibility.
Darren Tucker
1
-9
/
+11
[next]