index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
geom
/
class
/
eli
/
geom_eli.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce stack usage.
pjd
2013-03-18
1
-3
/
+5
*
Fix minor memory leak.
pjd
2013-02-10
1
-0
/
+1
*
Assert that if we are not dealing with keyfile we are dealing with passfile.
pjd
2013-02-10
1
-0
/
+2
*
Use arc4random_buf(3) instead of reimplementing it.
pjd
2013-02-10
1
-21
/
+5
*
Add support for creating GELI devices with older metadata version for use
pjd
2011-10-25
1
-6
/
+45
*
Add 'geli version' subcommand, which will print GELI metadata version of each
pjd
2011-10-25
1
-0
/
+47
*
When we detect GELI metadata version that is newer than the highest we
pjd
2011-10-25
1
-5
/
+35
*
Simplify eli_resize() function.
pjd
2011-10-25
1
-10
/
+4
*
Simplify eli_dump() function and allow to dump metadata stored in backup file.
pjd
2011-10-25
1
-13
/
+3
*
Simplify eli_is_attached() function and make it return boot instead of int.
pjd
2011-10-25
1
-6
/
+2
*
Simplify eli_backup_create() and eli_backup_restore() functions.
pjd
2011-10-25
1
-87
/
+28
*
Sort includes.
pjd
2011-10-25
1
-13
/
+13
*
Fix some more warnings found by clang.
brucec
2010-11-22
1
-1
/
+1
*
Use fprintf(stderr) instead of gctl_error() to print a warning about too
pjd
2010-10-26
1
-2
/
+2
*
Bring in geli suspend/resume functionality (finally).
pjd
2010-10-20
1
-0
/
+59
*
Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
ae
2010-10-09
1
-2
/
+2
*
- Add support for loading passphrase from a file (-J and -j options).
pjd
2010-09-25
1
-113
/
+213
*
Update copyright years.
pjd
2010-09-23
1
-1
/
+1
*
- When trashing metadata, repeat overwrite kern.geom.eli.overwrites times.
pjd
2010-09-23
1
-12
/
+64
*
- Use g_*() API when doing backups.
pjd
2010-09-23
1
-18
/
+12
*
Because we first write metadata into new place and then trash old place we
pjd
2010-09-23
1
-0
/
+4
*
- Make use of g_*() API.
pjd
2010-09-23
1
-18
/
+13
*
Simplify code a bit by using g_*() API from libgeom.
pjd
2010-09-23
1
-19
/
+10
*
Add a geli resize subcommand to resize encrypted filesystems prior
brian
2010-09-20
1
-3
/
+141
*
- Remove gc_argname field. It was introduced for gpart(8), but if I
pjd
2010-09-13
1
-30
/
+25
*
- Allow to specify value as const pointers.
pjd
2010-09-13
1
-18
/
+15
*
By default backup geli metadata to a file. It is quite critical 512 bytes,
pjd
2008-08-29
1
-15
/
+68
*
geli onetime command can take only one GEOM provider at a time.
pjd
2008-08-12
1
-2
/
+2
*
Add gpart(8).
marcel
2007-05-15
1
-14
/
+14
*
Correct some typos.
pjd
2007-05-06
1
-2
/
+2
*
Do some cleanups (like freeing memory and closing file descriptors) before
pjd
2007-05-01
1
-6
/
+6
*
Warn when user use sectorsize bigger than the page size, which will lead
pjd
2007-03-05
1
-0
/
+4
*
Correct typo.
pjd
2007-02-22
1
-1
/
+1
*
When the following conditions are meet:
pjd
2007-01-25
1
-1
/
+13
*
MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.
pjd
2006-09-30
1
-19
/
+19
*
Fix copy&paste mistake.
pjd
2006-09-16
1
-1
/
+1
*
Add 'configure' subcommand which for now only allows setting and removing
pjd
2006-09-16
1
-0
/
+70
*
First kill detached providers, because of two reasons:
pjd
2006-09-16
1
-7
/
+3
*
Allow geli to operate on read-only providers.
pjd
2006-08-09
1
-3
/
+4
*
Add missing #.
pjd
2006-08-07
1
-1
/
+1
*
Allow to use the old -a option to specify an encryption algorithm to use
pjd
2006-06-06
1
-9
/
+27
*
Userland bits of geli(8) data authentication.
pjd
2006-06-05
1
-15
/
+29
*
Correct error messages.
pjd
2006-05-01
1
-4
/
+4
*
- Allow to use -b without passphrase or with keyfiles as it will be
pjd
2006-02-11
1
-20
/
+16
*
Deny init/attach/setkey subcommands when no key components are given.
pjd
2006-02-01
1
-1
/
+4
*
Remove trailing spaces.
pjd
2006-02-01
1
-2
/
+2
*
Remove unused argument.
pjd
2006-01-31
1
-3
/
+2
*
- The geom(8) utility only uses three types of arguments: string (char *),
pjd
2005-12-07
1
-236
/
+85
*
Even if there are no valid keys in metadata, but provider is attached
pjd
2005-09-10
1
-5
/
+5
*
Allow to change number of iterations for PKCS#5v2. It can only be used
pjd
2005-08-19
1
-23
/
+57
[next]