summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/gbde.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r264489brueffer2014-04-231-0/+1
* Remove dead variable assignmentsuqs2010-06-111-1/+1
* Teach gbde(8) to use a key file in addition to a passphrase. Thiscperciva2006-02-081-25/+61
* gbde(8) is also rejndael user.ume2005-03-111-1/+1
* - Fixed description of the "destroy" command options.ru2005-02-121-18/+18
* - Sort options.pjd2005-02-031-8/+9
* Fix whitespace.pjd2005-02-031-6/+5
* - Remove bogus O_CREAT flag. We really don't want to create a file here.pjd2005-02-031-7/+7
* Fix a type bug which sometimes wrote unusable lock sectors on the disk.phk2004-09-101-2/+2
* Allow to setup GBDE on providers which contain '/' in their names,pjd2004-09-061-2/+0
* o Fix semantics of comparison function for qsort(3). According to qsort(3)sobomax2004-06-251-2/+6
* Don't create a template file if we're not going to let the user edit it.des2004-02-051-19/+28
* Fixed some non-critical memory leaks and one temporary file leakpjd2004-02-051-1/+6
* Mechanical whitespace cleanup. Also, note that previous commit wasdes2004-02-031-12/+12
* Remove newline characters from error strings.des2004-02-031-2/+2
* Insert an overview of the plans here, in case I get run over by a bus.phk2003-10-131-0/+32
* I think it is more correct to use modfind() than kldfind() here.phk2003-10-101-2/+2
* Autoload kernel module if necessary.phk2003-10-071-0/+9
* Interior decoration changes.phk2003-10-071-5/+5
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-2/+4
* Avoid off_t -> integer overflow when sorting the locksector addresses.phk2003-04-141-1/+1
* Use new GEOM OAM. Kernels have supported this for a number of days, sophk2003-03-311-39/+28
* Fix two unsafe uses of sprintf().tjr2003-02-231-3/+8
* Correct some err() format string bugs.tjr2003-02-231-7/+7
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-1/+1
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-181-1/+21
* Untwist a twisty bit of logic which gcc for some reason cannot seephk2002-12-181-4/+4
* A couple of stylistic improvements.phk2002-12-171-5/+4
* Synchronize usage() with reality.phk2002-12-011-8/+19
* Run a revision on the GBDE encryption facility.phk2002-11-041-41/+72
* Initialize the new salt field in the lock sector.phk2002-10-301-2/+3
* s/dettach/detach/g etc.phk2002-10-201-7/+7
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-201-0/+750
OpenPOWER on IntegriCloud