1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/auth
Andrew Bartlett 3ddb983c10 gensec: inline gensec_generate_session_info() into only caller
This avoids casting to and from the struct auth_user_info_dc *user_info_dc

to to this, the

if (user_info_dc->info->authenticated)

is moved into auth_generate_session_info_wrapper(), which is the
function that gensec_security->auth_context->generate_session_info
points to.

Andrew Bartlett
2012-01-30 08:05:14 +01:00
..
credentials auth/credentials Remove debug that prints in normal operation 2012-01-09 03:24:36 +01:00
gensec gensec: inline gensec_generate_session_info() into only caller 2012-01-30 08:05:14 +01:00
kerberos auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum 2012-01-12 18:02:54 +11:00
ntlmssp auth: Make check_password and generate_session_info hook generic 2012-01-30 08:05:14 +01:00
auth_sam_reply.c idl: Improve MS-PAC IDL 2011-10-24 19:19:28 +02:00
auth_sam_reply.h auth: Split out make_user_info_SamBaseInfo and add authenticated argument 2011-07-20 09:17:14 +10:00
common_auth.h auth: Make check_password and generate_session_info hook generic 2012-01-30 08:05:14 +01:00
wscript_build ntlmssp: Move ntlmssp code to auth/ntlmssp 2011-10-18 13:13:31 +11:00