| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
alignment warnings than using WARNS=3, and it also works for clang.
MFC after: 1 week
|
|
|
|
|
| |
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
|
|
|
|
|
| |
Found by: clang static analyzer
Verified by: md5(1)
|
|
|
|
|
| |
Checked by: make universe
Approved by: ed (co-mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
makes it practical to use GBDE for "something you have plus something
you know" security together with a USB flash drive.
Reviewed by: phk
MFC after: 7 days
|
|
|
|
| |
Reported by: phk
|
|
|
|
|
| |
- Document the "nuke" command.
- Mention which commands correspond to which functions.
|
|
|
|
| |
- Put 'break' into separate line.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: bin/67793
Submitted by: Amir Shalem <amir@boom.org.il>
- Sync usage with manual page.
Approved by: phk
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
e.g. mirror/<name>, stripe/<name>.
Approved by: phk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manpage:
The comparison function must return an integer less than, equal to, or
greater than zero if the first argument is considered to be respectively
less than, equal to, or greater than the second.
Therefore, simply returning "arg1 > arg2" is incorrect. Actually it works
but for the number of items to be sorted less than 7 due to special case
handling in qsort(3);
o add missing '\n' to one of usage() calls.
Approved by: phk
|
|
|
|
| |
Submitted by: edwin
|
| |
|
|
|
|
|
|
| |
binary as the rest of it.
Add MD5 check that the md(4) device gets set up correctly.
|
| |
|
|
|
|
|
|
| |
(theoretical).
Approved by: phk, scottl (mentor)
|
|
|
|
| |
Sponsored by: Teleplan AS
|
| |
|
|
|
|
|
|
|
| |
unmounting it before detaching GBDE is a good idea.
Insisted on by: Flemming Jacobsen <fj@batmule.dk>
Approveed by: re@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: mr
|
| |
|
|
|
|
|
|
|
|
| |
hinge on the "verb" parameter which the class gets to interpret as
it sees fit.
Move the entire request into the kernel and move changed parameters
back when done.
|
|
|
|
|
| |
Reviewed by: phk
Approved by: re (scottl)
|
| |
|
| |
|
| |
|
|
|
|
| |
people should be OK.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Make sure sector zero is protected if it contains metadata.
Lower WARNS for gbde to 3 on non-i386 archs. rijndael-fst is evil
but appearntly does the right thing and passes the test-vectors.
MFC Candidate.
|
|
|
|
|
|
|
|
| |
for request sizes larger than the sectorsize or for multi-key setups.
See warning mailed to current@ for details of recovery.
Found by: Marcus Reid <marcus@blazingdot.com>
|
|
|
|
| |
through on ia64.
|
| |
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
| |
Semi-automatic handling of /dev prefix for device names.
Sponsored by: DARPA & NAI Labs.
Approved by: re (blanket)
|
|
|
|
|
| |
Submitted by: ceri
Approved by: re (blanket)
|
|
|
|
|
|
|
| |
.Bf -emphasis ... .Ef
o Grammar/spelling
Sponsored by: DARPA, NAI Labs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace ARC4 with SHA2-512.
Change lock-structure encoding to use random ordering rather for obscurity.
Encrypt lock-structure with AES/256 instead of AES/128.
Change kkey derivation to be MD5 hash based.
Watch for malloc(M_NOWAIT) failures and ditch our cache when they happen.
Remove clause 3 of the license with NAI Labs consent.
Many thanks to "Lucky Green" <shamrock@cypherpunks.to> and "David
Wagner" <daw@cs.berkeley.edu>, for code reading, inputs and
suggestions.
This code has still not been stared at for 10 years by a gang of
hard-core cryptographers. Discretion advised.
NB: These changes result in the on-disk format changing: dump/restore needed.
Sponsored by: DARPA & NAI Labs.
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs
|
|
|
|
| |
Submitted by: Henric Jungheim <henric@attbi.com>
|
|
|
|
|
|
|
|
|
| |
o Fix some punctuation and wording
o Wording consistency in command-line option documentation
o Make use of mdoc's markup a bit more (quoting and the like)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
|