aboutsummaryrefslogtreecommitdiff
path: root/sbin/gbde
Commit message (Expand)AuthorAgeFilesLines
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-2/+4
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-2/+2
* Normalize, fix ``make checkdpadd''.Ruslan Ermilov2003-04-161-5/+6
* Avoid off_t -> integer overflow when sorting the locksector addresses.Poul-Henning Kamp2003-04-141-1/+1
* Don't pull in geom_enc.c any more.Poul-Henning Kamp2003-04-031-3/+1
* Use new GEOM OAM. Kernels have supported this for a number of days, soPoul-Henning Kamp2003-03-312-40/+29
* Remove reference to unavailable paper.Poul-Henning Kamp2003-03-071-5/+0
* Fix two unsafe uses of sprintf().Tim J. Robbins2003-02-231-3/+8
* Correct some err() format string bugs.Tim J. Robbins2003-02-231-7/+7
* Solve another bug in the mapping code: correctly skip lock sectors.Poul-Henning Kamp2002-12-182-1/+7
* Fix two blunders in the mapping functions which can lead to corrupt data,Poul-Henning Kamp2002-12-181-1/+21
* Untwist a twisty bit of logic which gcc for some reason cannot seePoul-Henning Kamp2002-12-181-4/+4
* A couple of stylistic improvements.Poul-Henning Kamp2002-12-172-5/+6
* mdoc(7) police: markup overhaul.Ruslan Ermilov2002-12-121-23/+37
* Synchronize usage() with reality.Poul-Henning Kamp2002-12-011-8/+19
* De-danglify the manual page.Poul-Henning Kamp2002-12-011-6/+6
* o Bring the NOTICE section into the DESCRIPTION section and wrap it inChris Costello2002-11-181-11/+12
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-043-48/+106
* Initialize the new salt field in the lock sector.Poul-Henning Kamp2002-10-301-2/+3
* I overlooked an absolute path.Poul-Henning Kamp2002-10-211-1/+1
* o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commandsChris Costello2002-10-201-15/+28
* s/dettach/detach/g etc.Poul-Henning Kamp2002-10-202-12/+12
* Use .PATH instead of VPATH.Poul-Henning Kamp2002-10-202-2/+3
* Complete the Geom Based Disk Encryption: Add the OAM utility.Poul-Henning Kamp2002-10-205-0/+1010