Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | Pass error code via the crypto descriptor (ie. crp_etype) from crypto | Hans-Joerg Hoexer | |
callback. ok marco@ | |||
2008-06-12 | Get mask keying for on-disk keys from user space and keep a "hint" for key | Hans-Joerg Hoexer | |
generation used by user space in the meta data. Actually use the masking key for encryption and decryption of on-disk key at run time. ok djm marco | |||
2008-06-11 | Move first pieces of crypto softraid into the tree. Still totally | Hans-Joerg Hoexer | |
disabled, of course, and still work in progress. help by djm@, ok marco@ | |||
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 | |
also use aes to generate proppper IVs ok marco@ | |||
2008-02-19 | Cleanup, spacing and KNF. | Marco Peereboom | |
Sprinkle some debug while here. | |||
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 | |
ok marco@ | |||
2008-02-15 | Add myself to the copyrights, ok marco@ | Chris Kuethe | |
2008-02-14 | Actually implement the crypto. | Chris Kuethe | |
ok tedu@ marco@ | |||
2008-02-07 | Add optional metadata memebers. | Marco Peereboom | |
Randomize Crypto password and add salt array. Add mock key encryption functions. | |||
2008-02-05 | Shave off a few more bytes by moving IO collision detection into a generic | Marco Peereboom | |
fucntion. Fix bug in the crypto code that could casuse data corruption as a bonus, bad cut & past tedu! | |||
2008-02-05 | Create a generic function to validate IO instead of copying and pasting | Marco Peereboom | |
same code in all disciplines. This shaves of a few bytes. crypto 3185 -> 2690 raid 0 2843 -> 2378 raid 1 3474 -> 2689 | |||
2008-01-31 | Add me to copyright. | Marco Peereboom | |
ok tedu | |||
2008-01-29 | Improve performance dramatically by preventing severeal context switches. | Marco Peereboom | |
Decrypt only once on entry or exit instead of on in and out regardless of direction. There is still room for improvement but this is the first stab. Tested by many ok tedu | |||
2008-01-27 | Oops forgot one function when adding 16 byte scsi commands. | Marco Peereboom | |
2008-01-26 | Remove duplicate protos | Marco Peereboom | |
2008-01-24 | Bring softraid into the world of 16 byte commands; this allows for > 2TB disks | Marco Peereboom | |
Fix bioctl size output which was off by *512; diagnosed by otto | |||
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst | |
a jungle. ok deraadt marco |