Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-21 | Add curproc to ioctl call. | Marco Peereboom | |
Noticed by todd, proded by miod. | |||
2008-07-20 | fill in variant and version components of the UUID | Damien Miller | |
pretty-print the UUID in RFC4122 form | |||
2008-07-19 | Full rewrite of metadata handling. This fixes power failures and crashes | Marco Peereboom | |
that caused illegal checksums. The new metadata code is more or less ready to deal with other vendor's metadata formats. While here clean up the name space. Fix thib's pool mess by adding removing bad flags in interrupt context. tested on macppc, amd64, i386, sparc64 & hppa sparc64 has issues with crypto however those do not seem to be softraid specific. help from okan@ ckuethe@ Will Backman and others | |||
2008-06-25 | use pools for the uio and iovec allocations in sr_crypto_getcryptop() | Thordur I. Bjornsson | |
instead of malloc; OK hshoexer@ and macro@ | |||
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer | |
able to distinguish cleanly an failing ioctl (ie. return value -1) from trying to retrieve a KDF hint from a not yet initialized volume. ok marco djm | |||
2008-06-14 | Update bioctl(8) and softraid(4) to recent changes and enable softraid | Hans-Joerg Hoexer | |
crypto. It's still considered experimental! ok djm marco | |||
2008-06-13 | When assembling an already initialized crytpo softraid, correctly copy in | Hans-Joerg Hoexer | |
mask key from userland. Thus, modify sr_crypto_get_kdf() do correclty handle copying kdf hint and/or mask key. While there, remove superflous sr_read_meta(). ok marco djm | |||
2008-06-12 | make sure to check that a crypto volume is not yet assembled when | Hans-Joerg Hoexer | |
retrieving the kdf blobb. Pointed out by marco. while there, use %lld instead of %d when printing b_blkno, which daddr64_t. ok marco | |||
2008-06-12 | Clead discipline pointer after delete. Found by hshoexer | Marco Peereboom | |
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-12 | Be more paranoid before disestablishing hook | Marco Peereboom | |
ok hshoexer | |||
2008-06-12 | Add delete volume functionality. | Marco Peereboom | |
discussed with krw, kettenis & drahn ok hshoexer | |||
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-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller | |
ok deraadt@ | |||
2008-04-02 | fix bad printf if metadata clearing failed | Martin Reindl | |
from Rainer Giedat 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 | Add strip size to debug print. | Marco Peereboom | |
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-02-03 | There is no such thing as RAIDCRYPTO so rename to CRYPTO | Marco Peereboom | |
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-24 | Create chunk and state transition functions for RAID 0. | Marco Peereboom | |
Move RAID 1 chunk and state transition functions into proper file. Let Crypto use RAID 1 chunk and state transition functions for now but this needs fixing. | |||
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 | |||
2008-01-24 | KNF | Marco Peereboom | |
2008-01-20 | debug kruft | Marco Peereboom | |
2008-01-19 | Add initial scaffold for RAID 0. No IO just yet. | Marco Peereboom | |
Much prodding todd | |||
2008-01-19 | Remove printf that doesn't make sense. | Marco Peereboom | |
2008-01-05 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith | |
ok krw@ deraadt@ dlg@ | |||
2007-11-27 | also move softraid raid1 into own file, ok marco | Ted Unangst | |
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst | |
a jungle. ok deraadt marco | |||
2007-11-26 | Just CRYPTO; RAID CRYPTO doesn't mean anything. | Marco Peereboom | |
2007-11-26 | rename RAID C to RAID CRYPTO. makes marco happier | Ted Unangst | |
2007-11-16 | use arc4random_bytes() instead of multiple arc4random() calls; | Damien Miller | |
ok deraadt@ dlg@ henric@ mcbride@ | |||
2007-09-11 | KNF | Gilles Chehade | |
prompted and "much better" by marco@, ok pyr@ | |||
2007-09-08 | more M_ZERO changes | Gilles Chehade | |
ok pyr@ and krw@ | |||
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne | |
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | |||
2007-06-06 | correct format strings for large types; ok marco | Theo de Raadt | |
2007-06-05 | Shuffle calculation of physical block so that bounds checking is not off by | Marco Peereboom | |
48 blocks (metadata + metdata offset). Found by drahn. Fix panic message while in the same area. Help from otto who wrote a diff that worked around the issue. ok deraadt | |||
2007-06-05 | consistently use one variable instead of deriving it repeatedly | Todd T. Fries | |
from and ok marco@ | |||
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt | |
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values | |||
2007-06-04 | use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during | Marco Peereboom | |
autoconf. ok drahn@ | |||
2007-06-03 | put raidc inside ifdef CRYPTO, since it won't work without it | Ted Unangst | |
2007-06-03 | shuffle the raid 1 specific functions to be all together and closer | Ted Unangst | |
to the bottom, after common functions. ok marco | |||
2007-06-03 | virtual device drivers tend not to need machine/bus.h. also important | Theo de Raadt | |
because mvme68k (and perhaps others) do not have it. showed it to dlg who just shook his head | |||
2007-06-03 | During autoassemble get the actual raid level instead of always 1. | Marco Peereboom | |
Sprinkle debug throughout crypto discipline. Various knf, bad tedu! | |||
2007-06-02 | Disable crypto until we figure out proper key management and other stuff | Marco Peereboom | |
only tedu understands. | |||
2007-06-02 | Fix collision by not adding data length but blocks instead. | Marco Peereboom | |
Some clean up. | |||
2007-06-02 | Add optional metadata element. This will be needed in the future for | Marco Peereboom | |
certain disciplines. |