[41] in GSSAPI Development
clarification on GSS C Bindings
daemon@ATHENA.MIT.EDU (kannan@sejour.lkg.dec.com)
Tue May 14 18:12:28 1991
To: gssapi-dev@ATHENA.MIT.EDU
Cc: kannan@sejour.lkg.dec.com
Date: Tue, 14 May 91 18:10:40 EDT
From: kannan@sejour.lkg.dec.com
Why is the desired_name passed in to gss_acquire_cred of type gss_name_t?
Don't we want to use gss_buffer_t?
Also, shouldn't the output_token argument for init_context and accept_context
be of type (gss_buffer_t *)?
Or am I doing something silly in my implementation?
-kannan