summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317246: Always allow setting number of iterations for the first time.mav2017-05-061-1/+3
* Create the GELIBOOT GEOM_ELI flagallanjude2016-04-081-1/+32
* Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected whenpjd2015-08-081-32/+80
* When zero'ing out a buffer, make sure we are using right size.delphij2013-11-021-4/+4
* Use correct part of the Master-Key for generating encryption keys.pjd2012-07-041-0/+6
* Version 6 is compatible with version 5 when it comes to control commands.pjd2011-05-081-1/+6
* Instead of allocating memory for all the keys at device attach,pjd2011-04-211-5/+2
* - Improve error messages, so instead of 'Not fully done', the user will getpjd2010-10-221-17/+21
* Close a race between checking if device is already suspended and suspending it.pjd2010-10-221-9/+9
* Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate()pjd2010-10-221-18/+2
* 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