util_ordering.c (g_order_check):
authorTheodore Tso <tytso@mit.edu>
Thu, 25 Jul 1996 06:16:18 +0000 (06:16 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 25 Jul 1996 06:16:18 +0000 (06:16 +0000)
commitc4641b0636aa2f7dd109ef6ce85210692058fa49
tree2430dbc126f020c5bf9bc7d7314f6c035fb01ad9
parentbbf8f5cba683498e1128bec71ee47b729da77157
util_ordering.c (g_order_check):
util_ordering.c (g_order_init): Changed return code to be an int 32,
since we return a com_err error code.  Change the type of the sequence
number to be an uint32.

gssapi.h: Define gss_int32 -- needed for error code returns.

Makefile.in (EHDRDIR): Use $(S) instead of /, so that EHDRDIR is valid
under windows.  Fix how the header file is copied in under Windows.

gssapiP_generic.h: Include gssapi_generic.h instead of gssapi.h, so
that we get the definitions of the nametype oids.

oid_ops.c (generic_gss_release_oid): Re-enable function.

util_token.c (g_verify_token_header): Changed return code to be an int
32, since we return a com_err error code.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8814 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/Makefile.in
src/lib/gssapi/generic/gssapi.h
src/lib/gssapi/generic/gssapiP_generic.h
src/lib/gssapi/generic/gssapi_generic.h
src/lib/gssapi/generic/oid_ops.c
src/lib/gssapi/generic/util_ordering.c
src/lib/gssapi/generic/util_token.c