Implement SRVTAB keytab type, which can read a krb4 srvtab
authorGeoffrey King <gjking@mit.edu>
Sun, 13 Jun 1999 09:17:33 +0000 (09:17 +0000)
committerGeoffrey King <gjking@mit.edu>
Sun, 13 Jun 1999 09:17:33 +0000 (09:17 +0000)
commit6c177497a6d2a44fb152edd6234601e9fefaa602
treeeda282e286f62cd783b148441f502ee3f6c717f3
parente05fda2ea1726a3a0e166a02859e56832a1a72da
Implement SRVTAB keytab type, which can read a krb4 srvtab

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11511 dc483132-0cff-0310-8789-dd5450dbe970
20 files changed:
src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in
src/lib/krb5/configure.in
src/lib/krb5/keytab/.Sanitize
src/lib/krb5/keytab/ChangeLog
src/lib/krb5/keytab/Makefile.in
src/lib/krb5/keytab/ktbase.c
src/lib/krb5/keytab/srvtab/.Sanitize [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/ChangeLog [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/Makefile.in [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_close.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_endget.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_g_ent.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_g_name.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_next.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_ops.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_resolv.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_ssget.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/kts_util.c [new file with mode: 0644]
src/lib/krb5/keytab/srvtab/ktsrvtab.h [new file with mode: 0644]