aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Integrate OpenSSL changeset 22950 (appro):Xin LI2013-01-021-17/+8
* | | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS inEitan Adler2012-12-064-5/+6
* | | Allow OpenSSL to use arc4random(3) on FreeBSD. arc4random(3) was modifiedPawel Jakub Dawidek2012-11-301-3/+3
* | | In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, sinceDimitry Andric2012-11-141-2/+0
* | | openssl: change SHLIB_VERSION_NUMBER to reflect the realityAndriy Gapon2012-09-111-1/+1
* | | Upgrade OpenSSH to 6.1p1.Dag-Erling Smørgrav2012-09-0395-1090/+2649
|\ \ \ | | |/ | |/|
* | | Merge OpenSSL 1.0.1c.Jung-uk Kim2012-07-121335-79732/+167672
|\ \ \ | | |/ | |/|
| * | Import OpenSSL 1.0.1c.vendor/openssl/1.0.1cJung-uk Kim2012-07-11738-31487/+127034
* | | Partially redo r226436, i. e., change "the the" to "the". ca(1), dgst(1),Jung-uk Kim2012-06-273-3/+3
* | | Merge OpenSSL 0.9.8x.Jung-uk Kim2012-06-2782-964/+1642
|\| |
| * | Import OpenSSL 0.9.8x.vendor/openssl/0.9.8xJung-uk Kim2012-06-2746-216/+665
* | | MFV (r237567):Xin LI2012-06-252-6/+9
|\ \ \ | | |/ | |/|
* | | Update the previous openssl fix. [12:01]Bjoern A. Zeeb2012-05-302-9/+8
* | | OpenSSH: allow VersionAddendum to be used againEygene Ryabinkin2012-05-275-28/+60
* | | Fix multiple OpenSSL vulnerabilities.Bjoern A. Zeeb2012-05-0311-39/+162
* | | - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfixStanislav Sedov2012-04-08220-394/+385
|\ \ \
* | | | - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-222720-162456/+415899
|\| | |
| * | | - Flatten the vendor heimdal tree.Stanislav Sedov2011-09-291592-515730/+0
* | | | Polish diff against upstream.Ed Schouten2012-02-1313-54/+50
* | | | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-0/+3
* | | | Add a -x option that causes ssh-agent(1) to exit when all clients haveDag-Erling Smørgrav2011-10-072-4/+32
* | | | Upgrade to OpenSSH 5.9p1.Dag-Erling Smørgrav2011-10-0586-1997/+2772
|\ \ \ \ | | |/ / | |/| |
* | | | Belatedly regenerate after application of the HPN patch.Dag-Erling Smørgrav2011-09-281-1/+4
* | | | Remove the svn:keywords property and restore the historical $FreeBSD$ tag.Dag-Erling Smørgrav2011-09-161-1/+1
* | | | Fix SSL memory handlig for (EC)DH cipher suites, in particular forXin LI2011-09-082-7/+21