summaryrefslogtreecommitdiff
path: root/sysutils/pefs-kmod/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/pefs-kmod: Fix build for 13+ and take maintainershipDaniel O'Connor2021-07-194-47/+0
| | | | | PR: 256956 Approved by: gleb (original maintainer)
* sysutils/pefs-kmod: Update to 2018.11.26Tobias Kortkamp2018-12-091-11/+0
| | | | | | | | | | | - Fixes build on 12 PR: 233882 Approved by: gleb (maintainer) MFH: 2018Q4 Notes: svn path=/head/; revision=487095
* - Unbreak on HEADKris Moore2018-11-181-0/+11
| | | | | | | | | | PR: 233242 Submitted by: Nathan <ndowens@yahoo.com> Reported by: Martin Wilke <miwi@FreeBSD.org> Reviewed by: Gleb Kurtsou <gleb@FreeBSD.org> Notes: svn path=/head/; revision=485210
* - Update to 2013-10-13Pav Lucistnik2013-10-171-0/+9
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=330681
* - Update to 2012-06-21Pav Lucistnik2012-06-202-10/+4
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=299705
* - Update to 2011-12-25Pav Lucistnik2011-12-261-0/+10
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=288058
* - Update to 2011-10-18Pav Lucistnik2011-10-181-52/+0
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=283858
* - Fix build on -CURRENTPav Lucistnik2011-09-111-0/+52
| | | | | | | Submitted by: gk (maintainer) Notes: svn path=/head/; revision=281640
* PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.Sofian Brabez2011-09-012-0/+34
Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: http://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS PR: ports/156002 Submitted by: Gleb Kurtsou <gk@freebsd.org> Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=280980