s3-auth: Remove single-implementation plugin layer
authorAndrew Bartlett <abartlet@samba.org>
Fri, 3 Feb 2012 10:58:44 +0000 (21:58 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Mar 2012 09:14:05 +0000 (10:14 +0100)
commit77602d877e755b2672b136704b039d85797fe305
tree2145edafe1b4a97eda738c54e89056583c563353
parent50547a9950062311a4952846960b15e1d6cdfdf5
s3-auth: Remove single-implementation plugin layer

The ->get_ntlm_challenge and ->check_ntlm_password elements of struct auth_context
were only ever initialised to a single value.  Make it easier to follow by
just calling the function directly.

Andrew Bartlett
source3/auth/auth.c
source3/auth/auth_ntlmssp.c
source3/auth/proto.h
source3/include/auth.h
source3/rpc_server/netlogon/srv_netlog_nt.c