s4:auth Move struct auth_usersupplied_info to a common location
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 May 2010 06:44:08 +0000 (16:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Aug 2010 22:42:43 +0000 (08:42 +1000)
commit4bb78526952b9066eecd1db259b4ce2c678aa8da
tree79e5b1069252708a386d133ba667dfe85a6cda8b
parent067b5721c71cbc0004ea59d357e79cd4fc8d8954
s4:auth Move struct auth_usersupplied_info to a common location

This also changes the calling convention slightly - we should always
allocate this with talloc_zero() to allow some elements to be
optional.  Some elements may only make sense in Samba3, which I hope
will use this common structure.

Andrew Bartlett
auth/common_auth.h [new file with mode: 0644]
source4/auth/auth.h
source4/auth/ntlm/auth_simple.c
source4/auth/ntlm/auth_util.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/smb_server/smb/sesssetup.c