summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/eli/geom_eli.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: r284250brueffer2015-06-241-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
* Add support for creating GELI devices with older metadata version for usepjd2011-10-251-6/+45
* Add 'geli version' subcommand, which will print GELI metadata version of eachpjd2011-10-251-0/+47
* 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
* 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-201-0/+59
* 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-251-113/+213
* Update copyright years.pjd2010-09-231-1/+1
* - 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-201-3/+141
* - 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-291-15/+68
* geli onetime command can take only one GEOM provider at a time.pjd2008-08-121-2/+2
* 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
* 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
* Fix copy&paste mistake.pjd2006-09-161-1/+1
* Add 'configure' subcommand which for now only allows setting and removingpjd2006-09-161-0/+70
* First kill detached providers, because of two reasons:pjd2006-09-161-7/+3
* Allow geli to operate on read-only providers.pjd2006-08-091-3/+4
* 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
* Userland bits of geli(8) data authentication.pjd2006-06-051-15/+29
* Correct error messages.pjd2006-05-011-4/+4
* - 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
* Remove trailing spaces.pjd2006-02-011-2/+2
* Remove unused argument.pjd2006-01-311-3/+2
* - The geom(8) utility only uses three types of arguments: string (char *),pjd2005-12-071-236/+85
* Even if there are no valid keys in metadata, but provider is attachedpjd2005-09-101-5/+5
OpenPOWER on IntegriCloud