aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-08 10:54:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-08 10:54:30 +0000
commit2b6645c034222cbb6820ab1d6bac967c6c47cece (patch)
tree45e2e363057a3198530a7d548ac29e0de263dd74 /eBones/lib
parent8aec260842ffda9a3095a434ee52aacba748d78b (diff)
Notes
Diffstat (limited to 'eBones/lib')
-rw-r--r--eBones/lib/libacl/acl_check.36
-rw-r--r--eBones/lib/libkrb/krb.314
-rw-r--r--eBones/lib/libkrb/krb_realmofhost.316
-rw-r--r--eBones/lib/libkrb/krb_sendauth.310
-rw-r--r--eBones/lib/libkrb/krb_set_tkt_string.34
-rw-r--r--eBones/lib/libkrb/kuserok.34
-rw-r--r--eBones/lib/libkrb/tf_util.34
7 files changed, 29 insertions, 29 deletions
diff --git a/eBones/lib/libacl/acl_check.3 b/eBones/lib/libacl/acl_check.3
index c142506dbfcf..2e5129c47038 100644
--- a/eBones/lib/libacl/acl_check.3
+++ b/eBones/lib/libacl/acl_check.3
@@ -1,5 +1,5 @@
.\" from: acl_check.3,v 4.1 89/01/23 11:06:54 jtkohl Exp $
-.\" $Id: acl_check.3,v 1.2 1994/07/19 19:27:17 g89r4222 Exp $
+.\" $Id: acl_check.3,v 1.1.1.1 1994/09/30 14:50:05 csgr Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -16,7 +16,7 @@ acl_delete, acl_initialize \- Access control list routines
cc <files> \-lacl \-lkrb
.PP
.ft B
-#include <krb.h>
+#include <kerberosIV/krb.h>
.PP
.ft B
acl_canonicalize_principal(principal, buf)
@@ -98,7 +98,7 @@ must contain enough
space to store a principal, given the limits on the sizes of name,
instance, and realm specified as ANAME_SZ, INST_SZ, and REALM_SZ,
respectively, in
-.IR /usr/include/krb.h .
+.IR /usr/include/kerberosIV/krb.h .
.PP
.I acl_check
returns nonzero if
diff --git a/eBones/lib/libkrb/krb.3 b/eBones/lib/libkrb/krb.3
index 208f034947cc..98a720b820b2 100644
--- a/eBones/lib/libkrb/krb.3
+++ b/eBones/lib/libkrb/krb.3
@@ -1,6 +1,6 @@
-.\" $Source: /usr/src/kerberosIV/man/RCS/krb.3,v $
-.\" $Author: bostic $
-.\" $Header: /usr/src/kerberosIV/man/RCS/krb.3,v 4.11 1994/04/19 14:16:56 bostic Exp $
+.\" $Source: /home/ncvs/src/eBones/man/krb.3,v $
+.\" $Author: rgrimes $
+.\" $Header: /home/ncvs/src/eBones/man/krb.3,v 1.1.1.1 1994/05/27 05:12:09 rgrimes Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -133,7 +133,7 @@ to the calling procedure.
It is up to the application to get the authenticator to the service
where it will be read by
.I krb_rd_req.
-Unless an attacker possesses the session key contained in the ticket, it
+Unless an attacker posesses the session key contained in the ticket, it
will be unable to modify the authenticator. Thus, the checksum can be
used to verify the authenticity of the other data that will pass through
a connection.
@@ -171,15 +171,15 @@ particular problem encountered. See
for the list of error codes.
.PP
If the last argument is the null string (""), krb_rd_req will use the
-file /etc/srvtab to find its keys. If the last argument is NULL, it
-will assume that the key has been set by
+file /etc/kerberosIV/srvtab to find its keys. If the last argument is
+NULL, it will assume that the key has been set by
.I krb_set_key
and will not bother looking further.
.PP
.I krb_kntoln
converts a Kerberos name to a local name. It takes a structure
of type AUTH_DAT and uses the name and instance to look in the database
-/etc/aname to find the corresponding local name. The local name is
+/etc/kerberosIV/aname to find the corresponding local name. The local name is
returned and can be used by an application to change uids, directories,
or other parameters. It is not an integral part of Kerberos, but is
instead provided to support the use of Kerberos in existing utilities.
diff --git a/eBones/lib/libkrb/krb_realmofhost.3 b/eBones/lib/libkrb/krb_realmofhost.3
index f284069a9016..63aa1eb7da57 100644
--- a/eBones/lib/libkrb/krb_realmofhost.3
+++ b/eBones/lib/libkrb/krb_realmofhost.3
@@ -1,5 +1,5 @@
.\" from: krb_realmofhost.3,v 4.1 89/01/23 11:10:47 jtkohl Exp $
-.\" $Id: krb_realmofhost.3,v 1.2 1994/07/19 19:27:46 g89r4222 Exp $
+.\" $Id: krb_realmofhost.3,v 1.1.1.1 1994/09/30 14:50:07 csgr Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -13,8 +13,8 @@ krb_get_lrealm \- additional Kerberos utility routines
.nf
.nj
.ft B
-#include <krb.h>
-#include <des.h>
+#include <kerberosIV/krb.h>
+#include <kerberosIV/des.h>
#include <netinet/in.h>
.PP
.ft B
@@ -48,7 +48,7 @@ int n;
returns the Kerberos realm of the host
.IR host ,
as determined by the translation table
-.IR /etc/krb.realms .
+.IR /etc/kerberosIV/krb.realms .
.I host
should be the fully-qualified domain-style primary host name of the host
in question. In order to prevent certain security attacks, this routine
@@ -96,7 +96,7 @@ with the hostname of the
host running a Kerberos key distribution center (KDC)
for realm
.IR realm ,
-as specified in the configuration file (\fI/etc/krb.conf\fR).
+as specified in the configuration file (\fI/etc/kerberosIV/krb.conf\fR).
The configuration file is described by
.IR krb.conf (5).
If the host is successfully filled in, the routine
@@ -119,7 +119,7 @@ with the hostname of the
host running a Kerberos KDC database administration server
for realm
.IR realm ,
-as specified in the configuration file (\fI/etc/krb.conf\fR).
+as specified in the configuration file (\fI/etc/kerberosIV/krb.conf\fR).
If the file cannot be opened or is malformed, or there are fewer than
.I n
hosts running a Kerberos KDC database administration server,
@@ -145,10 +145,10 @@ should be at least REALM_SZ (from
kerberos(3), krb.conf(5), krb.realms(5)
.SH FILES
.TP 20n
-/etc/krb.realms
+/etc/kerberosIV/krb.realms
translation file for host-to-realm mapping.
.TP
-/etc/krb.conf
+/etc/kerberosIV/krb.conf
local realm-name and realm/server configuration file.
.SH BUGS
The current convention for instance names is too limited; the full
diff --git a/eBones/lib/libkrb/krb_sendauth.3 b/eBones/lib/libkrb/krb_sendauth.3
index f5e95b7eabb4..a749bb5f691d 100644
--- a/eBones/lib/libkrb/krb_sendauth.3
+++ b/eBones/lib/libkrb/krb_sendauth.3
@@ -1,5 +1,5 @@
.\" from: krb_sendauth.3,v 4.1 89/01/23 11:10:58 jtkohl Exp $
-.\" $Id: krb_sendauth.3,v 1.2 1994/07/19 19:27:47 g89r4222 Exp $
+.\" $Id: krb_sendauth.3,v 1.1.1.1 1994/09/30 14:50:07 csgr Exp $
.\" Copyright 1988 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -13,8 +13,8 @@ Kerberos routines for sending authentication via network stream sockets
.nf
.nj
.ft B
-#include <krb.h>
-#include <des.h>
+#include <kerberosIV/krb.h>
+#include <kerberosIV/des.h>
#include <netinet/in.h>
.PP
.fi
@@ -295,7 +295,7 @@ function.
If you set this argument to "",
.I krb_rd_req
looks for the service key in the file
-.IR /etc/srvtab.
+.IR /etc/kerberosIV/srvtab.
If the client and server are performing mutual authenication,
the
@@ -345,4 +345,4 @@ John T. Kohl, MIT Project Athena
.SH RESTRICTIONS
Copyright 1988, Massachusetts Instititute of Technology.
For copying and distribution information,
-please see the file <mit-copyright.h>.
+please see the file <Copyright.h>.
diff --git a/eBones/lib/libkrb/krb_set_tkt_string.3 b/eBones/lib/libkrb/krb_set_tkt_string.3
index c9f3dcfd37d5..73b5e5d8d97e 100644
--- a/eBones/lib/libkrb/krb_set_tkt_string.3
+++ b/eBones/lib/libkrb/krb_set_tkt_string.3
@@ -1,5 +1,5 @@
.\" from: krb_set_tkt_string.3,v 4.1 89/01/23 11:11:09 jtkohl Exp $
-.\" $Id: krb_set_tkt_string.3,v 1.2 1994/07/19 19:27:49 g89r4222 Exp $
+.\" $Id: krb_set_tkt_string.3,v 1.1.1.1 1994/09/30 14:50:07 csgr Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -12,7 +12,7 @@ krb_set_tkt_string \- set Kerberos ticket cache file name
.nf
.nj
.ft B
-#include <krb.h>
+#include <kerberosIV/krb.h>
.PP
.ft B
void krb_set_tkt_string(filename)
diff --git a/eBones/lib/libkrb/kuserok.3 b/eBones/lib/libkrb/kuserok.3
index 36968baa2341..c7581a6c6f77 100644
--- a/eBones/lib/libkrb/kuserok.3
+++ b/eBones/lib/libkrb/kuserok.3
@@ -1,5 +1,5 @@
.\" from: kuserok.3,v 4.1 89/01/23 11:11:49 jtkohl Exp $
-.\" $Id: kuserok.3,v 1.2 1994/07/19 19:27:58 g89r4222 Exp $
+.\" $Id: kuserok.3,v 1.1.1.1 1994/09/30 14:50:07 csgr Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -12,7 +12,7 @@ kuserok \- Kerberos version of ruserok
.nf
.nj
.ft B
-#include <krb.h>
+#include <kerberosIV/krb.h>
.PP
.ft B
kuserok(kdata, localuser)
diff --git a/eBones/lib/libkrb/tf_util.3 b/eBones/lib/libkrb/tf_util.3
index 3a9bc941188b..ee6e43689329 100644
--- a/eBones/lib/libkrb/tf_util.3
+++ b/eBones/lib/libkrb/tf_util.3
@@ -1,5 +1,5 @@
.\" from: tf_util.3,v 4.2 89/04/25 17:17:11 jtkohl Exp $
-.\" $Id: tf_util.3,v 1.2 1994/07/19 19:28:05 g89r4222 Exp $
+.\" $Id: tf_util.3,v 1.1.1.1 1994/09/30 14:50:08 csgr Exp $
.\" Copyright 1989 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information,
@@ -13,7 +13,7 @@ tf_init, tf_get_pname, tf_get_pinst, tf_get_cred, tf_close \
.nf
.nj
.ft B
-#include <krb.h>
+#include <kerberosIV/krb.h>
.PP
.ft B
extern char *krb_err_txt[];