New directory for the kdb keytab functions. Currently there is only get and
authorChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:30:11 +0000 (06:30 +0000)
committerChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:30:11 +0000 (06:30 +0000)
commitb91a3470e68617cf2a5ac5217a0dc2951f99ffc2
treeffc3804b58f835192a32711b8b5c2c3220621712
parenta724d9964ba3eab7984d13aaa0f1156dfa61e5b0
New directory for the kdb keytab functions. Currently there is only get and
resolve but these are sufficient to remove the ugly hack where the key is
passed to krb5_rd_req() in the user-to-user field of the auth_context.
These functions do NOT need to be built on the Macintosh or Windows systems.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7203 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/keytab/db/Makefile.in [new file with mode: 0644]
src/lib/krb5/keytab/db/configure [new file with mode: 0644]
src/lib/krb5/keytab/db/configure.in [new file with mode: 0644]
src/lib/krb5/keytab/db/dbkeytab.c [new file with mode: 0644]