aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenSSL use-after-free vulnerability.Xin LI2014-04-301-1/+1
* Apply upstream patch for EC calculation bug and bump version addendum.Dag-Erling Smørgrav2014-04-2010-9/+35
|\
* | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-135-5/+5
* | Restore the pX part to the version number printed in debugging mode.Dag-Erling Smørgrav2014-04-091-1/+1
* | Merge OpenSSL 1.0.1g.Jung-uk Kim2014-04-0854-81/+311
|\ \
| * | Import OpenSSL 1.0.1g.vendor/openssl/1.0.1gJung-uk Kim2014-04-0816-28/+189
* | | Fix NFS deadlock vulnerability. [SA-14:05]Xin LI2014-04-085-24/+106
* | | Upgrade to OpenSSH 6.6p1.Dag-Erling Smørgrav2014-03-25123-2462/+1520
|\ \ \ | | |/ | |/|
* | | Add a pre-merge script which reverts mechanical changes such as addedDag-Erling Smørgrav2014-03-2433-63/+132
* | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* | | Fix installations that use kernels without CAPABILITIES support.Pawel Jakub Dawidek2014-02-041-2/+4
* | | Turn sandboxing on by default.Dag-Erling Smørgrav2014-02-013-3/+3
* | | Upgrade to OpenSSH 6.5p1.Dag-Erling Smørgrav2014-01-31204-4432/+13542
|\| |
* | | Merge OpenSSL 1.0.1f.Jung-uk Kim2014-01-22109-849/+1485
|\ \ \ | | |/ | |/|
| * | Import OpenSSL 1.0.1f.vendor/openssl/1.0.1fJung-uk Kim2014-01-2255-613/+847
* | | MFV r260399:Xin LI2014-01-075-8/+25
|\| |
* | | Apply patch from upstream Heimdal for encoding fixBenjamin Kaduk2013-12-131-2/+2
* | | MFV r257952:Xin LI2013-11-1126-54/+70
|\ \ \ | | |/ | |/|
* | | Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of aDag-Erling Smørgrav2013-09-236-17/+64
* | | Pull in all the OpenSSH bits that we'd previously left out because weDag-Erling Smørgrav2013-09-21146-0/+43001
|\| |
* | | Upgrade to 6.3p1.Dag-Erling Smørgrav2013-09-21154-2393/+4264
|\| |
* | | Change the default value of VerifyHostKeyDNS to "yes" if compiled withDag-Erling Smørgrav2013-09-103-1/+11
* | | These three files appeared in 6.0p1, which was imported into the vendorDag-Erling Smørgrav2013-09-093-0/+558
|\| |
* | | Apply upstream revision 1.151 (fix relative symlinks)Dag-Erling Smørgrav2013-08-131-1/+2
|\| |
* | | MFV r254106 (OpenSSL bugfix for RT #2984):Xin LI2013-08-081-1/+1
|\ \ \ | | |/ | |/|
* | | Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.Hiroki Sato2013-06-301-1/+1
* | | r251088 reverted the default value for UsePrivilegeSeparation fromDag-Erling Smørgrav2013-06-282-2/+2
* | | Revert a local change that sets the default for UsePrivilegeSeparation toDag-Erling Smørgrav2013-05-291-1/+1
* | | Have the ipropd-master listen on an IPv6 socket in addition to an IPv4Bjoern A. Zeeb2013-05-181-6/+62
* | | Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patchedDag-Erling Smørgrav2013-05-1712-30/+65
|\ \ \ | | |/ | |/|
* | | The HPN patch added a new BUG bit for SSH_BUG_LARGEWINDOWBryan Drewery2013-05-131-1/+1
* | | Merge updated "no such identity file" patch.Dag-Erling Smørgrav2013-04-243-34/+29
|\| |
* | | Silence "received disconnect" in the common case.Dag-Erling Smørgrav2013-04-141-2/+6
|\| |
* | | Merge upstream patch to silence spurious "no such identity file" warnings.Dag-Erling Smørgrav2013-04-024-14/+29
|\| |
* | | Silence printf format warnings.Dag-Erling Smørgrav2013-04-021-5/+10
* | | Silence warnings about redefined macros.Dag-Erling Smørgrav2013-04-011-0/+4
* | | Revert r247892 now that this has been fixed upstream.Dag-Erling Smørgrav2013-03-231-1/+0
* | | Upgrade to OpenSSH 6.2p1. The most important new features are supportDag-Erling Smørgrav2013-03-2294-1239/+4986
|\| |
* | | Keep the default AuthorizedKeysFile setting. Although authorized_keys2Dag-Erling Smørgrav2013-03-181-2/+1
* | | Unlike OpenBSD's, our setusercontext() will intentionally ignore the user'sDag-Erling Smørgrav2013-03-131-0/+6
* | | Partially revert r247892 and r247904 since our strnvis() does notDag-Erling Smørgrav2013-03-072-2/+5
* | | Remove strnvis(), strvis(), strvisx().Dag-Erling Smørgrav2013-03-061-3/+0
* | | Explicitly disable lastlog, utmp and wtmp.Dag-Erling Smørgrav2013-03-062-8/+44
* | | Import change 6d783560e4aad1e680097d11e89755647a5aba87 from upstreamDimitry Andric2013-02-191-1/+1
* | | Merge OpenSSL 1.0.1e.Jung-uk Kim2013-02-13174-871/+2669
|\ \ \ | | |/ | |/|
| * | Import OpenSSL 1.0.1e.vendor/openssl/1.0.1eJung-uk Kim2013-02-13103-374/+995
* | | Change "the the" to "the". It is a continuation of r226436 and missed inJung-uk Kim2013-02-131-1/+1
* | | Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-2611-0/+0
* | | Indicate that we are using OpenSSL with some local modifications.Xin LI2013-01-021-1/+1
* | | MFV r244973:Xin LI2013-01-021-17/+8
|\| |