Skip Menu |
 

Subject: gssapi mechglue pname_to_uid: include or not?
The gssapi mechglue function pointer pname_to_uid is not implemented.
However, the function pointer is still specified in the mechglue data
structure. On Windows the function declaraton does not compile because
the type 'uid_t' does not have a definition.

The following decision needs to be made. Either we add a type
declaration to win-mac.h for 'uid_t' or we remove the references to
'pname_to_uid' from the mechglue and spnego.

The concerns are whether or not we want to maintain data structure
compatibility with Sun even though we are unlike to implement this
functionality.
From: tlyu@mit.edu
Subject: SVN Commit
* src/lib/gssapi/mechglue/mglueP.h (struct gss_config): Remove
gssint_userok and pname_to_uid, as we don't implement things which
use them.

* src/lib/gssapi/krb5/krb5_gss_glue.c (KRB5_GSS_CONFIG_INIT):
* src/lib/gssapi/spnego/spnego_mech.c (spnego_mechanism): Update
for struct gss_config changes.

Commit By: tlyu



Revision: 18262
Changed Files:
U trunk/src/lib/gssapi/krb5/krb5_gss_glue.c
U trunk/src/lib/gssapi/mechglue/mglueP.h
U trunk/src/lib/gssapi/spnego/spnego_mech.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r18262 from trunk

r18262@cathode-dark-space: tlyu | 2006-06-29 00:38:48 -0400
ticket: 3954
tags: pullup
target_version: 1.5
version_reported: 1.5
component: krb5-libs

* src/lib/gssapi/mechglue/mglueP.h (struct gss_config): Remove
gssint_userok and pname_to_uid, as we don't implement things which
use them.

* src/lib/gssapi/krb5/krb5_gss_glue.c (KRB5_GSS_CONFIG_INIT):
* src/lib/gssapi/spnego/spnego_mech.c (spnego_mechanism): Update
for struct gss_config changes.



Commit By: tlyu



Revision: 18268
Changed Files:
_U branches/krb5-1-5/
U branches/krb5-1-5/src/lib/gssapi/krb5/krb5_gss_glue.c
U branches/krb5-1-5/src/lib/gssapi/mechglue/mglueP.h
U branches/krb5-1-5/src/lib/gssapi/spnego/spnego_mech.c