index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
softraid_crypto.c
Age
Commit message (
Expand
)
Author
2010-07-02
Rename the volume specific flags variable.
Joel Sing
2010-07-02
Determine the data offset using a variable specified within the softraid
Joel Sing
2010-05-18
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
David Gwynne
2010-04-18
Make key disks use their own optional metadata type, rather than reusing
Joel Sing
2010-03-28
Completely overhaul optional metadata handling, allowing for multiple
Joel Sing
2010-03-28
Correctly initialise variables to prevent possible free without malloc in
Joel Sing
2010-03-26
Add storage for the boot block and boot loader to the softraid metadata.
Joel Sing
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-12-31
Assert copyright.
Joel Sing
2009-12-31
Add support for key disks. This allows a crypto volume to be constructed
Joel Sing
2009-12-15
Factor out discipline specific create/assemble code.
Joel Sing
2009-12-07
Define discipline capabilities using a set of flags.
Joel Sing
2009-11-24
Allow the passphrase to be changed on softraid crypto volumes. Ensure that
Joel Sing
2009-11-24
Factor out crypto code allowing for future reuse.
Joel Sing
2009-08-09
Switch softraid to vnodes to prevent bad things from happening when using
Marco Peereboom
2009-06-11
Create a hotplug callback mechanism.
Marco Peereboom
2009-06-11
KNF
Marco Peereboom
2009-06-09
fix potential null dereference.
Charles Longeau
2009-06-03
whitespace. "Sure" marco@
Chris Kuethe
2009-06-02
Abuse bio layer a little less by marking fake buffers with B_PHYS.
Marco Peereboom
2009-06-02
marco needs to learn how to do his range checks better, found by Parfait
Theo de Raadt
2009-05-11
Move the discipline initialisation code into discipline specific functions,
Joel Sing
2008-11-25
Add generic sr_scsi_done function that does the spl dance
Marco Peereboom
2008-09-22
Make sure some possibly uninitialized local variables are assigned correct
Miod Vallat
2008-08-15
use new shared HMAC_SHA1 code in crypto/hmac.[ch] rather than local
Damien Miller
2008-07-19
Full rewrite of metadata handling. This fixes power failures and crashes
Marco Peereboom
2008-06-25
use pools for the uio and iovec allocations in sr_crypto_getcryptop()
Thordur I. Bjornsson
2008-06-14
Provide a status field for operations on the bc_opaque data. Now we're
Hans-Joerg Hoexer
2008-06-14
Use multiple crypto keys per volume. Each key is used to encrypt at
Damien Miller
2008-06-14
implement a check code to determine whether the disk keys have
Damien Miller
2008-06-13
make the disk key masking algorithm a parameter and add some extra
Damien Miller
2008-06-13
Implement pbkdf2 in in bioctl to derive master key from a passphrase.
Hans-Joerg Hoexer
2008-06-13
When assembling an already initialized crytpo softraid, correctly copy in
Hans-Joerg Hoexer
2008-06-12
Pass error code via the crypto descriptor (ie. crp_etype) from crypto
Hans-Joerg Hoexer
2008-06-12
Get mask keying for on-disk keys from user space and keep a "hint" for key
Hans-Joerg Hoexer
2008-06-11
Move first pieces of crypto softraid into the tree. Still totally
Hans-Joerg Hoexer
2008-02-23
Oops to eager with the delete button. prompted by deraadt.
Marco Peereboom
2008-02-23
Backout premature code.
Marco Peereboom
2008-02-22
Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@
Hans-Joerg Hoexer
2008-02-19
Cleanup, spacing and KNF.
Marco Peereboom
2008-02-17
Kill stray comment
Marco Peereboom
2008-02-17
add my copyright, too.
Hans-Joerg Hoexer
2008-02-17
Add propper key encryption.
Hans-Joerg Hoexer
2008-02-15
Add myself to the copyrights, ok marco@
Chris Kuethe
2008-02-14
Actually implement the crypto.
Chris Kuethe
2008-02-07
Add optional metadata memebers.
Marco Peereboom
2008-02-05
Shave off a few more bytes by moving IO collision detection into a generic
Marco Peereboom
2008-02-05
Create a generic function to validate IO instead of copying and pasting
Marco Peereboom
2008-01-31
Add me to copyright.
Marco Peereboom
2008-01-29
Improve performance dramatically by preventing severeal context switches.
Marco Peereboom
[next]