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>
Sat, 14 Aug 2010 01:58:13 +0000 (11:58 +1000)
commit272e49e85c47d88ef0a84bce88e6f8d984f2eae4
tree2a4bc4aef47de12de144edc35a4d5c5c75304649
parent61930f50cbace4741500d8b53fc11a4ef3e0d4f8
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