diff options
author | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
commit | a5b996a7ecea192e05c848269fbfb40c1e7c50ef (patch) | |
tree | b43d0e66d9963acc026a6322b81fd219d273736b /eBones/kprop/kprop.h | |
parent | df2fbf15a2e56a16c3b54b93a3369b662b6f20e5 (diff) |
recording cvs-1.6 file death
Notes
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
Diffstat (limited to 'eBones/kprop/kprop.h')
-rw-r--r-- | eBones/kprop/kprop.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/eBones/kprop/kprop.h b/eBones/kprop/kprop.h deleted file mode 100644 index 5197276fc0d7..000000000000 --- a/eBones/kprop/kprop.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright 1987 by the Massachusetts Institute of Technology. - * - * For copying and distribution information, - * please see the file <mit-copyright.h>. - * - * $Revision: 1.1.1.1 $ - * $Date: 1995/08/03 07:36:18 $ - * $State: Exp $ - * $Source: /usr/cvs/src/eBones/kprop/kprop.h,v $ - * $Author: mark $ - * $Locker: $ - * - * $Log: kprop.h,v $ - * Revision 1.1.1.1 1995/08/03 07:36:18 mark - * Import an updated revision of the MIT kprop program for distributing - * kerberos databases to slave servers. - * - * NOTE: This method was abandoned by MIT long ago, this code is close to - * garbage, but it is slightly more secure than using rdist. - * There is no documentation available on how to use it, and - * it should -not- be built by default. - * - * Obtained from: MIT Project Athena - * - * Revision 1.1.1.1 1995/08/02 22:11:44 pst - * Import an updated revision of the MIT kprop program for distributing - * kerberos databases to slave servers. - * - * NOTE: This method was abandoned by MIT long ago, this code is close to - * garbage, but it is slightly more secure than using rdist. - * There is no documentation available on how to use it, and - * it should -not- be built by default. - * - * Obtained from: MIT Project Athena - * - * Revision 4.1 92/10/23 15:45:13 tytso - * Change the location of KPROP_KDBUTIL to be /kerberos/bin/kdb_util. - * - * Revision 4.0 89/01/24 18:44:46 wesommer - * Original version; programmer: wesommer - * auditor: jon - * - */ - -#define KPROP_SERVICE_NAME "rcmd" -#define KPROP_SRVTAB "/etc/kerberosIV/srvtab" -#define TGT_SERVICE_NAME "krbtgt" -#define KPROP_PROT_VERSION_LEN 8 -#define KPROP_PROT_VERSION "kprop01" -#define KPROP_TRANSFER_PRIVATE 1 -#define KPROP_TRANSFER_SAFE 2 -#define KPROP_TRANSFER_CLEAR 3 -#define KPROP_BUFSIZ 32768 -#define KPROP_KDB_UTIL "/usr/sbin/kdb_util" |