Date: Tue, 11 Jan 2005 18:06:44 +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/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 Message-ID: <200501111806.j0BI6iv3095929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501111806.j0BI6iv3095929>