index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
addr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-05-01
upstream: Import regenerated moduli.
dtucker@openbsd.org
1
-424
/
+444
2023-05-01
Add macos-13 test target.
Darren Tucker
1
-1
/
+8
2023-05-01
upstream: adjust ftruncate() logic to handle servers that reorder
djm@openbsd.org
1
-11
/
+39
2023-04-26
upstream: Check for ProxyJump=none in CanonicalizeHostname logic.
djm@openbsd.org
1
-3
/
+3
2023-04-17
upstream: remove duplicate signal.h include
jsg@openbsd.org
1
-2
/
+1
2023-04-17
upstream: fix double words ok dtucker@
jsg@openbsd.org
4
-8
/
+8
2023-04-11
Test against LibreSSL 3.7.2.
Darren Tucker
1
-1
/
+1
2023-04-06
remove unused upper-case const strings in fmtfp
Damien Miller
1
-4
/
+4
2023-04-06
upstream: simplify sshsig_find_principals() similar to what happened to
djm@openbsd.org
1
-4
/
+3
2023-04-06
upstream: remove redundant ssh!=NULL check; we'd already
djm@openbsd.org
1
-2
/
+2
2023-04-06
upstream: match_user() shouldn't be called with user==NULL unless
djm@openbsd.org
1
-1
/
+4
2023-04-06
upstream: don't care about glob() return value here.
djm@openbsd.org
1
-2
/
+2
2023-04-03
upstream: Move up null check and simplify process_escapes.
dtucker@openbsd.org
1
-7
/
+5
2023-04-03
need va_end() after va_copy(); ok dtucker
Damien Miller
1
-10
/
+13
2023-03-31
upstream: Explicitly ignore return from waitpid here too.
dtucker@openbsd.org
1
-3
/
+3
2023-03-31
upstream: Explictly ignore return codes
dtucker@openbsd.org
3
-8
/
+8
2023-03-31
upstream: Return immediately from get_sock_port
dtucker@openbsd.org
1
-1
/
+3
[next]