s3-auth Hook checking passwords and generating session_info via the auth4_context
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jan 2012 11:11:41 +0000 (22:11 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Feb 2012 09:48:09 +0000 (10:48 +0100)
commit8adde1b46b49011298e77f44a2053d0ec735a306
treed3d760b8dc9b5ac37380a88af312a8f5a65e9541
parenta68d4ccec0b037dcf7bc28c9506dabdb60130837
s3-auth Hook checking passwords and generating session_info via the auth4_context

This avoids creating a second auth_context, as it is a private pointer
in the auth4_context that has already been passed in, and makes the
gensec_ntlmssp code agnostic to the type of authentication backend
behind it. This will in turn allow the ntlmssp server code to be
further merged.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
auth/ntlmssp/ntlmssp.h
source3/auth/auth_generic.c
source3/auth/auth_ntlmssp.c
source3/auth/proto.h