cvs commit: src/sys/geom/shsec g_shsec.c g_shsec.h
src/sys/modules/geom/geom_shsec Makefile src/sbin/geom/class/shsec
Makefile geom_shsec.c gshsec.8 src/tools/regression/geom_shsec
Makefile runtests.sh test-1.sh test-2.sh
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Jan 11 10:06:45 PST 2005
pjd 2005-01-11 18:06:44 UTC
FreeBSD src repository
Added files:
sys/geom/shsec g_shsec.c g_shsec.h
sys/modules/geom/geom_shsec Makefile
sbin/geom/class/shsec Makefile geom_shsec.c gshsec.8
tools/regression/geom_shsec Makefile runtests.sh test-1.sh
test-2.sh
Log:
Introduce a new GEOM class - SHSEC. It provides sharing secret between
the given providers. Without even one of the configured components there
should be no way to get the secret.
Supported by: WHEEL Sp. z o.o.
http://www.wheel.pl
Revision Changes Path
1.1 +7 -0 src/sbin/geom/class/shsec/Makefile (new)
1.1 +294 -0 src/sbin/geom/class/shsec/geom_shsec.c (new)
1.1 +134 -0 src/sbin/geom/class/shsec/gshsec.8 (new)
1.1 +822 -0 src/sys/geom/shsec/g_shsec.c (new)
1.1 +113 -0 src/sys/geom/shsec/g_shsec.h (new)
1.1 +8 -0 src/sys/modules/geom/geom_shsec/Makefile (new)
1.1 +8 -0 src/tools/regression/geom_shsec/Makefile (new)
1.1 +10 -0 src/tools/regression/geom_shsec/runtests.sh (new)
1.1 +34 -0 src/tools/regression/geom_shsec/test-1.sh (new)
1.1 +57 -0 src/tools/regression/geom_shsec/test-2.sh (new)
More information about the cvs-src
mailing list