aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pefs-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2011-10-18Pav Lucistnik2011-10-183-57/+5
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=283858
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Fix build on -CURRENTPav Lucistnik2011-09-111-0/+52
| | | | | | | Submitted by: gk (maintainer) Notes: svn path=/head/; revision=281640
* - Update to 2011.09.01 to unbreak build on -CURRENTPav Lucistnik2011-09-062-3/+3
| | | | | | | Submitted by: gk (maintainer) Notes: svn path=/head/; revision=281289
* PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.Sofian Brabez2011-09-016-0/+91
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