index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
Age
Commit message (
Expand
)
Author
2023-03-07
Fix mem leak in environment setup. From jjelen at redhat.com via
Darren Tucker
2023-03-07
fix memory leak in process_read() path; Spotted by James Robinson
Damien Miller
2023-03-07
correct size for array argument when changing UMAC_OUTPUT_LEN
Damien Miller
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2023-03-05
Fix mem and FILE leaks in moduli screening.
Darren Tucker
2023-03-05
Plug mem leak in moduli checkpoint option parsing.
Darren Tucker
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-03-04
Use time_t instead of u_int for remaining x11 timeout checks for 64bit
Darren Tucker
2023-03-03
Ensure ms_remain is always initialized, similar to what we do in
Darren Tucker
2023-03-03
Check for non-NULL before string comparison. From jjelen at redhat.com
Darren Tucker
2023-03-03
guard against getsockname(-1, ...) from Coverity CID 291832
Damien Miller
2023-03-03
some options are not first-match-wins. Mention that there are
Damien Miller
2023-03-03
actually print "channeltimeout none" in config dump mode;
Damien Miller
2023-03-03
Check return values of dup2. Spotted by Coverity, ok djm@
Darren Tucker
2023-03-03
Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for
Darren Tucker
2023-03-03
Check return value from fctnl and warn on failure. Spotted by Coverity,
Darren Tucker
2023-03-02
Ensure we always call fclose when writing checkpoints. In the case of
Darren Tucker
2023-02-28
fatal out if allocating banner string fails to avoid potential null
Darren Tucker
2023-02-28
Explicitly ignore return from fchmod similar to other calls to
Darren Tucker
2023-02-27
Plug mem leak on globbed ls error path. Spotted by Coverity, ok deraadt@
Darren Tucker
2023-02-22
fix progressmeter corruption on wide displays; bz3534
Damien Miller
2023-02-21
fseek to end of known_hosts before writing to it. POSIX and ANSI C
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This was
Darren Tucker
2023-02-16
Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used.
Darren Tucker
2023-02-16
Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1
Darren Tucker
2023-02-10
space between macro and punctuation;
Jason McIntyre
2023-02-10
space between macro and punctuation;
Jason McIntyre
2023-02-10
sort SYNOPSIS;
Jason McIntyre
2023-02-10
let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when
Damien Miller
2023-02-10
add a `sshd -G` option that parses and prints the effective
Damien Miller
2023-02-10
make `ssh -Q CASignatureAlgorithms` work as the manpage says it should
Damien Miller
2023-02-09
Ensure that there is a terminating newline when adding a new entry
Darren Tucker
2023-02-02
openssh-9.2
Damien Miller
2023-02-02
fix double-free caused by compat_kex_proposal(); bz3522
Damien Miller
2023-01-18
delete useless dependency
Theo de Raadt
2023-01-18
Create and install sshd random relink kit.
Theo de Raadt
2023-01-18
tweak previous; ok djm
Jason McIntyre
2023-01-18
when restoring non-blocking mode to stdio fds, restore exactly
Damien Miller
2023-01-18
Add a -V (version) option to sshd like the ssh client has.
Todd C. Miller
2023-01-17
For "ssh -V" always exit 0, there is no need to check opt again.
Todd C. Miller
2023-01-17
Add a sshd_config UnusedConnectionTimeout option to terminate
Damien Miller
2023-01-15
update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122)
Damien Miller
2023-01-13
fix double phrase in previous;
Jason McIntyre
2023-01-13
Document "UserKnownHostsFile none". ok djm@
Darren Tucker
2023-01-13
Add a "Host" line to the output of ssh -G showing the original host arg.
Darren Tucker
2023-01-13
avoid printf("%s", NULL) if using ssh -oUserKnownHostsFile=none
Damien Miller
2023-01-11
clamp the minimum buffer lengths and number of inflight requests too
Damien Miller
2023-01-11
ignore bogus upload/download buffer lengths in the limits extension
Damien Miller
2023-01-11
remove whitespace at EOL from code extracted from SUPERCOP
Damien Miller
[next]