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
2016-02-05
Only check errno if read() has returned an error. EOF is not an error.
Christian Weisgerber
2016-02-05
avoid an uninitialised value when NumberOfPasswordPrompts is 0
Jonathan Gray
2016-02-05
mention internal DH-GEX fallback groups; bz#2302
Damien Miller
2016-02-05
better description for MaxSessions; bz#2531
Damien Miller
2016-02-04
printf argument casts to avoid warnings on strict compilers
Damien Miller
2016-02-01
Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"
Todd C. Miller
2016-01-29
Remove leftover roaming dead code. ok djm markus.
Darren Tucker
2016-01-29
include packet type of non-data packets in debug3 output;
Damien Miller
2016-01-29
Revert "account for packets buffered but not yet processed" change as it
Darren Tucker
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-29
Account for packets buffered but not yet processed when computing whether or
Darren Tucker
2016-01-27
change old $FreeBSD version string in comment so it doesn't become an
Damien Miller
2016-01-27
make the debug messages a bit more useful here
Damien Miller
2016-01-23
Zero a stack buffer with explicit_bzero() instead of memset() when
Jonathan Gray
2016-01-20
Include sys/time.h for gettimeofday. From sortie at maxsi.org.
Darren Tucker
2016-01-14
fd leaks; report Qualys Security Advisory team; ok deraadt@
Markus Friedl
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2016-01-14
Disable experimental client-side roaming support. Server side was
Theo de Raadt
2016-01-13
eliminate fallback from untrusted X11 forwarding to trusted
Damien Miller
2016-01-12
use explicit_bzero() more liberally in the buffer code; ok deraadt
Damien Miller
2015-12-31
fix three bugs in KRL code related to (unused) signature support:
Damien Miller
2015-12-30
unused prototype
Damien Miller
2015-12-26
Use pread/pwrite instead separate lseek+read/write for lastlog.
Philip Guenther
2015-12-26
adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ...
Sebastien Marie
2015-12-13
unbreak connections with peers that set first_kex_follows;
Damien Miller
2015-12-11
Add "id" to ssh-agent pledge for subprocess support.
Doug Hogan
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
2015-12-11
include remote port number in a few more messages; makes tying log
Damien Miller
2015-12-11
don't try to load SSHv1 private key when compiled without SSHv1
Damien Miller
2015-12-11
use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key
Damien Miller
2015-12-11
Remove NULL-checks before sshkey_free().
mmcc
2015-12-11
fflush stdout so that output is seen even when running in debug mode when
Darren Tucker
2015-12-11
correct error messages; from Tomas Kuthan bz#2507
Damien Miller
2015-12-11
Pass (char *)NULL rather than (char *)0 to execl and execlp.
mmcc
2015-12-10
Remove NULL-checks before free().
mmcc
2015-12-10
Fix a couple "the the" typos. ok dtucker@
mmcc
2015-12-07
stricter encoding type checks for ssh-rsa; ok djm@
Markus Friedl
2015-12-05
prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@
Markus Friedl
2015-12-04
Properly handle invalid %-format by calling fatal.
Tobias Stoeckmann
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-12-04
clean up agent_fd handling; properly initialise it to -1 and
Damien Miller
2015-12-03
pledges ssh client:
Sebastien Marie
2015-12-02
Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink().
Doug Hogan
2015-12-02
ssh-agent pledge needs proc for askpass; spotted by todd@
Damien Miller
2015-12-01
basic pledge() for ssh-agent, more refinement needed
Damien Miller
2015-11-29
pledge, better fatal() messages; feedback deraadt@
Damien Miller
2015-11-28
do not leak temp file if there is no known_hosts file
Theo de Raadt
2015-11-28
don't include port number in tcpip-forward replies for requests
Damien Miller
2015-11-27
pledge "stdio rpath wpath cpath fattr tty proc exec" except for the
Theo de Raadt
2015-11-20
allow comment change for all supported formats
Alexander Hall
[next]