Date: Wed, 27 Jul 2005 21:43:37 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/geom/class/eli Makefile geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c pkcs5v2.h src/sys/modules/geom/geom_eli Makefile Message-ID: <200507272143.j6RLhbRb083048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-07-27 21:43:37 UTC
FreeBSD src repository
Added files:
sbin/geom/class/eli Makefile geli.8 geom_eli.c
sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c
g_eli_ctl.c g_eli_key.c pkcs5v2.c
pkcs5v2.h
sys/modules/geom/geom_eli Makefile
Log:
Add GEOM_ELI class which provides GEOM providers encryption.
For features list and usage see manual page: geli(8).
Sponsored by: Wheel Sp. z o.o.
http://www.wheel.pl
MFC after: 1 week
Revision Changes Path
1.1 +17 -0 src/sbin/geom/class/eli/Makefile (new)
1.1 +511 -0 src/sbin/geom/class/eli/geli.8 (new)
1.1 +1246 -0 src/sbin/geom/class/eli/geom_eli.c (new)
1.1 +1138 -0 src/sys/geom/eli/g_eli.c (new)
1.1 +366 -0 src/sys/geom/eli/g_eli.h (new)
1.1 +276 -0 src/sys/geom/eli/g_eli_crypto.c (new)
1.1 +639 -0 src/sys/geom/eli/g_eli_ctl.c (new)
1.1 +179 -0 src/sys/geom/eli/g_eli_key.c (new)
1.1 +123 -0 src/sys/geom/eli/pkcs5v2.c (new)
1.1 +36 -0 src/sys/geom/eli/pkcs5v2.h (new)
1.1 +9 -0 src/sys/modules/geom/geom_eli/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507272143.j6RLhbRb083048>
