summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in geli suspend/resume functionality (finally).pjd2010-10-201-2/+213
* Ignore errors from BIO_FLUSH. It might confuse users that provider wasn'tpjd2010-09-251-8/+6
* Update copyright years.pjd2010-09-231-1/+1
* When trashing metadata, flush after each write.pjd2010-09-231-0/+7
* - Allow to specify value as const pointers.pjd2010-09-131-1/+1
* When deleting key, flush write cache after each overwrite, so we don'tpjd2007-05-061-0/+5
* Warn when user use sectorsize bigger than the page size, which will leadpjd2007-03-051-0/+4
* Remove trailing spaces.pjd2006-09-301-1/+1
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-161-0/+111
* Remove extra arguments.pjd2006-09-161-2/+1
* Allow geli to operate on read-only providers.pjd2006-08-091-18/+47
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-13/+31
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-051-11/+24
* Remove trailing spaces.pjd2006-02-011-1/+1
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-191-2/+21
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-271-0/+639
OpenPOWER on IntegriCloud