summaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-ae
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-06-22 00:28:00 +0000
committerBrian Feldman <green@FreeBSD.org>1999-06-22 00:28:00 +0000
commit7fc4f6df397715f85fc57be182983488fa4ef767 (patch)
tree83f402e47b2b7da711d42f606d1c857dcf679bf3 /security/cfs/files/patch-ae
parentFix a typo and change WWW: in DESCR. (diff)
CFS's cmkdir now makes directories as Blowfish by default.
I've made myself the maintainer, as well. Reviewed by: jdp
Notes
Notes: svn path=/head/; revision=19611
Diffstat (limited to '')
-rw-r--r--security/cfs/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cfs/files/patch-ae b/security/cfs/files/patch-ae
new file mode 100644
index 000000000000..3453776f2128
--- /dev/null
+++ b/security/cfs/files/patch-ae
@@ -0,0 +1,11 @@
+--- cmkdir.c.orig Mon Jun 21 20:23:18 1999
++++ cmkdir.c Mon Jun 21 20:23:45 1999
+@@ -43,7 +43,7 @@
+ struct timeval tv;
+ u_long r;
+ int i;
+- int ciph=CFS_THREE_DES;
++ int ciph=CFS_BLOWFISH;
+ int cfmt=1;
+ int smsize=LARGESMSIZE;
+ unsigned char ekey[128];