Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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.


https://github.com/krb5/krb5/commit/84f2d3910c1903f583466882fc13cc5061b2a697
Commit By: ghudson
Revision: 24921
Changed Files:
U trunk/src/configure.in
U trunk/src/lib/gssapi/krb5/gssapiP_krb5.h
U trunk/src/util/Makefile.in
A trunk/src/util/gss-kernel-lib/
A trunk/src/util/gss-kernel-lib/Makefile.in
A trunk/src/util/gss-kernel-lib/README
A trunk/src/util/gss-kernel-lib/deps
A trunk/src/util/gss-kernel-lib/kernel_gss.c
A trunk/src/util/gss-kernel-lib/t_kgss.c
A trunk/src/util/gss-kernel-lib/t_kgss.py
A trunk/src/util/gss-kernel-lib/t_kgss_common.c
A trunk/src/util/gss-kernel-lib/t_kgss_common.h
A trunk/src/util/gss-kernel-lib/t_kgss_kernel.c
A trunk/src/util/gss-kernel-lib/t_kgss_user.c
From: ghudson@mit.edu
Subject: SVN Commit

Fix the header list for the kernel subset directory.


https://github.com/krb5/krb5/commit/ac2f76c078b2eb86d4d013704cc0fae631a64f74
Commit By: ghudson
Revision: 24923
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in
U trunk/src/util/gss-kernel-lib/deps
From: ghudson@mit.edu
Subject: SVN Commit

Add more missing headers in kernel subset directory.


https://github.com/krb5/krb5/commit/13cc9843b03e631f40a5d26acc71913161be44d8
Commit By: ghudson
Revision: 24924
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in
U trunk/src/util/gss-kernel-lib/deps
From: ghudson@mit.edu
Subject: SVN Commit

Reference libraries from the build tree when linking and
t_kgss_kernel.


https://github.com/krb5/krb5/commit/047ede2b6ecfa3111b76f2b014b00b205edf1567
Commit By: ghudson
Revision: 24925
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in
From: ghudson@mit.edu
Subject: SVN Commit

Add more missing headers in kernel subset directory. Hopefully the
whole set this time.


https://github.com/krb5/krb5/commit/ce3d694c7179798d84165db5eb188b12c839a21d
Commit By: ghudson
Revision: 24926
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in
U trunk/src/util/gss-kernel-lib/deps
From: ghudson@mit.edu
Subject: SVN Commit

Link t_kgss_kernel against libkrb5support since parts of libkgss use
zap(), which creates a dependency with non-gcc compilers.


https://github.com/krb5/krb5/commit/ddee20e40587f45cb5efd7e2a990a42b7b5a35da
Commit By: ghudson
Revision: 24930
Changed Files:
U trunk/src/util/gss-kernel-lib/Makefile.in