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
/
gbde
/
gbde.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbde(8) is also rejndael user.
ume
2005-03-11
1
-1
/
+1
*
- Fixed description of the "destroy" command options.
ru
2005-02-12
1
-18
/
+18
*
- Sort options.
pjd
2005-02-03
1
-8
/
+9
*
Fix whitespace.
pjd
2005-02-03
1
-6
/
+5
*
- Remove bogus O_CREAT flag. We really don't want to create a file here.
pjd
2005-02-03
1
-7
/
+7
*
Fix a type bug which sometimes wrote unusable lock sectors on the disk.
phk
2004-09-10
1
-2
/
+2
*
Allow to setup GBDE on providers which contain '/' in their names,
pjd
2004-09-06
1
-2
/
+0
*
o Fix semantics of comparison function for qsort(3). According to qsort(3)
sobomax
2004-06-25
1
-2
/
+6
*
Don't create a template file if we're not going to let the user edit it.
des
2004-02-05
1
-19
/
+28
*
Fixed some non-critical memory leaks and one temporary file leak
pjd
2004-02-05
1
-1
/
+6
*
Mechanical whitespace cleanup. Also, note that previous commit was
des
2004-02-03
1
-12
/
+12
*
Remove newline characters from error strings.
des
2004-02-03
1
-2
/
+2
*
Insert an overview of the plans here, in case I get run over by a bus.
phk
2003-10-13
1
-0
/
+32
*
I think it is more correct to use modfind() than kldfind() here.
phk
2003-10-10
1
-2
/
+2
*
Autoload kernel module if necessary.
phk
2003-10-07
1
-0
/
+9
*
Interior decoration changes.
phk
2003-10-07
1
-5
/
+5
*
Simplify the GEOM OAM api: Drop the request type, and let everything
phk
2003-06-01
1
-2
/
+4
*
Avoid off_t -> integer overflow when sorting the locksector addresses.
phk
2003-04-14
1
-1
/
+1
*
Use new GEOM OAM. Kernels have supported this for a number of days, so
phk
2003-03-31
1
-39
/
+28
*
Fix two unsafe uses of sprintf().
tjr
2003-02-23
1
-3
/
+8
*
Correct some err() format string bugs.
tjr
2003-02-23
1
-7
/
+7
*
Solve another bug in the mapping code: correctly skip lock sectors.
phk
2002-12-18
1
-1
/
+1
*
Fix two blunders in the mapping functions which can lead to corrupt data,
phk
2002-12-18
1
-1
/
+21
*
Untwist a twisty bit of logic which gcc for some reason cannot see
phk
2002-12-18
1
-4
/
+4
*
A couple of stylistic improvements.
phk
2002-12-17
1
-5
/
+4
*
Synchronize usage() with reality.
phk
2002-12-01
1
-8
/
+19
*
Run a revision on the GBDE encryption facility.
phk
2002-11-04
1
-41
/
+72
*
Initialize the new salt field in the lock sector.
phk
2002-10-30
1
-2
/
+3
*
s/dettach/detach/g etc.
phk
2002-10-20
1
-7
/
+7
*
Complete the Geom Based Disk Encryption: Add the OAM utility.
phk
2002-10-20
1
-0
/
+750