summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/eli
Commit message (Expand)AuthorAgeFilesLines
* MFC r267667:sevan2016-10-161-1/+1
* MFH: r284250brueffer2015-06-241-1/+1
* MFC r265950 (by thomas):pjd2015-06-021-0/+2
* MFC r267617:wblock2014-07-151-6/+7
* Sweep man pages replacing ad -> ada.pluknet2013-10-011-7/+7
* Note NULL encryption method for GELIcrees2013-08-051-3/+6
* o Typo: IEE -> IEEE.maxim2013-03-251-1/+1
* Reduce stack usage.pjd2013-03-181-3/+5
* Fix minor memory leak.pjd2013-02-101-0/+1
* Assert that if we are not dealing with keyfile we are dealing with passfile.pjd2013-02-101-0/+2
* Use arc4random_buf(3) instead of reimplementing it.pjd2013-02-101-21/+5
* Improve description of various key used by GELI.pjd2012-07-041-74/+154
* Clarify error that geli generateseadler2012-05-091-0/+3
* As of r226840, GELI starts one thread per CPU.gjb2012-04-281-2/+1
* Remove superfluous paragraph macro.joel2012-03-251-2/+0
* Fix a variety of grammar issues and style nits.eadler2012-03-041-74/+75
* Add support for creating GELI devices with older metadata version for usepjd2011-10-252-7/+84
* Add 'geli version' subcommand, which will print GELI metadata version of eachpjd2011-10-252-0/+62
* When we detect GELI metadata version that is newer than the highest wepjd2011-10-251-5/+35
* Simplify eli_resize() function.pjd2011-10-251-10/+4
* Simplify eli_dump() function and allow to dump metadata stored in backup file.pjd2011-10-251-13/+3
* Simplify eli_is_attached() function and make it return boot instead of int.pjd2011-10-251-6/+2
* Simplify eli_backup_create() and eli_backup_restore() functions.pjd2011-10-251-87/+28
* Sort includes.pjd2011-10-251-13/+13
* Document the following sysctls:pjd2011-05-081-2/+22
* Change example to not be controversial.pjd2011-03-091-6/+8
* Revert r216473.obrien2010-12-161-1/+1
* Bump WARNS to 6.obrien2010-12-161-1/+1
* Rename the generic "CLASS" to the more specific "GEOM_CLASS".obrien2010-12-151-1/+1
* * Recommend a overwrite of whole geli provider before use.delphij2010-12-031-2/+6
* Fix some more warnings found by clang.brucec2010-11-221-1/+1
* Use fprintf(stderr) instead of gctl_error() to print a warning about toopjd2010-10-261-2/+2
* Bring in geli suspend/resume functionality (finally).pjd2010-10-202-1/+152
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-2/+2
* - Add support for loading passphrase from a file (-J and -j options).pjd2010-09-252-122/+257
* Update copyright years.pjd2010-09-231-1/+1
* Document AES-XTS.pjd2010-09-231-17/+34
* - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.pjd2010-09-231-12/+64
* - Use g_*() API when doing backups.pjd2010-09-231-18/+12
* Because we first write metadata into new place and then trash old place wepjd2010-09-231-0/+4
* - Make use of g_*() API.pjd2010-09-231-18/+13
* Simplify code a bit by using g_*() API from libgeom.pjd2010-09-231-19/+10
* Add a geli resize subcommand to resize encrypted filesystems priorbrian2010-09-202-5/+187
* Fix indent.pjd2010-09-191-7/+7
* - Remove gc_argname field. It was introduced for gpart(8), but if Ipjd2010-09-131-30/+25
* - Allow to specify value as const pointers.pjd2010-09-131-18/+15
* By default backup geli metadata to a file. It is quite critical 512 bytes,pjd2008-08-292-17/+110
* - Give algorithms recommendation.pjd2008-08-291-13/+15
* geli onetime command can take only one GEOM provider at a time.pjd2008-08-122-3/+3
* Add support for Camellia encryption algorithm.pjd2007-09-011-3/+11
OpenPOWER on IntegriCloud