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
2010-09-03
add an EXIT STATUS section for /usr/bin;
Jason McIntyre
2010-09-02
Switch ECDSA default key size to 256 bits, which according to RFC5656
Christian Weisgerber
2010-09-02
unbreak ControlPersist=yes for ControlMaster=yes; ok djm@
Markus Friedl
2010-09-02
permit -b 256, 384 or 521 as key size for ECDSA; ok djm@
Markus Friedl
2010-09-01
prefer ECDH in a 256 bit curve field; prompted by naddy@
Damien Miller
2010-09-01
pick up ECDSA host key by default; ok djm@
Christian Weisgerber
2010-08-31
small text tweak to accommodate previous;
Jason McIntyre
2010-08-31
fix some macro abuse;
Jason McIntyre
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-31
Add buffer_get_cstring() and related functions that verify that the
Damien Miller
2010-08-16
backout previous temporarily; discussed with deraadt@
Damien Miller
2010-08-12
OpenSSL_add_all_algorithms is the name of the function we have a man page
Ted Unangst
2010-08-12
close any extra file descriptors inherited from parent at start and
Damien Miller
2010-08-08
use the same template for all FILES sections; i.e. -compact/.Pp where we
Jason McIntyre
2010-08-08
crank to 5.6
Damien Miller
2010-08-05
Fix a trio of bugs in the local/remote window calculation for datagram
Damien Miller
2010-08-04
clean for -Wuninitialized
Damien Miller
2010-08-04
Support CA keys in PKCS#11 tokens; feedback and ok markus@
Damien Miller
2010-08-04
commited the wrong version of the hostbased certificate diff; this
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-08-04
tighten the rules for certificate encoding by requiring that options
Damien Miller
2010-08-04
Remove mentions of weird "addr/port" alternate address format for IPv6
Damien Miller
2010-07-23
Ciphers is documented in ssh_config(5) these days
Darren Tucker
2010-07-21
sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern
Damien Miller
2010-07-19
add a "ControlPersist" option that automatically starts a background
Damien Miller
2010-07-19
bz#1797: fix swapped args in upload_dir_internal(), breaking recursive
Damien Miller
2010-07-16
more timing paranoia - compare all parts of the expected decrypted
Damien Miller
2010-07-16
avoid bogus compiler warning
Damien Miller
2010-07-15
repair incorrect block nesting, which screwed up indentation;
Ingo Schwarze
2010-07-14
finally ssh synopsis looks nice again! this commit just removes a ton of
Jason McIntyre
2010-07-13
s/timing_safe_cmp/timingsafe_bcmp/g
Damien Miller
2010-07-13
implement a timing_safe_cmp() function to compare memory without leaking
Damien Miller
2010-07-12
expand %h to the hostname in ssh_config Hostname options. While this
Damien Miller
2010-07-12
Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")
Damien Miller
2010-07-02
unbreak strdelim() skipping past quoted strings, e.g.
Damien Miller
2010-07-01
Fix a longstanding problem where if you suspend scp at the
Todd C. Miller
2010-06-30
tweak previous;
Jason McIntyre
2010-06-30
sort usage();
Jason McIntyre
2010-06-30
tweak previous;
Jason McIntyre
2010-06-29
allow key options (command="..." and friends) in AuthorizedPrincipals;
Damien Miller
2010-06-29
allow import (-i) and export (-e) of PEM and PKCS#8 encoded keys;
Damien Miller
2010-06-26
oops, forgot to #include <canohost.h>; spotted and patch from chl@
Damien Miller
2010-06-26
tweak previous;
Jason McIntyre
2010-06-25
Add X11ForwardTimeout option to specify timeout for untrusted X11
Damien Miller
2010-06-25
log the hostname and address that we connected to at LogLevel=verbose
Damien Miller
2010-06-25
skip the initial check for access with an empty password when
Damien Miller
2010-06-25
bz#1750: fix requirement for /dev/null inside ChrootDirectory for
Damien Miller
2010-06-25
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
Damien Miller
2010-06-23
fix printing of extensions in v01 certificates that I broke in r1.190
Damien Miller
[next]