Kernel subset
authorGreg Hudson <ghudson@mit.edu>
Mon, 9 May 2011 18:41:03 +0000 (18:41 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 May 2011 18:41:03 +0000 (18:41 +0000)
commit84f2d3910c1903f583466882fc13cc5061b2a697
treef7a6a99a1edf157770156591ea803e2bbf5a349d
parent8263dad4edaf61b7815135abe02baf93c8846581
Kernel subset

Add a directory containing a "kernel subset" (context import and
message functions only) of the gss-krb5 library, with a test framework
to exercise the functionality and indicate when unknown dependencies
creep in.

ticket: 6909

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24921 dc483132-0cff-0310-8789-dd5450dbe970
13 files changed:
src/configure.in
src/lib/gssapi/krb5/gssapiP_krb5.h
src/util/Makefile.in
src/util/gss-kernel-lib/Makefile.in [new file with mode: 0644]
src/util/gss-kernel-lib/README [new file with mode: 0644]
src/util/gss-kernel-lib/deps [new file with mode: 0644]
src/util/gss-kernel-lib/kernel_gss.c [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss.c [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss.py [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss_common.c [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss_common.h [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss_kernel.c [new file with mode: 0644]
src/util/gss-kernel-lib/t_kgss_user.c [new file with mode: 0644]