diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-25 15:51:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-25 15:51:58 +0000 |
commit | f974ce1cb3b60f8fa81ea3454ae6ad615beb2032 (patch) | |
tree | e84ee5ef178c214af84214f36430ee93acdef4ee | |
parent | 3a15c0a0446842cb4beeae872345aa5feeb9b1ff (diff) |
nicer copyrights explaining that we are not criminals.
65 files changed, 587 insertions, 132 deletions
diff --git a/kerberosIV/acl/acl_check.3 b/kerberosIV/acl/acl_check.3 index 4fb3449902f..617391c4b61 100644 --- a/kerberosIV/acl/acl_check.3 +++ b/kerberosIV/acl/acl_check.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: acl_check.3,v 1.3 1998/02/18 11:53:31 art Exp $ +.\" $OpenBSD: acl_check.3,v 1.4 1998/02/25 15:50:28 art Exp $ .TH ACL_CHECK 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME acl_canonicalize_principal, acl_check, acl_exact_match, acl_add, diff --git a/kerberosIV/acl/acl_files.c b/kerberosIV/acl/acl_files.c index f2fffe7f7db..21252e0975e 100644 --- a/kerberosIV/acl/acl_files.c +++ b/kerberosIV/acl/acl_files.c @@ -1,8 +1,15 @@ -/* $OpenBSD: acl_files.c,v 1.7 1997/12/22 16:27:44 art Exp $ */ +/* $OpenBSD: acl_files.c,v 1.8 1998/02/25 15:50:30 art Exp $ */ /* $KTH: acl_files.c,v 1.10 1997/05/02 14:28:56 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/ext_srvtab/ext_srvtab.8 b/kerberosIV/ext_srvtab/ext_srvtab.8 index 8a38dbc3e9f..9e0a6fa7f5c 100644 --- a/kerberosIV/ext_srvtab/ext_srvtab.8 +++ b/kerberosIV/ext_srvtab/ext_srvtab.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: ext_srvtab.8,v 1.3 1998/02/18 11:53:32 art Exp $ +.\" $OpenBSD: ext_srvtab.8,v 1.4 1998/02/25 15:50:31 art Exp $ .TH EXT_SRVTAB 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME ext_srvtab \- extract service key files from Kerberos key distribution center database diff --git a/kerberosIV/include/kadm_server.h b/kerberosIV/include/kadm_server.h index 0000ca75617..2b751489a30 100644 --- a/kerberosIV/include/kadm_server.h +++ b/kerberosIV/include/kadm_server.h @@ -1,8 +1,15 @@ -/* $OpenBSD: kadm_server.h,v 1.3 1998/02/18 11:53:34 art Exp $ */ -/* $Id: kadm_server.h,v 1.3 1998/02/18 11:53:34 art Exp $ */ +/* $OpenBSD: kadm_server.h,v 1.4 1998/02/25 15:50:33 art Exp $ */ +/* $Id: kadm_server.h,v 1.4 1998/02/25 15:50:33 art Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/kdc.h b/kerberosIV/include/kdc.h index a4d15391a1f..d5f5c14dee8 100644 --- a/kerberosIV/include/kdc.h +++ b/kerberosIV/include/kdc.h @@ -1,7 +1,14 @@ -/* $OpenBSD: kdc.h,v 1.3 1998/02/18 11:53:35 art Exp $ */ +/* $OpenBSD: kdc.h,v 1.4 1998/02/25 15:50:34 art Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/kerberosIV/kadm.h b/kerberosIV/include/kerberosIV/kadm.h index 50a4b433493..984f9f2ee8c 100644 --- a/kerberosIV/include/kerberosIV/kadm.h +++ b/kerberosIV/include/kerberosIV/kadm.h @@ -1,8 +1,15 @@ -/* $OpenBSD: kadm.h,v 1.3 1998/02/18 11:53:40 art Exp $ */ +/* $OpenBSD: kadm.h,v 1.4 1998/02/25 15:50:40 art Exp $ */ /* $KTH: kadm.h,v 1.13 1997/08/17 07:30:24 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/kerberosIV/krb_db.h b/kerberosIV/include/kerberosIV/krb_db.h index 660141ad4e2..7176ab38fb9 100644 --- a/kerberosIV/include/kerberosIV/krb_db.h +++ b/kerberosIV/include/kerberosIV/krb_db.h @@ -1,8 +1,15 @@ -/* $OpenBSD: krb_db.h,v 1.3 1998/02/18 11:53:43 art Exp $ */ +/* $OpenBSD: krb_db.h,v 1.4 1998/02/25 15:50:42 art Exp $ */ /* $KTH: krb_db.h,v 1.15 1996/12/17 20:34:32 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/klog.h b/kerberosIV/include/klog.h index c7581ed4c18..a531152a603 100644 --- a/kerberosIV/include/klog.h +++ b/kerberosIV/include/klog.h @@ -1,8 +1,15 @@ -/* $OpenBSD: klog.h,v 1.3 1998/02/18 11:53:35 art Exp $ */ +/* $OpenBSD: klog.h,v 1.4 1998/02/25 15:50:36 art Exp $ */ /* $KTH: klog.h,v 1.5 1997/05/11 11:05:28 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/kprop.h b/kerberosIV/include/kprop.h index ab1dc56523a..6cb7fa0f3fb 100644 --- a/kerberosIV/include/kprop.h +++ b/kerberosIV/include/kprop.h @@ -1,8 +1,15 @@ -/* $OpenBSD: kprop.h,v 1.3 1998/02/18 12:54:49 art Exp $ */ +/* $OpenBSD: kprop.h,v 1.4 1998/02/25 15:50:37 art Exp $ */ /* $KTH: kprop.h,v 1.5 1997/02/07 21:39:52 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/include/prot.h b/kerberosIV/include/prot.h index f4076057dd0..77baa925e64 100644 --- a/kerberosIV/include/prot.h +++ b/kerberosIV/include/prot.h @@ -1,8 +1,15 @@ -/* $OpenBSD: prot.h,v 1.4 1998/02/18 11:53:37 art Exp $ */ +/* $OpenBSD: prot.h,v 1.5 1998/02/25 15:50:38 art Exp $ */ /* $KTH: prot.h,v 1.7 1997/03/23 03:52:27 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/kadmin/kadmin.8 b/kerberosIV/kadmin/kadmin.8 index 24caf643cf5..e0e447b0f1a 100644 --- a/kerberosIV/kadmin/kadmin.8 +++ b/kerberosIV/kadmin/kadmin.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kadmin.8,v 1.3 1998/02/18 11:53:45 art Exp $ +.\" $OpenBSD: kadmin.8,v 1.4 1998/02/25 15:50:43 art Exp $ .TH KADMIN 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kadmin \- network utility for Kerberos database administration diff --git a/kerberosIV/kdb_destroy/kdb_destroy.8 b/kerberosIV/kdb_destroy/kdb_destroy.8 index abcc22313f2..01317256574 100644 --- a/kerberosIV/kdb_destroy/kdb_destroy.8 +++ b/kerberosIV/kdb_destroy/kdb_destroy.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kdb_destroy.8,v 1.3 1998/02/18 11:53:48 art Exp $ +.\" $OpenBSD: kdb_destroy.8,v 1.4 1998/02/25 15:50:45 art Exp $ .TH KDB_DESTROY 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_destroy \- destroy Kerberos key distribution center database diff --git a/kerberosIV/kdb_edit/kdb_edit.8 b/kerberosIV/kdb_edit/kdb_edit.8 index abfd062a3f1..34187a5a5b1 100644 --- a/kerberosIV/kdb_edit/kdb_edit.8 +++ b/kerberosIV/kdb_edit/kdb_edit.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kdb_edit.8,v 1.3 1998/02/18 11:53:49 art Exp $ +.\" $OpenBSD: kdb_edit.8,v 1.4 1998/02/25 15:50:47 art Exp $ .TH KDB_EDIT 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_edit \- Kerberos key distribution center database editing utility diff --git a/kerberosIV/kdb_init/kdb_init.8 b/kerberosIV/kdb_init/kdb_init.8 index 4efcb556397..156d9fe2272 100644 --- a/kerberosIV/kdb_init/kdb_init.8 +++ b/kerberosIV/kdb_init/kdb_init.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kdb_init.8,v 1.3 1998/02/18 11:53:50 art Exp $ +.\" $OpenBSD: kdb_init.8,v 1.4 1998/02/25 15:50:48 art Exp $ .TH KDB_INIT 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_init \- Initialize Kerberos key distribution center database diff --git a/kerberosIV/kdb_util/kdb_util.8 b/kerberosIV/kdb_util/kdb_util.8 index 82b4672e863..0a0cb4e6a53 100644 --- a/kerberosIV/kdb_util/kdb_util.8 +++ b/kerberosIV/kdb_util/kdb_util.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kdb_util.8,v 1.3 1998/02/18 11:53:51 art Exp $ +.\" $OpenBSD: kdb_util.8,v 1.4 1998/02/25 15:50:50 art Exp $ .TH KDB_UTIL 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_util \- Kerberos key distribution center database utility diff --git a/kerberosIV/kdb_util/kdb_util.c b/kerberosIV/kdb_util/kdb_util.c index ac96d7c2083..f175868449d 100644 --- a/kerberosIV/kdb_util/kdb_util.c +++ b/kerberosIV/kdb_util/kdb_util.c @@ -1,8 +1,15 @@ -/* $OpenBSD: kdb_util.c,v 1.3 1998/02/18 11:53:52 art Exp $ */ +/* $OpenBSD: kdb_util.c,v 1.4 1998/02/25 15:50:51 art Exp $ */ /* $KTH: kdb_util.c,v 1.36 1997/12/05 04:21:50 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/kdestroy/kdestroy.1 b/kerberosIV/kdestroy/kdestroy.1 index f576cbee577..e21f2b42cd0 100644 --- a/kerberosIV/kdestroy/kdestroy.1 +++ b/kerberosIV/kdestroy/kdestroy.1 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kdestroy.1,v 1.3 1998/02/18 11:53:52 art Exp $ +.\" $OpenBSD: kdestroy.1,v 1.4 1998/02/25 15:50:53 art Exp $ .TH KDESTROY 1 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdestroy \- destroy Kerberos tickets diff --git a/kerberosIV/kdestroy/kdestroy.c b/kerberosIV/kdestroy/kdestroy.c index b366961a974..b915642f194 100644 --- a/kerberosIV/kdestroy/kdestroy.c +++ b/kerberosIV/kdestroy/kdestroy.c @@ -1,8 +1,15 @@ -/* $OpenBSD: kdestroy.c,v 1.3 1998/02/18 11:53:53 art Exp $ */ +/* $OpenBSD: kdestroy.c,v 1.4 1998/02/25 15:50:54 art Exp $ */ /* $KTH: kdestroy.c,v 1.8 1997/03/30 16:15:03 joda Exp $"); /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/kerberos/kerberos.8 b/kerberosIV/kerberos/kerberos.8 index 1b229f46e70..d69715977cd 100644 --- a/kerberosIV/kerberos/kerberos.8 +++ b/kerberosIV/kerberos/kerberos.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kerberos.8,v 1.3 1998/02/18 11:53:54 art Exp $ +.\" $OpenBSD: kerberos.8,v 1.4 1998/02/25 15:50:56 art Exp $ .TH KERBEROS 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kerberos \- introduction to the Kerberos system diff --git a/kerberosIV/kerberos/kerberos.c b/kerberosIV/kerberos/kerberos.c index 6e8b6bc5092..f5157d0e1d8 100644 --- a/kerberosIV/kerberos/kerberos.c +++ b/kerberosIV/kerberos/kerberos.c @@ -1,8 +1,15 @@ -/* $OpenBSD: kerberos.c,v 1.11 1998/02/18 11:53:54 art Exp $ */ +/* $OpenBSD: kerberos.c,v 1.12 1998/02/25 15:50:57 art Exp $ */ /* $KTH: kerberos.c,v 1.70 1997/09/26 18:06:38 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/kinit/kinit.1 b/kerberosIV/kinit/kinit.1 index a625683e691..d6e9c112ed0 100644 --- a/kerberosIV/kinit/kinit.1 +++ b/kerberosIV/kinit/kinit.1 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kinit.1,v 1.3 1998/02/18 11:53:55 art Exp $ +.\" $OpenBSD: kinit.1,v 1.4 1998/02/25 15:50:59 art Exp $ .TH KINIT 1 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kinit \- Kerberos login utility diff --git a/kerberosIV/klist/klist.1 b/kerberosIV/klist/klist.1 index 31668959632..a18393603f1 100644 --- a/kerberosIV/klist/klist.1 +++ b/kerberosIV/klist/klist.1 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: klist.1,v 1.3 1998/02/18 11:53:56 art Exp $ +.\" $OpenBSD: klist.1,v 1.4 1998/02/25 15:51:01 art Exp $ .TH KLIST 1 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME klist \- list currently held Kerberos tickets diff --git a/kerberosIV/klist/klist.c b/kerberosIV/klist/klist.c index 1656de167ca..0827e2cceca 100644 --- a/kerberosIV/klist/klist.c +++ b/kerberosIV/klist/klist.c @@ -1,8 +1,15 @@ -/* $OpenBSD: klist.c,v 1.4 1998/02/18 11:53:56 art Exp $ */ +/* $OpenBSD: klist.c,v 1.5 1998/02/25 15:51:02 art Exp $ */ /* $KTH: klist.c,v 1.28 1997/05/26 17:33:50 bg Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/kprop/kprop.c b/kerberosIV/kprop/kprop.c index 20ad6d5c622..aa239e90f03 100644 --- a/kerberosIV/kprop/kprop.c +++ b/kerberosIV/kprop/kprop.c @@ -1,8 +1,15 @@ -/* $OpenBSD: kprop.c,v 1.5 1998/02/18 12:55:17 art Exp $ */ +/* $OpenBSD: kprop.c,v 1.6 1998/02/25 15:51:03 art Exp $ */ /* $KTH: kprop.c,v 1.30 1997/12/05 01:34:49 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- diff --git a/kerberosIV/krb/debug_decl.c b/kerberosIV/krb/debug_decl.c index c3dea6494c6..0df299ca6a1 100644 --- a/kerberosIV/krb/debug_decl.c +++ b/kerberosIV/krb/debug_decl.c @@ -1,8 +1,15 @@ -/* $OpenBSD: debug_decl.c,v 1.4 1997/12/22 15:02:04 art Exp $ */ +/* $OpenBSD: debug_decl.c,v 1.5 1998/02/25 15:51:05 art Exp $ */ /* $KTH: debug_decl.c,v 1.7 1997/10/28 15:44:00 bg Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/dest_tkt.c b/kerberosIV/krb/dest_tkt.c index c0a9b3e5409..8a3a8f70308 100644 --- a/kerberosIV/krb/dest_tkt.c +++ b/kerberosIV/krb/dest_tkt.c @@ -1,8 +1,15 @@ -/* $OpenBSD: dest_tkt.c,v 1.4 1997/12/22 15:02:04 art Exp $ */ +/* $OpenBSD: dest_tkt.c,v 1.5 1998/02/25 15:51:06 art Exp $ */ /* $KTH: dest_tkt.c,v 1.11 1997/05/19 03:03:40 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_cred.c b/kerberosIV/krb/get_cred.c index 2fd80430ece..7dfa42514f6 100644 --- a/kerberosIV/krb/get_cred.c +++ b/kerberosIV/krb/get_cred.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_cred.c,v 1.4 1997/12/22 15:02:05 art Exp $ */ +/* $OpenBSD: get_cred.c,v 1.5 1998/02/25 15:51:08 art Exp $ */ /* $KTH: get_cred.c,v 1.6 1997/05/30 17:38:29 bg Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_in_tkt.c b/kerberosIV/krb/get_in_tkt.c index 51b5eaf355a..e2be7dbfadb 100644 --- a/kerberosIV/krb/get_in_tkt.c +++ b/kerberosIV/krb/get_in_tkt.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_in_tkt.c,v 1.8 1997/12/22 15:02:05 art Exp $ */ +/* $OpenBSD: get_in_tkt.c,v 1.9 1998/02/25 15:51:09 art Exp $ */ /* $KTH: get_in_tkt.c,v 1.19 1997/10/03 21:51:42 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_krbrlm.c b/kerberosIV/krb/get_krbrlm.c index 2da133daeff..868a14ae4bf 100644 --- a/kerberosIV/krb/get_krbrlm.c +++ b/kerberosIV/krb/get_krbrlm.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_krbrlm.c,v 1.13 1998/02/20 02:51:35 art Exp $ */ +/* $OpenBSD: get_krbrlm.c,v 1.14 1998/02/25 15:51:10 art Exp $ */ /* $KTH: get_krbrlm.c,v 1.16 1997/05/02 01:26:22 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_svc_in_tkt.c b/kerberosIV/krb/get_svc_in_tkt.c index 79a21947b45..0a88d52b4ca 100644 --- a/kerberosIV/krb/get_svc_in_tkt.c +++ b/kerberosIV/krb/get_svc_in_tkt.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_svc_in_tkt.c,v 1.4 1997/12/22 15:02:06 art Exp $ */ +/* $OpenBSD: get_svc_in_tkt.c,v 1.5 1998/02/25 15:51:11 art Exp $ */ /* $KTH: get_svc_in_tkt.c,v 1.8 1997/03/23 03:53:09 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_tf_fullname.c b/kerberosIV/krb/get_tf_fullname.c index f541148ea1a..bf2187e079f 100644 --- a/kerberosIV/krb/get_tf_fullname.c +++ b/kerberosIV/krb/get_tf_fullname.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_tf_fullname.c,v 1.5 1997/12/22 15:02:07 art Exp $ */ +/* $OpenBSD: get_tf_fullname.c,v 1.6 1998/02/25 15:51:13 art Exp $ */ /* $KTH: get_tf_fullname.c,v 1.6 1997/03/23 03:53:10 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/get_tf_realm.c b/kerberosIV/krb/get_tf_realm.c index 1b2d8b2b802..4940cc49ebc 100644 --- a/kerberosIV/krb/get_tf_realm.c +++ b/kerberosIV/krb/get_tf_realm.c @@ -1,8 +1,15 @@ -/* $OpenBSD: get_tf_realm.c,v 1.4 1997/12/22 15:02:07 art Exp $ */ +/* $OpenBSD: get_tf_realm.c,v 1.5 1998/02/25 15:51:14 art Exp $ */ /* $KTH: get_tf_realm.c,v 1.5 1997/03/23 03:53:10 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/getrealm.c b/kerberosIV/krb/getrealm.c index 32dbfd4927f..582c3d8f5b8 100644 --- a/kerberosIV/krb/getrealm.c +++ b/kerberosIV/krb/getrealm.c @@ -1,8 +1,15 @@ -/* $OpenBSD: getrealm.c,v 1.9 1997/12/22 15:02:07 art Exp $ */ +/* $OpenBSD: getrealm.c,v 1.10 1998/02/25 15:51:15 art Exp $ */ /* $KTH: getrealm.c,v 1.26 1997/10/08 22:51:13 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/getst.c b/kerberosIV/krb/getst.c index ccd7e8960e3..eabc891386f 100644 --- a/kerberosIV/krb/getst.c +++ b/kerberosIV/krb/getst.c @@ -1,8 +1,15 @@ -/* $OpenBSD: getst.c,v 1.4 1997/12/22 15:02:08 art Exp $ */ +/* $OpenBSD: getst.c,v 1.5 1998/02/25 15:51:16 art Exp $ */ /* $KTH: getst.c,v 1.6 1997/03/23 03:53:11 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/kerberos.3 b/kerberosIV/krb/kerberos.3 index 897d4031fb6..996b76f6b5b 100644 --- a/kerberosIV/krb/kerberos.3 +++ b/kerberosIV/krb/kerberos.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kerberos.3,v 1.3 1998/02/18 11:54:00 art Exp $ +.\" $OpenBSD: kerberos.3,v 1.4 1998/02/25 15:51:18 art Exp $ .TH KERBEROS 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_mk_req, krb_rd_req, krb_kntoln, krb_set_key, krb_get_cred, diff --git a/kerberosIV/krb/kntoln.c b/kerberosIV/krb/kntoln.c index aeb7e9e740d..496023ea54c 100644 --- a/kerberosIV/krb/kntoln.c +++ b/kerberosIV/krb/kntoln.c @@ -1,8 +1,15 @@ -/* $OpenBSD: kntoln.c,v 1.5 1997/12/22 15:02:08 art Exp $ */ +/* $OpenBSD: kntoln.c,v 1.6 1998/02/25 15:51:19 art Exp $ */ /* $KTH: kntoln.c,v 1.7 1997/03/23 03:53:12 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/krb-archaeology.h b/kerberosIV/krb/krb-archaeology.h index 869c0c52dd0..a1bbbacf42d 100644 --- a/kerberosIV/krb/krb-archaeology.h +++ b/kerberosIV/krb/krb-archaeology.h @@ -1,8 +1,15 @@ -/* $OpenBSD: krb-archaeology.h,v 1.2 1998/02/18 11:54:01 art Exp $ */ +/* $OpenBSD: krb-archaeology.h,v 1.3 1998/02/25 15:51:20 art Exp $ */ /* $KTH: krb-archaeology.h,v 1.2 1997/12/05 02:04:44 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /* diff --git a/kerberosIV/krb/krb_err.et b/kerberosIV/krb/krb_err.et index 612ff75aa08..f5a3b66b36e 100644 --- a/kerberosIV/krb/krb_err.et +++ b/kerberosIV/krb/krb_err.et @@ -1,4 +1,11 @@ -# This software may now be redistributed outside the US. +# This source code is no longer held under any constraint of USA\ +# `cryptographic laws' since it was exported legally. The cryptographic\ +# functions were removed from the code and a "Bones" distribution was\ +# made. A Commodity Jurisdiction Request #012-94 was filed with the\ +# USA State Department, who handed it to the Commerce department. The\ +# code was determined to fall under General License GTDA under ECCN 5D96G,\ +# and hence exportable. The cryptographic interfaces were re-added by Eric\ +# Young, and then KTH proceeded to maintain the code in the free world. # # Copyright 1987,1988 Massachusetts Institute of Technology # @@ -20,7 +27,7 @@ # # # $KTH: krb_err.et,v 1.4 1996/10/27 13:30:28 bg Exp $ -# $OpenBSD: krb_err.et,v 1.3 1998/02/18 11:54:01 art Exp $ +# $OpenBSD: krb_err.et,v 1.4 1998/02/25 15:51:22 art Exp $ # error_table krb diff --git a/kerberosIV/krb/krb_err_txt.c b/kerberosIV/krb/krb_err_txt.c index eacbdf0d4ad..e6ea7a44f95 100644 --- a/kerberosIV/krb/krb_err_txt.c +++ b/kerberosIV/krb/krb_err_txt.c @@ -1,8 +1,15 @@ -/* $OpenBSD: krb_err_txt.c,v 1.4 1997/12/22 15:02:09 art Exp $ */ +/* $OpenBSD: krb_err_txt.c,v 1.5 1998/02/25 15:51:23 art Exp $ */ /* $KTH: krb_err_txt.c,v 1.12 1997/04/02 05:37:10 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/krb_realmofhost.3 b/kerberosIV/krb/krb_realmofhost.3 index 7401a0c897e..6f512e2bbbe 100644 --- a/kerberosIV/krb/krb_realmofhost.3 +++ b/kerberosIV/krb/krb_realmofhost.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb_realmofhost.3,v 1.3 1998/02/18 11:54:03 art Exp $ +.\" $OpenBSD: krb_realmofhost.3,v 1.4 1998/02/25 15:51:24 art Exp $ .TH KRB_REALMOFHOST 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, diff --git a/kerberosIV/krb/krb_sendauth.3 b/kerberosIV/krb/krb_sendauth.3 index c86bed1cc08..6156d3eeb3b 100644 --- a/kerberosIV/krb/krb_sendauth.3 +++ b/kerberosIV/krb/krb_sendauth.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1988 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb_sendauth.3,v 1.3 1998/02/18 11:54:03 art Exp $ +.\" $OpenBSD: krb_sendauth.3,v 1.4 1998/02/25 15:51:25 art Exp $ .TH KRB_SENDAUTH 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_sendauth, krb_recvauth, krb_net_write, krb_net_read \- diff --git a/kerberosIV/krb/krb_set_tkt_string.3 b/kerberosIV/krb/krb_set_tkt_string.3 index 9fe32371388..6e1f1def01e 100644 --- a/kerberosIV/krb/krb_set_tkt_string.3 +++ b/kerberosIV/krb/krb_set_tkt_string.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb_set_tkt_string.3,v 1.3 1998/02/18 11:54:04 art Exp $ +.\" $OpenBSD: krb_set_tkt_string.3,v 1.4 1998/02/25 15:51:27 art Exp $ .TH KRB_SET_TKT_STRING 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_set_tkt_string \- set Kerberos ticket cache file name diff --git a/kerberosIV/krb/kuserok.3 b/kerberosIV/krb/kuserok.3 index fa42cca5e7d..772a7c5314b 100644 --- a/kerberosIV/krb/kuserok.3 +++ b/kerberosIV/krb/kuserok.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kuserok.3,v 1.3 1998/02/18 11:54:04 art Exp $ +.\" $OpenBSD: kuserok.3,v 1.4 1998/02/25 15:51:28 art Exp $ .TH KUSEROK 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kuserok \- Kerberos version of ruserok diff --git a/kerberosIV/krb/mk_err.c b/kerberosIV/krb/mk_err.c index 8968b7875a0..3277a6712a7 100644 --- a/kerberosIV/krb/mk_err.c +++ b/kerberosIV/krb/mk_err.c @@ -1,8 +1,15 @@ -/* $OpenBSD: mk_err.c,v 1.4 1997/12/22 15:02:09 art Exp $ */ +/* $OpenBSD: mk_err.c,v 1.5 1998/02/25 15:51:29 art Exp $ */ /* $KTH: mk_err.c,v 1.6 1997/03/23 03:53:14 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/month_sname.c b/kerberosIV/krb/month_sname.c index 305d561e9a7..2c24a6f65a5 100644 --- a/kerberosIV/krb/month_sname.c +++ b/kerberosIV/krb/month_sname.c @@ -1,8 +1,15 @@ -/* $OpenBSD: month_sname.c,v 1.4 1997/12/22 15:02:10 art Exp $ */ +/* $OpenBSD: month_sname.c,v 1.5 1998/02/25 15:51:30 art Exp $ */ /* $KTH: month_sname.c,v 1.5 1997/03/23 03:53:14 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/netread.c b/kerberosIV/krb/netread.c index 49658682eff..17b0c36a6b7 100644 --- a/kerberosIV/krb/netread.c +++ b/kerberosIV/krb/netread.c @@ -1,8 +1,15 @@ -/* $OpenBSD: netread.c,v 1.4 1997/12/22 15:02:10 art Exp $ */ +/* $OpenBSD: netread.c,v 1.5 1998/02/25 15:51:32 art Exp $ */ /* $KTH: netread.c,v 1.7 1997/06/19 23:56:44 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/netwrite.c b/kerberosIV/krb/netwrite.c index 57119f344bc..bfcd45b2b9d 100644 --- a/kerberosIV/krb/netwrite.c +++ b/kerberosIV/krb/netwrite.c @@ -1,8 +1,15 @@ -/* $OpenBSD: netwrite.c,v 1.4 1997/12/22 15:02:11 art Exp $ */ +/* $OpenBSD: netwrite.c,v 1.5 1998/02/25 15:51:33 art Exp $ */ /* $KTH: netwrite.c,v 1.8 1997/06/19 23:56:25 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/one.c b/kerberosIV/krb/one.c index 88db45137d6..56c8d047b8c 100644 --- a/kerberosIV/krb/one.c +++ b/kerberosIV/krb/one.c @@ -1,7 +1,14 @@ -/* $OpenBSD: one.c,v 1.4 1997/12/22 15:02:11 art Exp $ */ +/* $OpenBSD: one.c,v 1.5 1998/02/25 15:51:34 art Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/read_service_key.c b/kerberosIV/krb/read_service_key.c index 3d3f8315005..0a84415a57f 100644 --- a/kerberosIV/krb/read_service_key.c +++ b/kerberosIV/krb/read_service_key.c @@ -1,8 +1,15 @@ -/* $OpenBSD: read_service_key.c,v 1.5 1997/12/22 15:02:12 art Exp $ */ +/* $OpenBSD: read_service_key.c,v 1.6 1998/02/25 15:51:35 art Exp $ */ /* $KTH: read_service_key.c,v 1.8 1997/03/23 03:53:16 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/recvauth.c b/kerberosIV/krb/recvauth.c index ddf4e3b6b3c..786d573ca99 100644 --- a/kerberosIV/krb/recvauth.c +++ b/kerberosIV/krb/recvauth.c @@ -1,8 +1,15 @@ -/* $OpenBSD: recvauth.c,v 1.5 1997/12/22 15:02:12 art Exp $ */ +/* $OpenBSD: recvauth.c,v 1.6 1998/02/25 15:51:37 art Exp $ */ /* $KTH: recvauth.c,v 1.18 1997/07/05 01:35:15 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/save_credentials.c b/kerberosIV/krb/save_credentials.c index a90e3882607..8be21d9a217 100644 --- a/kerberosIV/krb/save_credentials.c +++ b/kerberosIV/krb/save_credentials.c @@ -1,8 +1,15 @@ -/* $OpenBSD: save_credentials.c,v 1.4 1997/12/22 15:02:13 art Exp $ */ +/* $OpenBSD: save_credentials.c,v 1.5 1998/02/25 15:51:38 art Exp $ */ /* $KTH: save_credentials.c,v 1.5 1997/03/23 03:53:17 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/send_to_kdc.c b/kerberosIV/krb/send_to_kdc.c index ab649d19d29..4f363262d97 100644 --- a/kerberosIV/krb/send_to_kdc.c +++ b/kerberosIV/krb/send_to_kdc.c @@ -1,8 +1,15 @@ -/* $OpenBSD: send_to_kdc.c,v 1.9 1997/12/22 15:02:13 art Exp $ */ +/* $OpenBSD: send_to_kdc.c,v 1.10 1998/02/25 15:51:39 art Exp $ */ /* $KTH: send_to_kdc.c,v 1.47 1997/11/07 17:31:38 bg Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/sendauth.c b/kerberosIV/krb/sendauth.c index 97d9850de6a..49e208a65f9 100644 --- a/kerberosIV/krb/sendauth.c +++ b/kerberosIV/krb/sendauth.c @@ -1,8 +1,15 @@ -/* $OpenBSD: sendauth.c,v 1.6 1997/12/22 15:02:14 art Exp $ */ +/* $OpenBSD: sendauth.c,v 1.7 1998/02/25 15:51:40 art Exp $ */ /* $KTH: sendauth.c,v 1.15 1997/04/18 14:11:36 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/stime.c b/kerberosIV/krb/stime.c index 4ce221bba0c..0c88eb0e48c 100644 --- a/kerberosIV/krb/stime.c +++ b/kerberosIV/krb/stime.c @@ -1,8 +1,15 @@ -/* $OpenBSD: stime.c,v 1.3 1997/12/22 15:02:15 art Exp $ */ +/* $OpenBSD: stime.c,v 1.4 1998/02/25 15:51:42 art Exp $ */ /* $KTH: stime.c,v 1.6 1997/05/02 14:29:20 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/tf_util.3 b/kerberosIV/krb/tf_util.3 index 744ad08ea43..47bfb8efb38 100644 --- a/kerberosIV/krb/tf_util.3 +++ b/kerberosIV/krb/tf_util.3 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: tf_util.3,v 1.3 1998/02/18 11:54:05 art Exp $ +.\" $OpenBSD: tf_util.3,v 1.4 1998/02/25 15:51:43 art Exp $ .TH TF_UTIL 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME tf_init, tf_get_pname, tf_get_pinst, tf_get_cred, tf_close \ diff --git a/kerberosIV/krb/tf_util.c b/kerberosIV/krb/tf_util.c index efa1743bceb..2290e772ead 100644 --- a/kerberosIV/krb/tf_util.c +++ b/kerberosIV/krb/tf_util.c @@ -1,8 +1,15 @@ -/* $OpenBSD: tf_util.c,v 1.5 1997/12/22 15:02:15 art Exp $ */ +/* $OpenBSD: tf_util.c,v 1.6 1998/02/25 15:51:44 art Exp $ */ /* $KTH: tf_util.c,v 1.25 1997/11/04 09:44:28 bg Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/tkt_string.c b/kerberosIV/krb/tkt_string.c index 072530351cc..fbc008fa685 100644 --- a/kerberosIV/krb/tkt_string.c +++ b/kerberosIV/krb/tkt_string.c @@ -1,8 +1,15 @@ -/* $OpenBSD: tkt_string.c,v 1.6 1997/12/22 15:02:16 art Exp $ */ +/* $OpenBSD: tkt_string.c,v 1.7 1998/02/25 15:51:46 art Exp $ */ /* $KTH: tkt_string.c,v 1.11 1997/10/24 10:18:07 assar Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/krb/util.c b/kerberosIV/krb/util.c index 96c3f9a2119..a7dbaa71a83 100644 --- a/kerberosIV/krb/util.c +++ b/kerberosIV/krb/util.c @@ -1,8 +1,15 @@ -/* $OpenBSD: util.c,v 1.3 1997/12/22 15:02:16 art Exp $ */ +/* $OpenBSD: util.c,v 1.4 1998/02/25 15:51:47 art Exp $ */ /* $KTH: util.c,v 1.6 1996/10/05 00:18:34 joda Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. * */ diff --git a/kerberosIV/ksrvtgt/ksrvtgt.1 b/kerberosIV/ksrvtgt/ksrvtgt.1 index c419702b5df..558c501934e 100644 --- a/kerberosIV/ksrvtgt/ksrvtgt.1 +++ b/kerberosIV/ksrvtgt/ksrvtgt.1 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: ksrvtgt.1,v 1.3 1998/02/18 11:54:06 art Exp $ +.\" $OpenBSD: ksrvtgt.1,v 1.4 1998/02/25 15:51:48 art Exp $ .TH KSRVTGT 1 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME ksrvtgt \- fetch and store Kerberos ticket-granting-ticket using a diff --git a/kerberosIV/ksrvtgt/ksrvtgt.c b/kerberosIV/ksrvtgt/ksrvtgt.c index e29694b14c5..edb2dc715f6 100644 --- a/kerberosIV/ksrvtgt/ksrvtgt.c +++ b/kerberosIV/ksrvtgt/ksrvtgt.c @@ -1,7 +1,14 @@ -/* $OpenBSD: ksrvtgt.c,v 1.4 1998/02/18 11:54:07 art Exp $ */ +/* $OpenBSD: ksrvtgt.c,v 1.5 1998/02/25 15:51:50 art Exp $ */ /* - * This software may now be redistributed outside the US. + * This source code is no longer held under any constraint of USA + * `cryptographic laws' since it was exported legally. The cryptographic + * functions were removed from the code and a "Bones" distribution was + * made. A Commodity Jurisdiction Request #012-94 was filed with the + * USA State Department, who handed it to the Commerce department. The + * code was determined to fall under General License GTDA under ECCN 5D96G, + * and hence exportable. The cryptographic interfaces were re-added by Eric + * Young, and then KTH proceeded to maintain the code in the free world. */ /*- @@ -32,7 +39,7 @@ #include <kerberosIV/krb.h> const char rcsid[] = - "$Id: ksrvtgt.c,v 1.4 1998/02/18 11:54:07 art Exp $"; + "$Id: ksrvtgt.c,v 1.5 1998/02/25 15:51:50 art Exp $"; main(argc,argv) int argc; diff --git a/kerberosIV/ksrvutil/ksrvutil.8 b/kerberosIV/ksrvutil/ksrvutil.8 index feaf15c2e96..65227821d84 100644 --- a/kerberosIV/ksrvutil/ksrvutil.8 +++ b/kerberosIV/ksrvutil/ksrvutil.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: ksrvutil.8,v 1.4 1998/02/18 11:54:08 art Exp $ +.\" $OpenBSD: ksrvutil.8,v 1.5 1998/02/25 15:51:51 art Exp $ .TH KSRVUTIL 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME ksrvutil \- host kerberos keyfile (srvtab) manipulation utility diff --git a/kerberosIV/kstash/kstash.8 b/kerberosIV/kstash/kstash.8 index fb1285b9853..8d9c7b4f61c 100644 --- a/kerberosIV/kstash/kstash.8 +++ b/kerberosIV/kstash/kstash.8 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kstash.8,v 1.3 1998/02/18 11:54:09 art Exp $ +.\" $OpenBSD: kstash.8,v 1.4 1998/02/25 15:51:53 art Exp $ .TH KSTASH 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kstash \- stash Kerberos key distribution center database master key diff --git a/kerberosIV/man/kerberos.1 b/kerberosIV/man/kerberos.1 index dbcfe50537a..88c6aa0ba3e 100644 --- a/kerberosIV/man/kerberos.1 +++ b/kerberosIV/man/kerberos.1 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: kerberos.1,v 1.4 1998/02/18 11:54:10 art Exp $ +.\" $OpenBSD: kerberos.1,v 1.5 1998/02/25 15:51:54 art Exp $ .TH KERBEROS 1 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kerberos \- introduction to the Kerberos system diff --git a/kerberosIV/man/krb.conf.5 b/kerberosIV/man/krb.conf.5 index 34e2aecb722..798ee35613f 100644 --- a/kerberosIV/man/krb.conf.5 +++ b/kerberosIV/man/krb.conf.5 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb.conf.5,v 1.4 1998/02/18 11:54:10 art Exp $ +.\" $OpenBSD: krb.conf.5,v 1.5 1998/02/25 15:51:56 art Exp $ .TH KRB.CONF 5 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME /etc/kerberosIV/krb.conf \- Kerberos configuration file diff --git a/kerberosIV/man/krb.realms.5 b/kerberosIV/man/krb.realms.5 index e070c53b7ff..87c1b4e913b 100644 --- a/kerberosIV/man/krb.realms.5 +++ b/kerberosIV/man/krb.realms.5 @@ -1,5 +1,12 @@ .\" -.\" This software may now be redistributed outside the US. +.\" This source code is no longer held under any constraint of USA +.\" `cryptographic laws' since it was exported legally. The cryptographic +.\" functions were removed from the code and a "Bones" distribution was +.\" made. A Commodity Jurisdiction Request #012-94 was filed with the +.\" USA State Department, who handed it to the Commerce department. The +.\" code was determined to fall under General License GTDA under ECCN 5D96G, +.\" and hence exportable. The cryptographic interfaces were re-added by Eric +.\" Young, and then KTH proceeded to maintain the code in the free world. .\" .\"Copyright (C) 1989 by the Massachusetts Institute of Technology .\" @@ -19,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb.realms.5,v 1.3 1998/02/18 11:54:11 art Exp $ +.\" $OpenBSD: krb.realms.5,v 1.4 1998/02/25 15:51:57 art Exp $ .TH KRB.REALMS 5 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME /etc/kerberosIV/krb.realms \- host to Kerberos realm translation file |