+openafs (1.2.3final-1) unstable; urgency=low
+
+ * New upstream release
+ * Add support for fs setcrypt in debconf; by default traffic is encrypted.
+
+ -- Sam Hartman <hartmans@debian.org> Wed, 30 Jan 2002 10:46:46 -0500
+
openafs (1.2.3candidate3-1) unstable; urgency=low
* New upstream release candidate
db_set openafs-client/afsdb $AFS_AFSDB
fi
db_input low openafs-client/afsdb ||true
+db_input low openafs-client/crypt || true
db_go
db_get openafs-client/run-client
echo AFS_CLIENT=$RET >/etc/openafs/afs.conf.client
-db_get openafs-client/afsdb
-echo AFS_AFSDB=$RET >>/etc/openafs/afs.conf.client
+ db_get openafs-client/afsdb
+ echo AFS_AFSDB=$RET >>/etc/openafs/afs.conf.client
+ db_get openafs-client/crypt
+ echo AFS_CRYPT=$RET >>/etc/openafs/afs.conf.client
;;
that file it can use DNS to look for AFSDB records that contain the
information.
+Template: openafs-client/crypt
+Type: boolean
+Default: true
+Description: ENcrypt authenticated traffic with AFS fileserver?
+ AFS provides a weak form of encryption that can optionally be used
+ between a client and the fileservers. While this encryption is weaker
+ than DES and thus is not sufficient for highly confidential data, it
+ does provide some confidentiality and is likely to make the job of a
+ casual attacker significantly more difficult.
+++ /dev/null
-Index: src/config//Makefile.ppc_linux22.in
-===================================================================
-RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/config/Makefile.ppc_linux22.in,v
-retrieving revision 1.4
-diff -u -r1.4 Makefile.ppc_linux22.in
---- src/config//Makefile.ppc_linux22.in 11 Sep 2001 15:48:00 -0000 1.4
-+++ src/config//Makefile.ppc_linux22.in 13 Sep 2001 20:26:09 -0000
-@@ -35,7 +35,7 @@
- MV=mv
- RANLIB=ranlib
- RM=rm
--
-+INSTALL=${TOP_SRCDIR}/pinstall/pinstall
- # Other OS specific requirements
- #
- YACC = bison -y
-Index: src/config//Makefile.ppc_linux24.in
-===================================================================
-RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/config/Makefile.ppc_linux24.in,v
-retrieving revision 1.1.1.2
-diff -u -r1.1.1.2 Makefile.ppc_linux24.in
---- src/config//Makefile.ppc_linux24.in 11 Sep 2001 14:32:08 -0000 1.1.1.2
-+++ src/config//Makefile.ppc_linux24.in 13 Sep 2001 20:26:09 -0000
-@@ -35,7 +35,6 @@
- MV=mv
- RANLIB=ranlib
- RM=rm
--
- INSTALL=${TOP_SRCDIR}/pinstall/pinstall
- #
- # Other OS specific requirements
+++ /dev/null
-Index: src/auth/ktc.c
-===================================================================
-RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/auth/ktc.c,v
-retrieving revision 1.1.1.7
-diff -u -r1.1.1.7 ktc.c
---- ktc.c 2001/10/14 18:04:01 1.1.1.7
-+++ ktc.c 2001/11/25 23:09:22
-@@ -1274,7 +1274,7 @@
- struct ktc_principal principal;
- struct ktc_token token;
- int status;
-- off_t start, lseek();
-+ off_t start;
- int lifetime, kvno;
- int count; /* count for write */
-