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
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Aug 5 19:58:15 GMT 2005
pjd 2005-08-05 19:58:14 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
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:
MFC: Introduce 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
Approved by: re (kensmith)
Revision Changes Path
1.3.2.1 +18 -0 src/sbin/geom/class/eli/Makefile (new)
1.2.2.1 +521 -0 src/sbin/geom/class/eli/geli.8 (new)
1.1.2.1 +1246 -0 src/sbin/geom/class/eli/geom_eli.c (new)
1.3.2.1 +1170 -0 src/sys/geom/eli/g_eli.c (new)
1.1.2.1 +366 -0 src/sys/geom/eli/g_eli.h (new)
1.1.2.1 +276 -0 src/sys/geom/eli/g_eli_crypto.c (new)
1.1.2.1 +639 -0 src/sys/geom/eli/g_eli_ctl.c (new)
1.1.2.1 +179 -0 src/sys/geom/eli/g_eli_key.c (new)
1.1.2.1 +123 -0 src/sys/geom/eli/pkcs5v2.c (new)
1.1.2.1 +36 -0 src/sys/geom/eli/pkcs5v2.h (new)
1.1.2.1 +9 -0 src/sys/modules/geom/geom_eli/Makefile (new)
More information about the cvs-src
mailing list