summaryrefslogtreecommitdiffstats
path: root/sbin/bioctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make bioctl properly verify raidlevels specified via the -c option.stsp2021-02-081-1/+3
* Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp2021-02-082-6/+22
* Do not use ".Ar device" for both an option argument and for the operand.schwarze2020-10-302-12/+16
* Revert a wording change that was made in revision 1.05solene2020-09-281-3/+3
* Reduce minimum allowed number of chunks in a CONCAT volume from 2 tokrw2020-04-252-7/+7
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-19/+19
* Kill a couple of superfluous "return;" statementskrw2019-05-111-5/+1
* Unify and disambiguate various aspects of the terminology, clarifyschwarze2018-07-091-30/+37
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* less chatty EXAMPLES; from anton lindqvistjmc2017-04-061-11/+8
* This commit removes bio_status() calls after a BIOCLOCATE since thepatrick2016-12-201-5/+2
* Document bioctl -d as a "detach" rather than a "delete" operation.stsp2016-11-271-4/+4
* optarg is declared in unistd.h and usage is __dead. From Jan Stary.tb2016-10-201-4/+3
* Document auto rounds.jsing2016-09-211-2/+6
* Add support for automatically selecting the number of rounds to use withjsing2016-09-211-1/+47
* Be clearer with the description of bioctl(8)'s -r option.jsing2016-09-211-6/+7
* Update for bcrypt pbkdf.jsing2016-09-191-11/+4
* Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.jsing2016-09-191-6/+9
* Teach bioctl derive_key() how to handle bcrypt_pbkdf.jsing2016-09-101-6/+16
* Ugh, too many initialisms...jsing2016-09-101-3/+3
* Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 tojsing2016-09-101-16/+16
* When changing the passphrase, keep the previous number of rounds, unlessjsing2016-09-081-3/+7
* Shuffle some code to make futher changes easier - pass the KDF type intojsing2016-09-081-15/+16
* When changing a passphrase, use bio_kdf_generate() so that we generate ajsing2016-09-081-2/+2
* overzealous use of errx() hides useful information about errors.tedu2016-05-131-3/+3
* Remove caveat about only supporting 512-byte sectors.krw2016-04-041-4/+2
* Fix an unitialized variable; pointed out by jsg@.uebayasi2016-02-041-2/+2
* halex removed the -p restriction, so do not document it;jmc2015-10-221-3/+2
* obvious macros fixes:schwarze2015-09-121-44/+40
* remove the restriction to disallow the use of a passphrase file duringhalex2015-07-181-5/+2
* fix usage();jmc2015-05-301-3/+4
* Initial addition of ``Patrol Read'' support in bio(4), biocto(8), anduebayasi2015-05-292-8/+187
* explicit_bzero(3) on private data, in case of core dumps (and being a good example)pelikan2015-05-111-9/+9
* Re-enable the RAID 5 discipline for softraid(4).jsing2015-04-112-10/+8
* Sort getopt() string.uebayasi2015-03-181-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-7/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* tedu the tedu code that tedu forgot to tedu when he tedued the other partjsing2014-10-081-82/+5
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-3/+5
* malloc/memset -> calloc. from peter malonetedu2014-04-221-3/+2
* Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5jsing2014-01-182-13/+12
* Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDjsing2014-01-181-2/+1
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+1
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-2/+2
* oops, forgot a #ifdef AOE in last commitderaadt2013-11-111-1/+4
* substantial namespace cleanup. Might go a little bit too far, but wederaadt2013-11-041-8/+21
* Make sure -v output is properly aligned with the normal output.kettenis2013-10-311-2/+2
* Add support for displaying the cache write policy of RAID volumes to bioctl(8)kettenis2013-10-231-4/+16
* capitalize RAID in one spot.brad2013-08-111-3/+3
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3