summaryrefslogtreecommitdiffstats
path: root/sbin/bioctl
AgeCommit message (Expand)AuthorFilesLines
2021-02-08Make bioctl properly verify raidlevels specified via the -c option.stsp1-1/+3
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp2-6/+22
2020-10-30Do not use ".Ar device" for both an option argument and for the operand.schwarze2-12/+16
2020-09-28Revert a wording change that was made in revision 1.05solene1-3/+3
2020-04-25Reduce minimum allowed number of chunks in a CONCAT volume from 2 tokrw2-7/+7
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-19/+19
2019-05-11Kill a couple of superfluous "return;" statementskrw1-5/+1
2018-07-09Unify and disambiguate various aspects of the terminology, clarifyschwarze1-30/+37
2017-07-09remove redundant variable declarations in Makefiles, since those areespie1-2/+1
2017-04-06less chatty EXAMPLES; from anton lindqvistjmc1-11/+8
2016-12-20This commit removes bio_status() calls after a BIOCLOCATE since thepatrick1-5/+2
2016-11-27Document bioctl -d as a "detach" rather than a "delete" operation.stsp1-4/+4
2016-10-20optarg is declared in unistd.h and usage is __dead. From Jan Stary.tb1-4/+3
2016-09-21Document auto rounds.jsing1-2/+6
2016-09-21Add support for automatically selecting the number of rounds to use withjsing1-1/+47
2016-09-21Be clearer with the description of bioctl(8)'s -r option.jsing1-6/+7
2016-09-19Update for bcrypt pbkdf.jsing1-11/+4
2016-09-19Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.jsing1-6/+9
2016-09-10Teach bioctl derive_key() how to handle bcrypt_pbkdf.jsing1-6/+16
2016-09-10Ugh, too many initialisms...jsing1-3/+3
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 tojsing1-16/+16
2016-09-08When changing the passphrase, keep the previous number of rounds, unlessjsing1-3/+7
2016-09-08Shuffle some code to make futher changes easier - pass the KDF type intojsing1-15/+16
2016-09-08When changing a passphrase, use bio_kdf_generate() so that we generate ajsing1-2/+2
2016-05-13overzealous use of errx() hides useful information about errors.tedu1-3/+3
2016-04-04Remove caveat about only supporting 512-byte sectors.krw1-4/+2
2016-02-04Fix an unitialized variable; pointed out by jsg@.uebayasi1-2/+2
2015-10-22halex removed the -p restriction, so do not document it;jmc1-3/+2
2015-09-12obvious macros fixes:schwarze1-44/+40
2015-07-18remove the restriction to disallow the use of a passphrase file duringhalex1-5/+2
2015-05-30fix usage();jmc1-3/+4
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), anduebayasi2-8/+187
2015-05-11explicit_bzero(3) on private data, in case of core dumps (and being a good example)pelikan1-9/+9
2015-04-11Re-enable the RAID 5 discipline for softraid(4).jsing2-10/+8
2015-03-18Sort getopt() string.uebayasi1-2/+2
2015-02-28Reduce usage of predefined strings in manpages.bentley1-7/+7
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-10-08tedu the tedu code that tedu forgot to tedu when he tedued the other partjsing1-82/+5
2014-07-20Make sure the correct errno is reported by warn* or err* and notguenther1-3/+5
2014-04-22malloc/memset -> calloc. from peter malonetedu1-3/+2
2014-01-18Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5jsing2-13/+12
2014-01-18Remove the RAID 4 discipline from softraid. Anyone sensible would use RAIDjsing1-2/+1
2014-01-18Remove -Wbounded: it is now the compiler default.martynas1-2/+1
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-2/+2
2013-11-11oops, forgot a #ifdef AOE in last commitderaadt1-1/+4
2013-11-04substantial namespace cleanup. Might go a little bit too far, but wederaadt1-8/+21
2013-10-31Make sure -v output is properly aligned with the normal output.kettenis1-2/+2
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)kettenis1-4/+16
2013-08-11capitalize RAID in one spot.brad1-3/+3
2013-07-16Add missing .Mt macros for AUTHORS email addresses.schwarze1-3/+3