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
2019-04-03
openssh-8.0
Damien Miller
2019-03-29
when logging/fataling on error, include a bit more detail than just the
Damien Miller
2019-03-27
fix interaction between ClientAliveInterval and RekeyLimit that could
Damien Miller
2019-03-25
Fix authentication failures when "AuthenticationMethods any" in a
Damien Miller
2019-03-25
whitespace
Damien Miller
2019-03-25
Expand comment to document rationale for default key sizes.
Darren Tucker
2019-03-25
Increase the default RSA key size to 3072 bits. Based on the estimates
Darren Tucker
2019-03-22
full stop in the wrong place;
Jason McIntyre
2019-03-16
benno helped me clean up the tcp forwarding section;
Jason McIntyre
2019-03-08
fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL
Markus Friedl
2019-03-06
Move checks for lists of users or groups into their own function.
Darren Tucker
2019-03-06
Reset last-seen time when sending a keepalive. Prevents sending two
Darren Tucker
2019-03-05
PKCS#11 support is no longer limited to RSA; ok benno@ kn@
Christian Weisgerber
2019-03-01
in ssh_set_newkeys(), mention the direction that we're keying in debug
Damien Miller
2019-03-01
Fix two race conditions in sshd relating to SIGHUP:
Damien Miller
2019-03-01
mention PKCS11Provide=none, reword a little and remove mention of
Damien Miller
2019-03-01
let PKCS11Provider=none do what users expect
Damien Miller
2019-02-27
dup stdout/in for proxycommand=-, otherwise stdout might be
Markus Friedl
2019-02-23
openssh-7.9 accidentally reused the server's algorithm lists in the
Damien Miller
2019-02-22
perform removal of agent-forwarding directory in forward setup error
Damien Miller
2019-02-18
sync the description of ~/.ssh/config with djm's updated description in ssh.1;
Jason McIntyre
2019-02-12
fix regression in r1.302 reported by naddy@ - only the first public
Damien Miller
2019-02-11
cleanup GSSAPI authentication context after completion of the
Damien Miller
2019-02-10
ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,
Sebastian Benoit
2019-02-10
when checking that filenames sent by the server side match what the
Damien Miller
2019-02-10
syslog when connection is dropped for attempting to run a command
Damien Miller
2019-02-05
Adapt code in the non-USE_PIPES codepath to the new packet API.
Darren Tucker
2019-02-04
fix NULL-deref crash in PKCS#11 code when attempting login to a token
Damien Miller
2019-02-04
Remove obsolete "Protocol" from commented out examples.
Darren Tucker
2019-02-01
Save connection timeout and restore for 2nd and subsequent attempts,
Darren Tucker
2019-01-30
Add authors for public domain sntrup4591761 code;
Markus Friedl
2019-01-27
add -T to usage();
Jason McIntyre
2019-01-26
check in scp client that filenames sent during remote->local directory
Damien Miller
2019-01-26
make ssh-keyscan return a non-zero exit status if it finds no keys.
Damien Miller
2019-01-24
Accept the host key fingerprint as a synonym for "yes" when accepting
Darren Tucker
2019-01-24
Have progressmeter force an update at the beginning and end of each
Darren Tucker
2019-01-24
Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSD
Darren Tucker
2019-01-24
Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*
Darren Tucker
2019-01-23
Remove support for obsolete host/port syntax.
Darren Tucker
2019-01-23
Remove duplicate word. bz#2958, patch from jjelen at redhat.com
Darren Tucker
2019-01-23
Remove 3 as a guess for possible generator during moduli generation.
Darren Tucker
2019-01-23
Sanitize scp filenames via snmprintf. To do this we move the
Darren Tucker
2019-01-23
allow auto-incrementing certificate serial number for certs signed
Damien Miller
2019-01-23
move a bunch of global flag variables to main(); make the rest static
Damien Miller
2019-01-23
switch mainloop from select(2) to poll(2); ok deraadt@
Damien Miller
2019-01-23
pass most arguments to the KEX hash functions as sshbuf rather
Damien Miller
2019-01-22
backoff reading messages from active connections when the input buffer
Damien Miller
2019-01-22
add -m to usage(); reminded by jmc@
Damien Miller
2019-01-22
Correct some bugs in PKCS#11 token PIN handling at initial login,
Damien Miller
2019-01-22
Support keys that set the CKA_ALWAYS_AUTHENTICATE by requring a
Damien Miller
[next]