| Commit message (Expand) | Author | Age | Files | Lines |
* | Create the GELIBOOT GEOM_ELI flag | allanjude | 2016-04-08 | 3 | -1/+35 |
* | Make additional parts of sys/geom/eli more usable in userspace | allanjude | 2016-01-07 | 6 | -184/+251 |
* | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | allanjude | 2015-12-27 | 1 | -1/+2 |
* | Fix g_eli error loss conditions | smh | 2015-11-05 | 1 | -9/+9 |
* | Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when | pjd | 2015-08-08 | 3 | -35/+92 |
* | After crypto_dispatch() bio might be already delivered and destroyed, | pjd | 2015-08-06 | 2 | -14/+8 |
* | Spoil even can happen for some time now even on providers opened exclusively | pjd | 2015-07-10 | 1 | -3/+3 |
* | Properly propagate errors in metadata reading. | pjd | 2015-07-02 | 1 | -1/+4 |
* | Allow to omit keyfile number for the first keyfile. | pjd | 2015-07-02 | 1 | -0/+7 |
* | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | jmg | 2014-12-12 | 3 | -3/+3 |
* | Populate the GELI passphrase cache with the kern.geom.eli.passphrase | cperciva | 2014-10-22 | 1 | -0/+19 |
* | Cache GELI passphrases entered at the console during the boot process, | cperciva | 2014-09-16 | 1 | -7/+38 |
* | use a straight buffer instead of an iov w/ 1 segment... The aesni | jmg | 2014-09-04 | 3 | -56/+10 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 2 | -13/+6 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 2 | -6/+13 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 2 | -13/+6 |
* | - Fix the keyfile being cleared prematurely after r259428 | brd | 2014-06-06 | 1 | -1/+1 |
* | In g_eli_crypto_hmac_init(), zero out after using the ipad buffer, | delphij | 2014-02-08 | 1 | -0/+1 |
* | Clear some more places with potentially sensitive data. | pjd | 2013-12-15 | 1 | -0/+2 |
* | Clear content of keyfiles loaded by the loader after processing them. | pjd | 2013-12-15 | 1 | -0/+1 |
* | Add missing line breaks. | ae | 2013-11-11 | 1 | -2/+2 |
* | When zero'ing out a buffer, make sure we are using right size. | delphij | 2013-11-02 | 1 | -4/+4 |
* | Make ELI destruction (including orphanization) less aggressive, making it | mav | 2013-09-02 | 1 | -10/+12 |
* | 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 |