aboutsummaryrefslogtreecommitdiff
path: root/sbin/gbde/gbde.c
Commit message (Expand)AuthorAgeFilesLines
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Report the 1-based key numbers rather than the 0-based ones to be consistent.Poul-Henning Kamp2014-11-091-4/+3
* Add a missing break in option parsing.Christian Brueffer2014-04-151-0/+1
* Remove dead variable assignmentsUlrich Spörlein2010-06-111-1/+1
* Teach gbde(8) to use a key file in addition to a passphrase. ThisColin Percival2006-02-081-25/+61
* gbde(8) is also rejndael user.Hajimu UMEMOTO2005-03-111-1/+1
* - Fixed description of the "destroy" command options.Ruslan Ermilov2005-02-121-18/+18
* - Sort options.Pawel Jakub Dawidek2005-02-031-8/+9
* Fix whitespace.Pawel Jakub Dawidek2005-02-031-6/+5
* - Remove bogus O_CREAT flag. We really don't want to create a file here.Pawel Jakub Dawidek2005-02-031-7/+7
* Fix a type bug which sometimes wrote unusable lock sectors on the disk.Poul-Henning Kamp2004-09-101-2/+2
* Allow to setup GBDE on providers which contain '/' in their names,Pawel Jakub Dawidek2004-09-061-2/+0
* o Fix semantics of comparison function for qsort(3). According to qsort(3)Maxim Sobolev2004-06-251-2/+6
* Don't create a template file if we're not going to let the user edit it.Dag-Erling Smørgrav2004-02-051-19/+28
* Fixed some non-critical memory leaks and one temporary file leakPawel Jakub Dawidek2004-02-051-1/+6
* Mechanical whitespace cleanup. Also, note that previous commit wasDag-Erling Smørgrav2004-02-031-12/+12
* Remove newline characters from error strings.Dag-Erling Smørgrav2004-02-031-2/+2
* Insert an overview of the plans here, in case I get run over by a bus.Poul-Henning Kamp2003-10-131-0/+32
* I think it is more correct to use modfind() than kldfind() here.Poul-Henning Kamp2003-10-101-2/+2
* Autoload kernel module if necessary.Poul-Henning Kamp2003-10-071-0/+9
* Interior decoration changes.Poul-Henning Kamp2003-10-071-5/+5
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-2/+4
* Avoid off_t -> integer overflow when sorting the locksector addresses.Poul-Henning Kamp2003-04-141-1/+1
* Use new GEOM OAM. Kernels have supported this for a number of days, soPoul-Henning Kamp2003-03-311-39/+28
* 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-181-1/+1
* 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-171-5/+4
* Synchronize usage() with reality.Poul-Henning Kamp2002-12-011-8/+19
* Run a revision on the GBDE encryption facility.Poul-Henning Kamp2002-11-041-41/+72
* Initialize the new salt field in the lock sector.Poul-Henning Kamp2002-10-301-2/+3
* s/dettach/detach/g etc.Poul-Henning Kamp2002-10-201-7/+7
* Complete the Geom Based Disk Encryption: Add the OAM utility.Poul-Henning Kamp2002-10-201-0/+750