summaryrefslogtreecommitdiffstats
path: root/secure
Commit message (Collapse)AuthorAgeFilesLines
* MFHgjb2016-04-041-2/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-2/+0
| | | | | | | | | | | | | | Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742
* | MFHgjb2016-03-1412-42/+7
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.2p2.des2016-03-1112-42/+7
| |
* | MFHgjb2016-03-105-0/+55
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-095-0/+55
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-02391-1212/+1948
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Merge OpenSSL 1.0.2g.jkim2016-03-01390-1209/+1948
| | | | | | | | Relnotes: yes
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-3/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-02-181-0/+1
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+1
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | More 'tests' packaging fixes.gjb2016-02-031-0/+5
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | First pass to fix the 'tests' packages.gjb2016-02-024-0/+20
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-01-29365-758/+951
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Merge OpenSSL 1.0.2f.jkim2016-01-28365-758/+951
| | | | | | | | Relnotes: yes
* | MFHgjb2016-01-271-0/+254
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Add the openssl header for RISC-V.br2016-01-261-0/+254
| | | | | | | | Copied from aarch64 as we can't generate it yet.
* | MFHgjb2016-01-251-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.0p1.des2016-01-201-2/+2
| |
* | MFHgjb2016-01-202-12/+15
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * List source files (foo.c) instead of object files in SRCS.jhb2016-01-201-1/+1
| | | | | | | | Reviewed by: bdrewery
| * Upgrade to OpenSSH 6.8p1.des2016-01-192-14/+15
| |
| * Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removeddes2016-01-191-1/+3
| | | | | | | | | | | | upstream) and a number of security fixes which we had already backported. MFC after: 1 week
* | MFH r289384-r293170gjb2016-01-04439-11829/+36156
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Build engines in parallel.bdrewery2015-12-151-1/+1
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
| * Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-0712-34/+17
| | | | | | | | | | | | | | | | | | | | bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a depend file. The headers in SRCS are never built or installed. After 'make depend' the header was already added as a proper dependency on the objects where needed. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Merge OpenSSL 1.0.2e.jkim2015-12-03366-803/+1041
| |
| * META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-253-3/+0
| | | | | | | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
| * Retire the NONE cipher option.des2015-11-233-12/+0
| |
| * Simplify man-makefile-update target.jkim2015-11-171-2/+2
| |
| * Remove duplicate manual pages.jkim2015-11-165-204/+7
| | | | | | | | Reported by: brd
| * Fix a typo. I did not mean it, really.jkim2015-11-061-1/+1
| |
| * Clean up OpenSSL makefiles.jkim2015-11-064-17/+21
| |
| * Merge OpenSSL 1.0.2d.jkim2015-10-30418-11335/+35613
| |
| * Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so itngie2015-10-301-1/+2
| | | | | | | | | | | | | | | | | | picks up undefined symbols, like "ERR_load_GOST_strings" MFC after: 3 days PR: 184805 Submitted by: Ivan IvanZhdanov <ivan.zhdanov@gmail.com> Sponsored by: EMC / Isilon Storage Division
| * Define endianness for non-x86 platforms.jkim2015-10-281-2/+10
| | | | | | | | MFC after: 3 days
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-154-1/+9
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | MFH r289372-r289382gjb2015-10-151-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Mark sub-make targets as .MAKE and .PHONY to handle -n and always-build ↵bdrewery2015-10-151-2/+2
| | | | | | | | | | | | | | properly. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* | MFH to r289370gjb2015-10-155-15/+5
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-125-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* | Merge from headbapt2015-10-011-8/+0
|\ \ | |/
| * Replace afterinstall: hack from r111083 with 'make delete-old' functionality.bdrewery2015-09-191-8/+0
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | Finish merging from head, messed up in previous attemptbapt2015-09-129-9/+0
|\ \ | |/
| |
| \
*-. \ Merge from headbapt2015-09-12338-344/+357
|\ \ \ | | |/
| | * Remove remnant from USEPRIVATELIB removalbapt2015-09-049-9/+0
| |/ | | | | | | Sponsored by: gandi.net
| * Merge OpenSSL 1.0.1p.jkim2015-07-09338-344/+357
| |
* | Merge from head @274131bapt2015-06-204-0/+6
|\ \ | |/
| * Add compatibility with $2y$ bcrypt hashesallanjude2015-06-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypt_blowfish and many implementations based on it (Apache, PHP, PostgreSQL) implemented $2y$ before OpenBSD went with $2b$. This changes marks them as equivalent. http://www.openwall.com/lists/announce/2011/07/17/1 This change is required for applications that use the base crypt() implementation (including nginx) to be able to validate $2y$ hashes Reviewed by: eadler Approved by: delphij MFC after: 1 week Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D2742
OpenPOWER on IntegriCloud