summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1996-08-20 12:48:57 +0000
committerBarry Jaspan <bjaspan@mit.edu>1996-08-20 12:48:57 +0000
commitc4ef4235c869f4e18351152eec56a001c8bfac9a (patch)
tree901421553bb8e3c9d2831238233e793d0bb93787
parentfcefef1141491e6e7d1ba2e25c54b7bd940b5fa9 (diff)
downloadkrb5-c4ef4235c869f4e18351152eec56a001c8bfac9a.tar.gz
krb5-c4ef4235c869f4e18351152eec56a001c8bfac9a.tar.xz
krb5-c4ef4235c869f4e18351152eec56a001c8bfac9a.zip
rework the ovsec_kadm compat wording
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8955 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--doc/kadm5/api-funcspec.tex24
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/kadm5/api-funcspec.tex b/doc/kadm5/api-funcspec.tex
index 679440382..9615d69a6 100644
--- a/doc/kadm5/api-funcspec.tex
+++ b/doc/kadm5/api-funcspec.tex
@@ -44,22 +44,24 @@ The versions of this API and a brief description of the changes for
each are:
\begin{description}
-\item[KADM5_API_VERSION_1] Also called OVSEC_KADM_API_VERSION_1. The
-initial version of this API, written by OpenVision Technologies and
-donated to MIT for including in the public release.
+\item[KADM5_API_VERSION_1] The initial version of this API, written by
+OpenVision Technologies and donated to MIT for including in the public
+release. Originally called OVSEC_KADM_API_VERSION_1. Most everything
+has been renamed in one way or another, including functions, header
+files, and data structures. Where possible, the old OVSEC_KADM names
+have been left behind for compatibility with version 1, and
+KADM5_API_VERSION_1 is compatible with OVSEC_KADM_API_VERSION_1 at
+compile-, link-, and run-time.
+
+The OVSEC_KADM name compatibility will not be extended to new
+functionality in future versions because no existing OVSEC_KADM
+clients will use that functionality; new clients should be written to
+the KADM5 API.
\item[KADM5_API_VERSION_2] This version contains the initial changes
necessary to make the OpenVision administration system work with the
mid-1996 MIT version of Kerberos 5. Changes include
\begin{enumerate}
-\item Renaming of the API from OVSEC_KADM to KADM5. Most everything
-has been renamed in one way or another, including functions, header
-files, and data structures. Where possible, the old OVSEC_KADM names
-have been left behind for compatibility with version 1. The
-OVSEC_KADM name compatibility has not been extended to new
-functionality in this version and will not be extended to future
-versions.
-
\item The kadm5_init functions now take a structure of parameters
instead of just a realm name, allowing the calling program to specify
non-default values for various configuration options. See section