+++ /dev/null
-# Sanitize.in for Kerberos V5
-
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize". All keyword lines must exist,
-# and must exist in the order specified by this file. Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done. Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-.cvsignore
-ChangeLog
-Makefile.in
-PORT
-README
-README.krb5
-changelog
-configure
-configure.in
-hash
-include
-man
-test
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
+++ /dev/null
-Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
- line. It's set in the windows.in prologue for all Makefiles anyway.
-
-Mon May 20 21:08:01 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Update use of libupdate to use the new command line
- arguments.
-
-Fri Oct 6 22:06:14 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in: Remove ##DOS!include of config/windows.in.
- config/windows.in is now included by wconfig.
-
-Mon Oct 2 14:38:37 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * Makefile.in (check-unix): Changed building of library from check
- to check-unix.
-
-Mon Sep 25 16:43:28 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
- Makefile.
-
-Mon Sep 18 08:35:47 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * Makefile.in (check): Only build libdb.a when making the self
- checks. Do not install the library.
-
- * configure.in: Do not build a shared library - the contents are
- already merged into libkrb5.
-
-Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * .Sanitize: Update file list
-
-Tue Jul 18 21:57:52 1995 Sam Hartman <hartmans@screw-loose.MIT.EDU>
-
- * configure.in: Don't depend on libdb_ranlib.
-
-Tue Jul 18 18:04:21 1995 Sam Hartman <hartmans@tertius.mit.edu>
-
- * Makefile.in (install): Combine the ranlib in with the rest of
- the rule. This cleans up the $(STEXT) rule.
-
-Thu Jul 13 16:24:07 1995 Sam Hartman <hartmans@tertius.mit.edu>
-
- * Makefile.in (clean-unix): Use libdb.$(STEXT) so that it works
- under AIX.
-
-Fri Jul 7 16:41:17 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Add DEPLIBS, needed by shared library rule.
-
-Mon Jul 3 12:11:51 1995 Tom Yu <tlyu@lothlorien.MIT.EDU>
-
- * Makefile.in (libdb.a): Quiet the if statement.
-
- * configure.in: Symlink $(TOPLIBD)/libdb.* from the right place.
-
-Fri Jun 30 14:47:53 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Add --enable-shared check for building libdb shared.
- While we won't use libdb shared explicitly, we might as well
- build it since we have to go through the trouble of building
- the shared objects for libkrb5.
- * Makefile.in - Add shared library rules.
-
-Fri Jun 9 18:59:23 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES. Use DO_SUBDIRS to
- recurse down subdirectories.
-
-
-Fri May 26 16:07:52 EDT 1995 Paul Park (pjpark@mit.edu)
- Bring in version 1.85 of the Berkeley database code. We only
- use the hashed database, so that's all that's here. There are
- slight modifications to the code to fix one bug and to tailor
- it for usage with Kerberos.
-
-
-Fri May 26 16:06:46 EDT 1995 Paul Park (pjpark@mit.edu)
- Bring in version 1.85 of the Berkeley database code. We only
- use the hashed database, so that's all that's here. There are
- slight modifications which were done to the code.
-
+++ /dev/null
-##DOSBUILDTOP = ..\..
-
-TST=if test -n "`cat DONE`" ; then
-
-LIB_SUBDIRS= hash
-LIBDONE= hash/DONE
-
-LIBUPDATE= $(BUILDTOP)/util/libupdate
-DEPLIBS=
-SHLIB_LIBS=
-SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
-SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
-
-all-unix::
-
-all-windows::
-
-
-libdb.$(STEXT): $(LIBDONE)
- @if test -f $@ ; then \
- (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \
- else \
- (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \
- fi
- $(RANLIB) $@
- touch libdb.stamp
-
-clean-unix::
- $(RM) libdb.$(LIBEXT) libdb_ranlib libdb.stamp
-
-clean-windows::
- $(RM) db.lib db.bak
-
-all-windows::
- cd BERK_DB
- @echo Making in berk_db
- -$(MAKE) -$(MFLAGS)
- cd ..
-
-clean-windows::
- cd BERK_DB
- @echo Making clean in berk_db
- -$(MAKE) -$(MFLAGS) clean
- cd ..
- @echo Making clean locally
-
-
-check-unix:: libdb.$(STEXT)
+++ /dev/null
-# @(#)README 8.27 (Berkeley) 9/1/94
-
-This is version 1.85 of the Berkeley DB code.
-
-For information on compiling and installing this software, see the file
-PORT/README.
-
-Newer versions of this software will periodically be made available by
-anonymous ftp from ftp.cs.berkeley.edu. An archive in compressed format
-is in ucb/4bsd/db.tar.Z, or in gzip format in ucb/4bsd/db.tar.gz. If
-you'd like to receive announcements of future releases of this software,
-send email to the contact address below.
-
-Email questions may be addressed to Keith Bostic at bostic@cs.berkeley.edu.
-
-============================================
-Distribution contents:
-
-Makefile.inc Ignore this, it's the 4.4BSD subsystem Makefile.
-PORT The per OS/architecture directories to use to build
- libdb.a, if you're not running 4.4BSD. See the file
- PORT/README for more information.
-README This file.
-btree The B+tree routines.
-changelog List of changes, per version.
-db The dbopen(3) interface routine.
-docs Various USENIX papers, and the formatted manual pages.
-hash The extended linear hashing routines.
-man The unformatted manual pages.
-mpool The memory pool routines.
-recno The fixed/variable length record routines.
-test Test package.
-
-============================================
-Debugging:
-
-If you're running a memory checker (e.g. Purify) on DB, make sure that
-you recompile it with "-DPURIFY" in the CFLAGS, first. By default,
-allocated pages are not initialized by the DB code, and they will show
-up as reads of uninitialized memory in the buffer write routines.