aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/geli
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-147-865/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+0
* Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELIWarner Losh2017-11-101-0/+4
* Centralize all 32-bit builds on 64-bit platform stuff.Warner Losh2017-11-061-1/+1
* Prefer bsd.init.mk to src.opts.mkWarner Losh2017-11-061-2/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Cleanup non-arch MakefilesWarner Losh2017-10-291-1/+1
* Use SYSDIR instead of ${.CURDIR}/../..<etc>/sys.Warner Losh2017-10-221-4/+5
* Prefer SRCTOP paths for bits we're grabbing from libc.Warner Losh2017-10-221-1/+1
* Forward declare struct dsk to avoid warnings when building libi386.Warner Losh2017-08-261-0/+2
* Fix warnings due to type mismatch.Warner Losh2017-08-261-3/+3
* _STAND is sometimes defined on the command line. Make the define here match.Warner Losh2017-08-261-1/+1
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-263-99/+102
* Standardize paths on SRCTOP instead of .CURDIR-relative pathsEnji Cooper2017-08-011-4/+4
* Implement boot-time encryption key passing (keybuf)Allan Jude2017-04-015-46/+211
* Add explicit_bzero() to libstand, and switch GELIBoot to using itAllan Jude2017-03-314-12/+9
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove control+r handling from geliboot's pwgets()Allan Jude2017-02-241-8/+0
* improve PBKDF2 performanceAllan Jude2017-02-191-0/+4
* GELIBoot may attempt to read past the end of the diskAllan Jude2016-10-041-6/+14
* Add missing libc includes to fix -Wimplicit-function-declaration warningsEnji Cooper2016-05-311-0/+4
* Fix a -Wformat warning by using %d, not %ld for md_iterationsEnji Cooper2016-05-131-1/+1
* Add geliboot_crypt(..) definition to geliboot.h to mute a -Wimplicit-function...Enji Cooper2016-05-131-0/+3
* GELIBoot should only prompt for the GELI passphrase if the provider has the G...Allan Jude2016-04-081-4/+4
* Fix GELIBoot support for GELI sector size is > 512Allan Jude2016-04-062-23/+44
* Do not prompt for GELI passphrase is encrypted with keys onlyAllan Jude2016-03-261-1/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-211-0/+16
* Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsbootAllan Jude2016-03-165-0/+640