1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth/gensec
Stefan Metzmacher c3a47ceab4 auth/gensec: add GENSEC_UPDATE_IS_NTERROR() helper macro
This allows us to write clearer code that
checks for NT_STATUS_OK and NT_STATUS_MORE_PROCESSING_REQUIRED.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2017-06-17 16:48:11 +02:00
..
external.c gensec: Add a TALLOC_CTX * to gensec_register(). 2017-05-13 16:50:13 +02:00
gensec_internal.h auth/gensec: make sure there's only one pending gensec_update_send() per context 2017-05-21 21:05:11 +02:00
gensec_start.c auth/gensec: clear the update_busy_ptr in gensec_subcontext_start() 2017-06-17 16:48:11 +02:00
gensec_util.c auth/gensec: add gensec_child_* helper functions 2017-05-21 21:05:09 +02:00
gensec.c auth/gensec: make sure there's only one pending gensec_update_send() per context 2017-05-21 21:05:11 +02:00
gensec.h auth/gensec: add GENSEC_UPDATE_IS_NTERROR() helper macro 2017-06-17 16:48:11 +02:00
ncalrpc.c gensec: Add a TALLOC_CTX * to gensec_register(). 2017-05-13 16:50:13 +02:00
schannel.c gensec: Add a TALLOC_CTX * to gensec_register(). 2017-05-13 16:50:13 +02:00
spnego.c auth/spnego: add simple gensec_spnego_update_send/recv() wrapper functions 2017-05-21 21:05:11 +02:00
wscript_build auth/gensec: convert external.c to provide update_send/recv 2017-01-12 15:35:14 +01:00