summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/gensec.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-27 10:02:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:25 -0500
commit64d6abac745bd279e1137a05e5022147a6fdfd4d (patch)
tree88798af09d1272585e03930b8b024fd5ad578c27 /source4/auth/gensec/gensec.h
parentaf8f55367c613c1a6b36f8904ef79003b4b53d5e (diff)
downloadsamba-64d6abac745bd279e1137a05e5022147a6fdfd4d.tar.gz
samba-64d6abac745bd279e1137a05e5022147a6fdfd4d.tar.bz2
samba-64d6abac745bd279e1137a05e5022147a6fdfd4d.zip
r17267: - add an async interface for gensec_update() to the public gensec api
- note this is still uses the sync update() hook of the gensec modules but it allows me to fix the callers first Later auth_check_password() will also get an async version, so that we can later implement an async version of auth_winbind using async IRPC to the winbind task. metze (This used to be commit d5638a4fafd1d60ccc4cd76e92a1b2b0093865a7)
Diffstat (limited to 'source4/auth/gensec/gensec.h')
-rw-r--r--source4/auth/gensec/gensec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/gensec/gensec.h b/source4/auth/gensec/gensec.h
index d21008f034..be5e900188 100644
--- a/source4/auth/gensec/gensec.h
+++ b/source4/auth/gensec/gensec.h
@@ -33,6 +33,7 @@
#define GENSEC_OID_KERBEROS5_USER2USER "1 2 840 113554 1 2 2 3"
struct gensec_security;
+struct gensec_update_request;
struct gensec_target {
const char *principal;
const char *hostname;