aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts after import of OpenSSL 0.9.8b.Simon L. B. Nielsen2006-07-301-53/+215
| | | | | | | | | | | This was missed the first time around since eng_padlock.c was not part of OpenSSL 0.9.7e and therefor did not have the v0_9_7e CVS tag used during original resolve of conflicts. Noticed by: Antoine Brodin <antoine.brodin@laposte.net> Notes: svn path=/head/; revision=160837
* Sync FREEBSD-Xlist with what was actually excluded from OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-291-0/+4
| | | | | | | import. Notes: svn path=/head/; revision=160827
* Add some rough notes on how to import a new OpenSSL version into theSimon L. B. Nielsen2006-07-291-0/+42
| | | | | | | FreeBSD base system. Parts are inspired by the OpenSSH upgrade notes. Notes: svn path=/head/; revision=160826
* Resolve conflicts after import of OpenSSL 0.9.8b.Simon L. B. Nielsen2006-07-29112-24404/+1759
| | | | Notes: svn path=/head/; revision=160817
* This commit was generated by cvs2svn to compensate for changes in r160814,Simon L. B. Nielsen2006-07-29892-19778/+97022
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=160815
| * Vendor import of OpenSSL 0.9.8bSimon L. B. Nielsen2006-07-29915-20663/+98999
| | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=160814
| * Remove files that are no longer part of OpenSSL from the vendorJacques Vidrine2005-02-2557-15302/+0
| | | | | | | | | | | | | | branch. This time, these are mostly the `Makefile.ssl' files. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142430
* | Our glob(3) has all the required features.Dag-Erling Smørgrav2006-06-091-2/+2
| | | | | | | | | | | | | | Submitted by: ache Notes: svn path=/head/; revision=159458
* | Revert inadvertant commit of debugging code.Dag-Erling Smørgrav2006-06-091-2/+0
| | | | | | | | Notes: svn path=/head/; revision=159457
* | Introduce a namespace munging hack inspired by NetBSD to avoid pollutingDag-Erling Smørgrav2006-05-132-0/+355
| | | | | | | | | | | | | | | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks Notes: svn path=/head/; revision=158519
* | Fix utmp. There is some clever logic in configure.ac which attempts toDag-Erling Smørgrav2006-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | determine whether struct utmp contains the ut_host and ut_time fields. Unfortunately, it reports a false negative for both on FreeBSD, and I didn't check the resulting config.h closely enough to catch the error. Noticed by: ache Notes: svn path=/head/; revision=157055
* | Regenerate.Dag-Erling Smørgrav2006-03-221-419/+486
| | | | | | | | Notes: svn path=/head/; revision=157020
* | Merge conflicts.Dag-Erling Smørgrav2006-03-2239-1744/+2322
| | | | | | | | Notes: svn path=/head/; revision=157019
* | This commit was generated by cvs2svn to compensate for changes in r157016,Dag-Erling Smørgrav2006-03-2298-992/+2742
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=157017
| * | Vendor import of OpenSSH 4.3p1.Dag-Erling Smørgrav2006-03-22135-2183/+4972
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=157016
* | | Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* | | Fix the amd64 (and presumably ia64) lib32 build by ensuring that theDoug Rabson2006-01-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heimdal GSS-API mechanism uses its own version of gssapi.h, including all the implementation-dependant pollution contained therein. This moves the file off the vendor branch, sadly. Submitted by: bz Notes: svn path=/head/; revision=153969
* | | Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts) Notes: svn path=/head/; revision=153838
* | | Correct a man-in-the-middle SSL version rollback vulnerability.Colin Percival2005-10-111-6/+1
| | | | | | | | | | | | | | | | | | | | | Security: FreeBSD-SA-05:21.openssl Notes: svn path=/head/; revision=151233
* | | RegenerateDag-Erling Smørgrav2005-09-031-11/+55
| | | | | | | | | | | | Notes: svn path=/head/; revision=149754
* | | Resolve conflicts.Dag-Erling Smørgrav2005-09-0355-1006/+1397
| | | | | | | | | | | | Notes: svn path=/head/; revision=149753
* | | This commit was generated by cvs2svn to compensate for changes in r149749,Dag-Erling Smørgrav2005-09-0366-823/+2460
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=149750
| * | Vendor import of OpenSSH 4.2p1.Dag-Erling Smørgrav2005-09-03117-1680/+3842
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=149749
* | | fine-tune.Dag-Erling Smørgrav2005-09-031-2/+2
| | | | | | | | | | | | Notes: svn path=/head/; revision=149748
* | | This is sort of an MFS. Peter made these changes to the RELENG_*Ken Smith2005-07-072-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branches but missed HEAD. This patch extends his a little bit, setting it up via the Makefiles so that adding _FREEFALL_CONFIG to /etc/make.conf is the only thing needed to cluster-ize things (current setup also requires overriding CFLAGS). From Peter's commit to the RELENG_* branches: > Add the freebsd.org custer's source modifications under #ifdefs to aid > keeping things in sync. For ksu: > * install suid-root by default > * don't fall back to asking for a unix password (ie: be pure kerberos) > * allow custom user instances for things like www and not just root The Makefile tweaks will be MFC-ed, the rest is already done. MFC after: 3 days Approved by: re (dwhite) Notes: svn path=/head/; revision=147810
* | | Forgot to bump the version addendum.Dag-Erling Smørgrav2005-06-051-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=147010
* | | Regenerate.Dag-Erling Smørgrav2005-06-051-13/+82
| | | | | | | | | | | | Notes: svn path=/head/; revision=147006
* | | Resolve conflicts.Dag-Erling Smørgrav2005-06-0552-1069/+2431
| | | | | | | | | | | | Notes: svn path=/head/; revision=147005
* | | Update for 4.1p1.Dag-Erling Smørgrav2005-06-051-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=147004
* | | This commit was generated by cvs2svn to compensate for changes in r147001,Dag-Erling Smørgrav2005-06-0524-57/+246
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=147002
| * | Vendor import of OpenSSH 4.1p1.Dag-Erling Smørgrav2005-06-0545-223/+470
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=147001
* | | This commit was generated by cvs2svn to compensate for changes in r146998,Dag-Erling Smørgrav2005-06-0578-700/+3044
|\| | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=146999
| * | Vendor import of OpenSSH 4.0p1.Dag-Erling Smørgrav2005-06-05129-1723/+5426
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=146998
* | | Rewrite some of the regexps so they don't match themselves.Dag-Erling Smørgrav2005-06-041-5/+6
| | | | | | | | | | | | Notes: svn path=/head/; revision=146981
* | | File removed in update from OpenSSL 0.9.7d -> 0.9.7e.Jacques Vidrine2005-02-251-91/+0
| | | | | | | | | | | | Notes: svn path=/head/; revision=142432
* | | This commit was generated by cvs2svn to compensate for changes in r142430,Jacques Vidrine2005-02-2556-15211/+0
| | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=142431
* | | Resolve conflicts after import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-2511-25/+80
| | | | | | | | | | | | Notes: svn path=/head/; revision=142428
* | | This commit was generated by cvs2svn to compensate for changes in r142425,Jacques Vidrine2005-02-25205-787/+17208
|\ \ \ | | |/ | |/| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=142426
| * | Vendor import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-25216-812/+17288
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=142425
| * | Clean up the OpenSSL vendor branch by removing files that are notJacques Vidrine2005-02-25207-36723/+0
| | | | | | | | | | | | | | | | | | | | | part of recent releases. Notes: svn path=/vendor-crypto/openssl/dist/; revision=142421
* | | Update list of files to remove prior to import of OpenSSL 0.9.7e.Jacques Vidrine2005-02-251-0/+7
| | | | | | | | | | | | Notes: svn path=/head/; revision=142423
* | | This commit was generated by cvs2svn to compensate for changes in r142421,Jacques Vidrine2005-02-251-66/+0
| | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=142422
* | | This commit was generated by cvs2svn to compensate for changes in r142403,Jacques Vidrine2005-02-2489-9398/+9041
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=142404
| * | | Vendor import of Heimdal 0.6.3.vendor/heimdal/0.6.3Jacques Vidrine2005-02-2489-9398/+9041
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/heimdal/dist/; revision=142403 svn path=/vendor-crypto/heimdal/0.6.3/; revision=142405; tag=vendor/heimdal/0.6.3
| * | | Remove lib/kdfs from vendor branch: we do not build it, and it will notJacques Vidrine2005-02-244-1119/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | be included in future imports. Notes: svn path=/vendor-crypto/heimdal/dist/; revision=142401
| * | | Clean up the Heimdal vendor branch by removing files not included inJacques Vidrine2005-02-24383-227627/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any import for several years. If memory serves, this was Suggested by: ru an awfully long time ago-- sorry for the delay! Notes: svn path=/vendor-crypto/heimdal/dist/; revision=142400
* | | | Do not include lib/kdfs in future imports.Jacques Vidrine2005-02-241-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=142402
* | | | Better Xlist command line.Dag-Erling Smørgrav2004-10-281-2/+2
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=137020
* | | | Resolve conflictsDag-Erling Smørgrav2004-10-28100-5669/+1852
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=137019
* | | | This commit was generated by cvs2svn to compensate for changes in r137015,Dag-Erling Smørgrav2004-10-2880-717/+3431
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=137016