s3-auth Use the common auth_session_info
authorAndrew Bartlett <abartlet@samba.org>
Mon, 18 Jul 2011 03:06:47 +0000 (13:06 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jul 2011 23:17:13 +0000 (09:17 +1000)
commit9fcc617ff5a216cc4ff1a587786522d28d84c7f2
tree7d8589355c0ae8f9a13e48238879706bd58d70c6
parent128ae06a619b2c50cc9379053abb18277e814747
s3-auth Use the common auth_session_info

This patch finally has the same structure being used to describe the
authorization data of a user across the whole codebase.

This will allow of our session handling to be accomplished with common code.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
42 files changed:
source3/auth/auth_ntlmssp.c
source3/auth/auth_util.c
source3/auth/proto.h
source3/auth/server_info.c
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