1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/auth
Andrew Bartlett f16d8f4eb8 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>
2011-07-20 09:17:10 +10:00
..
auth_builtin.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_compat.c s3-auth: Pass the remote_address down to user_info. 2011-07-04 18:28:02 +10:00
auth_domain.c s3: Remove a use of cli_errstr 2011-07-03 11:31:29 +02:00
auth_netlogond.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
auth_ntlmssp.c s3-auth Use struct auth3_session_info outside the auth subsystem 2011-07-20 09:17:10 +10:00
auth_sam.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_samba4.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_script.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_server.c s3:auth_server: use cli_echo() to check if the server is alive 2011-07-11 18:18:28 +02:00
auth_unix.c s3-auth: Fix account check over ncalrpc. 2011-07-13 14:09:35 +02:00
auth_util.c s3-auth Use struct auth3_session_info outside the auth subsystem 2011-07-20 09:17:10 +10:00
auth_wbc.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_winbind.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth.c s3-auth: Fix account check over ncalrpc. 2011-07-13 14:09:35 +02:00
check_samsec.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
pampass.c s3-auth: use auth.h where needed. 2011-03-30 01:13:09 +02:00
pass_check.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
proto.h s3-auth Use struct auth3_session_info outside the auth subsystem 2011-07-20 09:17:10 +10:00
server_info_sam.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
server_info.c s3-auth Add struct auth3_session_info to aid transition to auth_session info 2011-07-20 09:17:10 +10:00
token_util.c s3-auth Add const to indicate input elements 2011-07-20 09:17:10 +10:00
user_info.c s3-auth: Pass the remote_address down to user_info. 2011-07-04 18:28:02 +10:00
user_krb5.c s3-auth Use struct auth3_session_info outside the auth subsystem 2011-07-20 09:17:10 +10:00
user_util.c s3-auth: use auth.h where needed. 2011-03-30 01:13:09 +02:00
wscript_build s3-build allow_undefined_symbols=False is the default now 2011-07-04 19:03:52 +10:00