Age | Commit message (Expand) | Author |
2023-10-07 | Retry on empty passphrase | Klemens Nanni |
2023-10-06 | rename pass{word -> file} variable | Klemens Nanni |
2023-09-02 | Use a hardware based number of KDF rounds by default for passphrases | Klemens Nanni |
2023-08-21 | Retry passphrase on mismatch by default | Klemens Nanni |
2023-08-21 | Print softraid(4) errors on standard error | Klemens Nanni |
2023-08-18 | Make -s read passphrases without prompts or confirmation | Klemens Nanni |
2023-07-06 | Rectify -s lie | Klemens Nanni |
2022-10-18 | Document and report mpii(4) RAID 1E as such | Klemens Nanni |
2022-10-18 | Hoist common Volume, Status, Size and Device columns in format strings | Klemens Nanni |
2022-08-26 | Sync usage with manual | Klemens Nanni |
2022-08-19 | Improve RAID level parsing | Klemens Nanni |
2021-02-08 | Make bioctl properly verify raidlevels specified via the -c option. | Stefan Sperling |
2021-02-08 | Add a RAID1C (raid1 + crypto) softraid(8) discipline. | Stefan Sperling |
2020-10-30 | Do not use ".Ar device" for both an option argument and for the operand. | Ingo Schwarze |
2020-09-28 | Revert a wording change that was made in revision 1.05 | solene |
2020-04-25 | Reduce minimum allowed number of chunks in a CONCAT volume from 2 to | Kenneth R Westerback |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-11 | Kill a couple of superfluous "return;" statements | Kenneth R Westerback |
2018-07-09 | Unify and disambiguate various aspects of the terminology, clarify | Ingo Schwarze |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2017-04-06 | less chatty EXAMPLES; from anton lindqvist | Jason McIntyre |
2016-12-20 | This commit removes bio_status() calls after a BIOCLOCATE since the | Patrick Wildt |
2016-11-27 | Document bioctl -d as a "detach" rather than a "delete" operation. | Stefan Sperling |
2016-10-20 | optarg is declared in unistd.h and usage is __dead. From Jan Stary. | Theo Buehler |
2016-09-21 | Document auto rounds. | Joel Sing |
2016-09-21 | Add support for automatically selecting the number of rounds to use with | Joel Sing |
2016-09-21 | Be clearer with the description of bioctl(8)'s -r option. | Joel Sing |
2016-09-19 | Update for bcrypt pbkdf. | Joel Sing |
2016-09-19 | Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF. | Joel Sing |
2016-09-10 | Teach bioctl derive_key() how to handle bcrypt_pbkdf. | Joel Sing |
2016-09-10 | Ugh, too many initialisms... | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-08 | When changing the passphrase, keep the previous number of rounds, unless | Joel Sing |
2016-09-08 | Shuffle some code to make futher changes easier - pass the KDF type into | Joel Sing |
2016-09-08 | When changing a passphrase, use bio_kdf_generate() so that we generate a | Joel Sing |
2016-05-13 | overzealous use of errx() hides useful information about errors. | Ted Unangst |
2016-04-04 | Remove caveat about only supporting 512-byte sectors. | Kenneth R Westerback |
2016-02-04 | Fix an unitialized variable; pointed out by jsg@. | Masao Uebayashi |
2015-10-22 | halex removed the -p restriction, so do not document it; | Jason McIntyre |
2015-09-12 | obvious macros fixes: | Ingo Schwarze |
2015-07-18 | remove the restriction to disallow the use of a passphrase file during | Alexander Hall |
2015-05-30 | fix usage(); | Jason McIntyre |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-11 | explicit_bzero(3) on private data, in case of core dumps (and being a good ex... | Martin Pelikan |
2015-04-11 | Re-enable the RAID 5 discipline for softraid(4). | Joel Sing |
2015-03-18 | Sort getopt() string. | Masao Uebayashi |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-08 | tedu the tedu code that tedu forgot to tedu when he tedued the other part | Joel Sing |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |