Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/06/2000 17:06:51
Module Name: basesrc
Committed By: fvdl
Date: Mon Nov 6 15:06:51 UTC 2000
Modified Files:
basesrc/crypto/dist/heimdal/lib/gssapi: acquire_cred.c gssapi.h
init_sec_context.c release_cred.c
Log Message:
Make gss_acquire_cred actually work. Add a ccache member to the id_t struct
to store alternate creds, retrieved from a keytab. Make gss_init_sec_context
work with creds != GSS_C_NO_CREDENTIAL. Free ccache in id_t in release_cred.
To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 \
basesrc/crypto/dist/heimdal/lib/gssapi/acquire_cred.c \
basesrc/crypto/dist/heimdal/lib/gssapi/gssapi.h \
basesrc/crypto/dist/heimdal/lib/gssapi/init_sec_context.c \
basesrc/crypto/dist/heimdal/lib/gssapi/release_cred.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.