summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-06-20 03:24:07 +0000
committerTom Yu <tlyu@mit.edu>2003-06-20 03:24:07 +0000
commit386ec3896afecf2f24cc696468e2b37ab1eed89b (patch)
treeff437306f2bc07a7aadb6c2cb6812fd5cc25fb29
parent35f071931d91ae3d4e230fbf01441c6aeee617f9 (diff)
downloadkrb5-386ec3896afecf2f24cc696468e2b37ab1eed89b.tar.gz
krb5-386ec3896afecf2f24cc696468e2b37ab1eed89b.tar.xz
krb5-386ec3896afecf2f24cc696468e2b37ab1eed89b.zip
Delete references to --with-system-db from README
* build.texinfo (HPUX): Fix typo. (Options to Configure): Note that --with-system-db is unsupported, concerning possible lossage with loading dumpfiles. ticket: 1592 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15637 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README12
-rw-r--r--doc/ChangeLog6
-rw-r--r--doc/build.texinfo7
3 files changed, 15 insertions, 10 deletions
diff --git a/README b/README
index 68e56477f2..59fea02f32 100644
--- a/README
+++ b/README
@@ -90,19 +90,15 @@ Notes, Major Changes, and Known Bugs for 1.3
may be necessary when talking to Microsoft KDCs (domain controllers),
if they issue you tickets with lots of PAC data.
-* If you have versions of the com_err, ss, or Berkeley DB packages
- installed locally, you can use the --with-system-et,
- --with-system-ss, and --with-system-db configure options to use them
- rather than using the versions supplied here. Note that the
- interfaces are assumed to be similar to those we supply; in
+* If you have versions of the com_err or ss installed locally, you can
+ use the --with-system-et and --with-system-ss configure options to
+ use them rather than using the versions supplied here. Note that
+ the interfaces are assumed to be similar to those we supply; in
particular, some older, divergent versions of the com_err library
may not work with the krb5 sources. Many configure-time variables
can be used to help the compiler and linker find the installed
packages; see the build documentation for details.
- We have not tested this change with version 4 of the Berkeley DB
- library.
-
* The AES cryptosystem has been implemented. However, support in the
Kerberos GSSAPI mechanism has not been written (or even fully
specified), so it's not fully enabled. See the documentation for
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c07615c5ed..c8e018e908 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-19 Tom Yu <tlyu@mit.edu>
+
+ * build.texinfo (HPUX): Fix typo.
+ (Options to Configure): Note that --with-system-db is unsupported,
+ concerning possible lossage with loading dumpfiles.
+
2003-06-18 Tom Yu <tlyu@mit.edu>
* dnssrv.texinfo: Add note about _kerberos-iv._udp SRV records.
diff --git a/doc/build.texinfo b/doc/build.texinfo
index d1f211a905..a9fc0536df 100644
--- a/doc/build.texinfo
+++ b/doc/build.texinfo
@@ -569,7 +569,10 @@ This option is ignored if @samp{--with-system-ss} is not specified.
@item --with-system-db
Use an installed version of the Berkeley DB package, which must
-provide an API compatible with version 1.85.
+provide an API compatible with version 1.85. This option is
+@emph{unsupported} and untested. In particular, we do not know if the
+database-rename code used in the dumpfile load operation will behave
+properly.
If this option is not given, a version supplied with the Kerberos
sources will be built and installed. (We are not updating this
@@ -772,7 +775,7 @@ NetBSD and FreeBSD.)
The native (bundled) compiler for HPUX currently will not work,
because it is not a full ANSI C compiler. The optional ANSI C
compiler should work as long as you give it the @samp{-Ae} flag
-(i.e. @samp{./configure CC='cc -Ae}). This is equivalent to
+(i.e. @samp{./configure CC='cc -Ae'}). This is equivalent to
@samp{./configure CC='c89 -D_HPUX_SOURCE'}, which was the previous
recommendation. This has only been tested recently for HPUX 10.20.