aboutsummaryrefslogtreecommitdiff
path: root/sbin/gbde
Commit message (Expand)AuthorAgeFilesLines
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-272-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+25
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-7/+20
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-281-0/+1
| |\ \ \
| * \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-8/+8
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+2
| * | | | | Merge from headSimon J. Gerraty2013-09-051-0/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Report the 1-based key numbers rather than the 0-based ones to be consistent.Poul-Henning Kamp2014-11-092-5/+18
* | | | | | Correct the destroy example. The -n argument is not needed (and is notJohn Baldwin2014-08-271-2/+2
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
| |_|_|/ |/| | |
* | | | Add a missing break in option parsing.Christian Brueffer2014-04-151-0/+1
| |_|/ |/| |
* | | Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-8/+8
| |/ |/|
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+1
|/
* Use NO_WCAST_ALIGN for sbin/gbde, this is more appropriate to fix theDimitry Andric2011-12-171-5/+3
* MFtbemd:Warner Losh2010-08-231-1/+1
* Remove dead variable assignmentsUlrich Spörlein2010-06-111-1/+1
* Bump WARNS where possible.Ulrich Spörlein2010-02-151-3/+1
* Remove temporary files when there are no longer needed.Pawel Jakub Dawidek2007-04-061-0/+2
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* Teach gbde(8) to use a key file in addition to a passphrase. ThisColin Percival2006-02-082-25/+85
* gbde(8) is also rejndael user.Hajimu UMEMOTO2005-03-111-1/+1
* - Fixed description of the "destroy" command options.Ruslan Ermilov2005-02-122-28/+45
* - 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
* Fix typoChristian Brueffer2004-05-231-1/+1
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-3/+5
* Fix the last and most important bit of the test case to test the samePoul-Henning Kamp2004-02-071-2/+8
* 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
* Clarify that the encrypted device is called foo.bde and mention thatPoul-Henning Kamp2003-11-271-0/+9
* Make the regression test run also with obj directories.Poul-Henning Kamp2003-10-172-2/+6
* 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
* Improve regression test with an image file which must work.Poul-Henning Kamp2003-10-072-2/+3316
* Autoload kernel module if necessary.Poul-Henning Kamp2003-10-071-0/+9