pull up r18295 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2006 23:11:33 +0000 (23:11 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2006 23:11:33 +0000 (23:11 +0000)
commit9f01c63760154e74f2d4dca6e4935d7bc26b72ea
tree4874c6fedef5fafa90798d0603c6badc0899f6fd
parent7eb792506a894fefb40dd99b20856790fe6cf19e
pull up r18295 from trunk

 r18295@cathode-dark-space:  raeburn | 2006-06-30 17:05:21 -0400
 ticket: 3964
 status: open

 * kdb_db2.c: Don't include kdb_compat.h.
 (OLD_COMPAT_VERSION_1): Don't define.
 (krb5_db2_db_create): For temporary db, use different names for all files.
 (krb5_db2_open, krb5_db2_create, krb5_db2_destroy): Fix check for "temporary"
 in supplied db_args.
 (krb5_db2_db_rename): New function, restored from pre-DAL code and hacked up
 a lot to mostly work.
 (krb5_db2_promote_db): New function.
 * db2_exp.c: Add promote_db entry.

ticket: 3964
version_fixed: 1.5

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18305 dc483132-0cff-0310-8789-dd5450dbe970
src/plugins/kdb/db2/db2_exp.c
src/plugins/kdb/db2/kdb_db2.c