[43] in GSSAPI Development
Error codes and GSSAPI C bindings spec D.1
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed May 15 15:56:45 1991
Date: Wed, 15 May 91 15:55:57 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: gssapi-dev@ATHENA.MIT.EDU
Reply-To: tytso@ATHENA.MIT.EDU
I note that the error codes on the GSS API C bindings spec D.1 are
still:
GSS_S_BAD_MECH 1
etc.
instead of
GSS_S_BAD_MECH 1 << 16
etc.
Did we agree to make this change? My code is still using the
GSS_RE_BAD_MECH convention (which I think makes more sense), but I'll
change the code to match the spec as soon as the spec is changed to
something reasonable....
- Ted