summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli
Commit message (Expand)AuthorAgeFilesLines
* Teach geli how to load keyfiles before root file system is mounted.pjd2006-02-111-19/+106
* Check rootvnode variable to see if we still want to ask for passphrase onpjd2006-02-111-28/+2
* Clean up some sysctl descriptions, debug messages etc.brueffer2006-02-071-7/+7
* Remove trailing spaces.pjd2006-02-017-10/+10
* - Use better types.pjd2006-01-171-6/+6
* Check return value.pjd2006-01-171-0/+4
* Remove dead code.pjd2006-01-171-2/+0
* Remove unused value.pjd2006-01-171-2/+1
* Check for g_read_data(9) errors properly:sobomax2005-11-301-1/+1
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* By default, when doing crypto work in software, start as many threadspjd2005-08-211-5/+10
* Remove stale comment (we now always start worker thread).pjd2005-08-211-5/+0
* Add a __packed keyword to g_eli_metadata struct definition, sopjd2005-08-201-1/+1
* Allow to change number of iterations for PKCS#5v2. It can only be usedpjd2005-08-191-2/+21
* - Add a missing period.pjd2005-08-191-3/+3
* Always run dedicated kernel thread (even when we have hardware support).pjd2005-08-171-114/+37
* We should now return 0.pjd2005-08-171-1/+1
* Even if crypto_dispatch() return an error, request is not canceled andpjd2005-08-171-12/+2
* We don't need to clear allocated memory. This will speed-up things a bit.pjd2005-08-171-1/+1
* Because code paths for I/O requests are quite complex, add comments abovepjd2005-08-131-0/+12
* GELI doesn't need cryptodev.pjd2005-08-111-1/+0
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* MFp4: Export more informations about encrypted providers.pjd2005-07-271-0/+32
* Reduce default debug level to 0.pjd2005-07-271-1/+1
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-277-0/+2757
OpenPOWER on IntegriCloud