| Commit message (Expand) | Author | Age | Files | Lines |
* | Always initialize sc_ekey, because as of r238116 it is always used. | pjd | 2012-08-10 | 1 | -12/+13 |
* | Use correct part of the Master-Key for generating encryption keys. | pjd | 2012-07-04 | 4 | -6/+27 |
* | Correct comment. | pjd | 2012-07-04 | 1 | -1/+1 |
* | Correct a comment and correct style of a flag check. | pjd | 2012-07-04 | 1 | -2/+2 |
* | Add missing period at the end of the error message | eadler | 2012-05-13 | 1 | -2/+2 |
* | Clarify error that geli generates | eadler | 2012-05-09 | 1 | -3/+4 |
* | replace uses of libkern gets with cngets | avg | 2011-12-17 | 1 | -1/+2 |
* | Before this change when GELI detected hardware crypto acceleration it will | pjd | 2011-10-27 | 2 | -12/+5 |
* | Add support for creating GELI devices with older metadata version for use | pjd | 2011-10-25 | 2 | -5/+56 |
* | When decoding metadata, check magic string, so we know this is not GELI device | pjd | 2011-10-25 | 1 | -0/+2 |
* | Prefer G_ELI_VERSION_* defines for version numbers over plain digits. | pjd | 2011-10-25 | 1 | -3/+5 |
* | Fit lines into 80 chars. | pjd | 2011-10-25 | 1 | -4/+6 |
* | When metadata is at newer version than the highest supported, return | pjd | 2011-10-25 | 1 | -1/+1 |
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
* | MFC | attilio | 2011-05-15 | 1 | -0/+1 |
|\ |
|
| * | Fix a memory leak possible in g_eli_key_allocate() if the key with the | trociny | 2011-05-15 | 1 | -0/+1 |
* | | MFC | attilio | 2011-05-08 | 5 | -16/+58 |
|\ \
| |/ |
|
| * | Export GELI class version via sysctl kern.geom.eli.version. | pjd | 2011-05-08 | 1 | -0/+3 |
| * | Version 6 is compatible with version 5 when it comes to control commands. | pjd | 2011-05-08 | 1 | -1/+6 |
| * | Detect and handle metadata of version 6. | pjd | 2011-05-08 | 1 | -8/+9 |
| * | When support for multiple encryption keys was committed, GELI integrity mode | pjd | 2011-05-08 | 3 | -3/+26 |
| * | Remove prototype for a function that no longer exist. | pjd | 2011-05-08 | 1 | -2/+0 |
| * | Drop proper key. | pjd | 2011-05-08 | 1 | -1/+1 |
| * | Add magic field to the g_eli_key structure to detect if we are really | pjd | 2011-05-08 | 1 | -1/+13 |
* | | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -1/+1 |
|/ |
|
* | Remove "for a moment" assignment. struct g_geom zeroed when allocated. | ae | 2011-05-04 | 1 | -2/+0 |
* | One key is expected from providers smaller than or equal to (2^20)*sectorsize | pjd | 2011-04-24 | 1 | -6/+0 |
* | If number of keys for the given provider doesn't exceed the limit, | pjd | 2011-04-21 | 1 | -0/+20 |
* | Instead of allocating memory for all the keys at device attach, | pjd | 2011-04-21 | 7 | -138/+386 |
* | In g_eli_read_done() and g_eli_write_done(), for a bio with | trociny | 2011-04-03 | 1 | -2/+2 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | Use the preload_fetch_addr() and preload_fetch_size() convenience | marcel | 2011-02-13 | 1 | -13/+12 |
* | Add support for asterisk characters when filling in the GELI password | ed | 2010-11-14 | 1 | -2/+2 |
* | - Improve error messages, so instead of 'Not fully done', the user will get | pjd | 2010-10-22 | 1 | -17/+21 |
* | Close a race between checking if device is already suspended and suspending it. | pjd | 2010-10-22 | 1 | -9/+9 |
* | Add State tag, so 'geli status' will report active/suspended status, eg: | pjd | 2010-10-22 | 1 | -0/+2 |
* | Encryption keys array might be NULL if device is suspended. Check for this, so | pjd | 2010-10-22 | 1 | -3/+6 |
* | Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() | pjd | 2010-10-22 | 3 | -42/+27 |
* | Free opencrypto sessions on suspend, as they also might keep encryption keys. | pjd | 2010-10-21 | 2 | -35/+81 |
* | Fix a bug introduced in r213067 where we use authentication key before | pjd | 2010-10-21 | 1 | -9/+10 |
* | Bring in geli suspend/resume functionality (finally). | pjd | 2010-10-20 | 5 | -35/+379 |
* | - Add missing comments. | pjd | 2010-10-20 | 3 | -2/+14 |
* | Change g_eli_debug to int, so one can turn off any GELI output by setting | pjd | 2010-09-25 | 2 | -3/+3 |
* | Ignore errors from BIO_FLUSH. It might confuse users that provider wasn't | pjd | 2010-09-25 | 1 | -8/+6 |
* | Update copyright years. | pjd | 2010-09-23 | 7 | -7/+7 |
* | Add support for AES-XTS. This will be the default now. | pjd | 2010-09-23 | 5 | -10/+73 |
* | Implement switching of data encryption key every 2^20 blocks. | pjd | 2010-09-23 | 5 | -55/+171 |
* | Make the code similar to the code in g_eli_integrity.c. | pjd | 2010-09-23 | 1 | -3/+4 |
* | Define default overwrite count, so that userland can use it. | pjd | 2010-09-23 | 2 | -1/+2 |
* | When trashing metadata, flush after each write. | pjd | 2010-09-23 | 1 | -0/+7 |