| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some notes how to properly dump kernel onto gmirror provider. | pjd | 2006-03-08 | 1 | -1/+42 |
* | Print "clear" and "dump" only once. | wkoszek | 2006-03-03 | 1 | -2/+2 |
* | Add an example how to use keyfiles for encrypted providers which should be | pjd | 2006-02-11 | 1 | -1/+37 |
* | - Allow to use -b without passphrase or with keyfiles as it will be | pjd | 2006-02-11 | 1 | -20/+16 |
* | Deny init/attach/setkey subcommands when no key components are given. | pjd | 2006-02-01 | 1 | -1/+4 |
* | Expand contractions. | joel | 2006-02-01 | 1 | -2/+2 |
* | Remove trailing spaces. | pjd | 2006-02-01 | 8 | -24/+24 |
* | Remove unused argument. | pjd | 2006-01-31 | 1 | -3/+2 |
* | Allow to specify only one disk. This is helpful when we want to extend | pjd | 2006-01-30 | 2 | -5/+16 |
* | Teach NOP GEOM class how to gather the following statistics: | pjd | 2005-12-08 | 2 | -6/+25 |
* | - The geom(8) utility only uses three types of arguments: string (char *), | pjd | 2005-12-07 | 7 | -628/+247 |
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 1 | -1/+1 |
* | gmirror.8: | ceri | 2005-10-25 | 2 | -2/+4 |
* | Add a note in example as well, that last sector is used for metadata, | pjd | 2005-09-29 | 1 | -1/+2 |
* | Even if there are no valid keys in metadata, but provider is attached | pjd | 2005-09-10 | 1 | -5/+5 |
* | As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined | marius | 2005-08-27 | 1 | -1/+1 |
* | Update Document. | takawata | 2005-08-26 | 1 | -0/+3 |
* | By default, when doing crypto work in software, start as many threads | pjd | 2005-08-21 | 1 | -1/+3 |
* | Allow to change number of iterations for PKCS#5v2. It can only be used | pjd | 2005-08-19 | 2 | -23/+64 |
* | Move function for calculating number of bits into more central place. | pjd | 2005-08-19 | 1 | -6/+1 |
* | Update manual page (now dedicated kernel thread is always started). | pjd | 2005-08-17 | 1 | -2/+0 |
* | When keys were configured without passphrase, number of iterations in | pjd | 2005-08-14 | 1 | -0/+4 |
* | GELI doesn't need cryptodev. | pjd | 2005-08-12 | 1 | -1/+0 |
* | Add code for Ext2FS and ReiserFS labels recognition. | pjd | 2005-08-12 | 1 | -0/+6 |
* | Add missing check for the NO_CRYPT build option. | ru | 2005-08-02 | 1 | -0/+2 |
* | Misc cleanup (spelling, grammar, mdoc, style, cut >80 char lines). | brueffer | 2005-07-30 | 1 | -83/+93 |
* | I actually do need libmd. | pjd | 2005-07-29 | 1 | -2/+2 |
* | I think I found the problem, reconnect geli to the build. | pjd | 2005-07-27 | 1 | -1/+1 |
* | - Reduce WARNS level to 3, so it will be compilabe on alpha. | pjd | 2005-07-27 | 1 | -3/+4 |
* | Disconnect geli from the build for now. | pjd | 2005-07-27 | 1 | -1/+1 |
* | Connect GEOM_ELI class to the build. | pjd | 2005-07-27 | 1 | -0/+1 |
* | Add GEOM_ELI class which provides GEOM providers encryption. | pjd | 2005-07-27 | 3 | -0/+1774 |
* | Don't forget to initialize 'id' field. | pjd | 2005-07-13 | 1 | -0/+1 |
* | Fix stripe size in example. | pjd | 2005-04-26 | 1 | -1/+1 |
* | Remove duplicated description of 'clear' subcommand. | pjd | 2005-04-23 | 1 | -2/+0 |
* | Document 'clear' and 'dump' subcommands. | pjd | 2005-04-15 | 1 | -0/+11 |
* | Allow classes to specify local source files. | pjd | 2005-04-07 | 1 | -2/+2 |
* | Define subcommands' usage inside g_command structure. | pjd | 2005-03-14 | 7 | -141/+109 |
* | Instead of documenting every standard subcommand's argument everywhere, | pjd | 2005-03-14 | 7 | -98/+56 |
* | - Document 'status' subcommand. | pjd | 2005-03-13 | 7 | -15/+62 |
* | Typos and grammar fixes, wordsmithing | brueffer | 2005-02-28 | 1 | -6/+6 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 6 | -15/+36 |
* | Fix a couple of grammar nits. | trhodes | 2005-02-24 | 1 | -3/+3 |
* | Fix year in copyrights. | pjd | 2005-02-16 | 2 | -2/+2 |
* | Sort sections. | ru | 2005-01-18 | 7 | -14/+14 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 7 | -7/+7 |
* | Fix arguments syntax. | pjd | 2005-01-15 | 14 | -123/+81 |
* | Markup fixes. | ru | 2005-01-15 | 2 | -19/+27 |
* | Connect SHSEC GEOM class to the build. | pjd | 2005-01-11 | 1 | -0/+1 |
* | Introduce a new GEOM class - SHSEC. It provides sharing secret between | pjd | 2005-01-11 | 3 | -0/+435 |