From 54554bd97019502f76ba45f8a0dfe51ee523b11f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 11 Mar 2006 23:04:09 +0000 Subject: update docs for include/krb5/ -> include/ merge git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17734 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ChangeLog | 5 +++++ doc/build.texinfo | 2 +- doc/definitions.texinfo | 6 +++--- doc/implementor.texinfo | 2 +- doc/install-old.texi | 2 +- doc/kadmin/ChangeLog | 4 ++++ doc/kadmin/README | 2 +- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0489c358d..541b34282 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-11 Ken Raeburn + + * build.texinfo, definitions.texinfo, implementor.texinfo, + install-old.texinfo: Updated for include/krb5 merge. + 2005-10-20 Ken Raeburn * coding-style: Modern (gnu) indent requires a number with -ip. diff --git a/doc/build.texinfo b/doc/build.texinfo index 0c97da4cc..8e7aed92c 100644 --- a/doc/build.texinfo +++ b/doc/build.texinfo @@ -662,7 +662,7 @@ compiler and linker and their options. There is one configuration file which you may wish to edit to control various compile-time parameters in the Kerberos distribution: -@file{include/krb5/stock/osconf.h}. The list that follows is by no means +@file{include/stock/osconf.h}. The list that follows is by no means complete, just some of the more interesting variables. Please note: The former configuration file @file{config.h} no longer diff --git a/doc/definitions.texinfo b/doc/definitions.texinfo index ac7ca5a07..dca90bfa1 100644 --- a/doc/definitions.texinfo +++ b/doc/definitions.texinfo @@ -66,7 +66,7 @@ krb5/src/lib/krb5/krb/init_ctx.c @ignore the following defaults should be consistent with default variables set -in krb5/src/include/krb5/stock/osconf.h +in krb5/src/include/stock/osconf.h @end ignore @set DefaultMasterKeyType des3-cbc-sha1 @comment DEFAULT_KDC_ENCTYPE @@ -113,14 +113,14 @@ krb5/src/lib/kadm5/alt_prof.c @ignore the following defaults should be consistent with the values set in -krb5/src/include/krb5/kdb.h +krb5/src/include/kdb.h @end ignore @set DefaultDefaultPrincipalFlags postdateable, forwardable, tgt-based, renewable, proxiable, dup-skey, allow-tickets, and service enabled. @comment KRB_KDC_DEFAULT_FLAGS set to 0 @ignore the following defaults should be consistent with the values set in -include/krb5/kdb.h +include/kdb.h @end ignore @set DefaultMasterKeyName K/M @comment KRB5_KDB_M_NAME diff --git a/doc/implementor.texinfo b/doc/implementor.texinfo index 95b703076..169dee8c0 100644 --- a/doc/implementor.texinfo +++ b/doc/implementor.texinfo @@ -1118,7 +1118,7 @@ failure indications to be given at compile/link time. (This probably wouldn't work well for VxWorks, for example, where symbol resolution is done when the object code is loaded into the OS.) -The configure script generates include/krb5/autoconf.h to influence +The configure script generates include/autoconf.h to influence whether certain calls are made or certain headers are included, and Makefile in each directory to indicate compilation options. Each source directory has a Makefile.in, and config/pre.in and diff --git a/doc/install-old.texi b/doc/install-old.texi index 079590824..af84a023e 100644 --- a/doc/install-old.texi +++ b/doc/install-old.texi @@ -786,7 +786,7 @@ script with the following options: There is one configuration file which you may wish to edit to control various compile-time parameters in the Kerberos distribution: -@file{include/krb5/stock/osconf.h}. The list that follows is by no means +@file{include/stock/osconf.h}. The list that follows is by no means complete, just some of the more interesting variables. Please note: The former configuration file @file{config.h} no longer diff --git a/doc/kadmin/ChangeLog b/doc/kadmin/ChangeLog index 5599867c9..4d2ce6c24 100644 --- a/doc/kadmin/ChangeLog +++ b/doc/kadmin/ChangeLog @@ -1,3 +1,7 @@ +2006-03-11 Ken Raeburn + + * README: Update for include/krb5 merge. + 2001-06-22 Ezra Peisach * draft-ietf-cat-kerb-chg-password-02.txt: Describes protocol in diff --git a/doc/kadmin/README b/doc/kadmin/README index b3e53bfc8..72b369499 100644 --- a/doc/kadmin/README +++ b/doc/kadmin/README @@ -17,7 +17,7 @@ the code is used in the source tree. - kpasswd.protocol: Describes the password changing protocol in src/kadmin/v5passwdd. - include/krb5/adm.h has some defintions. + include/adm.h has some defintions. Client and server provided -- cgit