r1019: Push the auth subsystem away from using typedef, and over to the 'all
authorAndrew Bartlett <abartlet@samba.org>
Sat, 5 Jun 2004 01:39:08 +0000 (01:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:28 +0000 (12:56 -0500)
commit0d466258be1fc7156de469daec07b79701557168
treeec4af23d2117cafbf39a062f44eebc8b68182324
parentb553acce4b426e1a2e4fda3a9acbfbf41003154a
r1019: Push the auth subsystem away from using typedef, and over to the 'all
goodness and light' struct ;-)

Break apart the auth subsystem's return strucutres, into the parts
that a netlogon call cares about, and the parts that are for a local
session.  This is the 'struct session_info' and it will almost
completly replace the current information stored on a vuid, but be
generic to all login methods (RPC over TCP, for example).

Andrew Bartlett
(This used to be commit d199697014d9562f9439a30b950fda798c5ef419)
source4/auth/auth.c
source4/auth/auth.h
source4/auth/auth_builtin.c
source4/auth/auth_ntlmssp.c
source4/auth/auth_sam.c
source4/auth/auth_util.c
source4/include/smb.h
source4/ntvfs/ipc/vfs_ipc.c
source4/smb_server/password.c
source4/smb_server/sesssetup.c