summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/eli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add gpart(8).marcel2007-05-151-14/+14
* Correct some typos.pjd2007-05-061-2/+2
* Do some cleanups (like freeing memory and closing file descriptors) beforepjd2007-05-011-6/+6
* Warn when user use sectorsize bigger than the page size, which will leadpjd2007-03-051-0/+4
* Fix incorrect comment. Geli will protect against data modification, ofpjd2007-03-051-5/+6
* Correct typo.pjd2007-02-221-1/+1
* When the following conditions are meet:pjd2007-01-251-1/+13
* MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.pjd2006-09-301-19/+19
* Remove a contraction and add a missing article.brueffer2006-09-171-2/+2
* Fix copy&paste mistake.pjd2006-09-161-1/+1
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-162-1/+88
* Note that we don't destroy keys on read-only attached providers.pjd2006-09-161-2/+5
OpenPOWER on IntegriCloud