s3-auth Use struct auth3_session_info outside the auth subsystem
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jul 2011 02:45:17 +0000 (12:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:10 +0000 (09:17 +1000)
commitf16d8f4eb86ecc4741c25e5ed87b2ea4c6717a31
treebd839288be389cbfe84852e0a114b3ee77589462
parentd7d8a5ed94a2b572b6818008a858f8c6b529dd03
s3-auth Use struct auth3_session_info outside the auth subsystem

This seperation between the structure used inside the auth modules and
in the wider codebase allows for a gradual migration from struct
auth_serversupplied_info -> struct auth_session_info (from auth.idl)

The idea here is that we keep a clear seperation between the structure
before and after the local groups, local user lookup and the session
key modifications have been processed, as the lack of this seperation
has caused issues in the past.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
41 files changed:
source3/auth/auth_ntlmssp.c
source3/auth/auth_util.c
source3/auth/proto.h
source3/auth/user_krb5.c
source3/include/nt_printing.h
source3/include/ntdomain.h
source3/include/printing.h
source3/include/smb.h
source3/printing/nt_printing.c
source3/printing/nt_printing_ads.c
source3/printing/nt_printing_migrate_internal.c
source3/printing/printing.c
source3/rpc_client/cli_winreg_int.c
source3/rpc_client/cli_winreg_int.h
source3/rpc_server/dcesrv_gssapi.c
source3/rpc_server/dcesrv_gssapi.h
source3/rpc_server/dcesrv_ntlmssp.c
source3/rpc_server/dcesrv_ntlmssp.h
source3/rpc_server/epmapper/srv_epmapper.c
source3/rpc_server/netlogon/srv_netlog_nt.c
source3/rpc_server/rpc_ncacn_np.c
source3/rpc_server/rpc_ncacn_np.h
source3/rpc_server/rpc_server.c
source3/rpc_server/spoolss/srv_spoolss_nt.c
source3/rpc_server/spoolss/srv_spoolss_util.c
source3/rpc_server/spoolss/srv_spoolss_util.h
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_pipe_hnd.h
source3/rpc_server/svcctl/srv_svcctl_nt.c
source3/services/svc_winreg_glue.c
source3/services/svc_winreg_glue.h
source3/smbd/globals.h
source3/smbd/msdfs.c
source3/smbd/password.c
source3/smbd/proto.h
source3/smbd/server_reload.c
source3/smbd/service.c
source3/smbd/sesssetup.c
source3/smbd/uid.c
source3/winbindd/winbindd_samr.c