heimdal: add gss_wrap_ex() infrastructure
authorStefan Metzmacher <metze@samba.org>
Fri, 25 Jul 2008 07:03:36 +0000 (09:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Aug 2008 06:49:02 +0000 (08:49 +0200)
commitbfe1c70031e5c020863830752aa601da7685745b
tree0c9dc8de89df0be369d6b9cba24aad296a620055
parent61f2958c84beeedcf369ccdc02afed0c8055b108
heimdal: add gss_wrap_ex() infrastructure

The start was from Andrew Bartlett,
but I added missing stuff and made it work
correctly.

It also changed the prototypes to do inplace
decryption of the message_buffer.

metze
source/heimdal/lib/gssapi/gssapi/gssapi.h
source/heimdal/lib/gssapi/gssapi_mech.h
source/heimdal/lib/gssapi/krb5/external.c
source/heimdal/lib/gssapi/mech/gss_unwrap_ex.c [new file with mode: 0644]
source/heimdal/lib/gssapi/mech/gss_wrap_ex.c [new file with mode: 0644]
source/heimdal/lib/gssapi/spnego/context_stubs.c
source/heimdal/lib/gssapi/spnego/external.c
source/heimdal/lib/gssapi/spnego/spnego-private.h
source/heimdal_build/internal.mk