summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/eli
Commit message (Expand)AuthorAgeFilesLines
* 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
* First kill detached providers, because of two reasons:pjd2006-09-161-7/+3
* o Spell.maxim2006-08-101-1/+1
* o Strip eol whitespaces.maxim2006-08-091-2/+2
* o New sentence, new line.maxim2006-08-091-2/+3
* Allow geli to operate on read-only providers.pjd2006-08-092-4/+7
* Add missing #.pjd2006-08-071-1/+1
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-9/+27
* Clarify and merge two sentences.brueffer2006-06-061-4/+2
* Mdoc cleanup and some wording improvements.brueffer2006-06-061-15/+15
* Remove section committed by mistake. It is not yet ready.pjd2006-06-061-33/+0
* Document geli(8) data authentication.pjd2006-06-051-12/+116
* Userland bits of geli(8) data authentication.pjd2006-06-051-15/+29
* Correct error messages.pjd2006-05-011-4/+4
* Add an example how to use keyfiles for encrypted providers which should bepjd2006-02-111-1/+37
* - Allow to use -b without passphrase or with keyfiles as it will bepjd2006-02-111-20/+16
* Deny init/attach/setkey subcommands when no key components are given.pjd2006-02-011-1/+4
OpenPOWER on IntegriCloud