diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-06-23 12:32:34 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-06-24 04:00:43 +0200 |
commit | fa4f4fed2ea20166f48fc40b895ef57aa608ace9 (patch) | |
tree | 0b42753c654f88fc08584fe48e0282c85a0f5246 /source3/librpc | |
parent | f643677d3fe62978b6ca7f1da9ec8b1e450b7bcb (diff) | |
download | samba-fa4f4fed2ea20166f48fc40b895ef57aa608ace9.tar.gz |
s4:gensec/gssapi: make use of add gssapi_get_sig_size() and gssapi_{seal,unseal,sign,check}_packet() helper functions
This way are able to support GENSEC_FEATURE_SIGN_PKT_HEADER also together with
GENSEC_FEATURE_SEAL.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Jun 24 04:00:43 CEST 2015 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/crypto/gse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index beebd14a766..46b5c6d26d7 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -33,6 +33,7 @@ #if defined(HAVE_KRB5) #include "auth/kerberos/pac_utils.h" +#include "auth/kerberos/gssapi_helper.h" #include "gse_krb5.h" static char *gse_errstr(TALLOC_CTX *mem_ctx, OM_uint32 maj, OM_uint32 min); |