1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/auth/gensec
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
..
gensec_gssapi.h auth/gensec_gssapi: sync gensec_gssapi_state with gse_context 2012-01-25 10:22:31 +01:00
gensec_start.c auth/gensec: add some more functions from gensec_start.c to gensec.h 2012-01-13 04:58:40 +01:00
gensec_util.c gensec: inline gensec_generate_session_info() into only caller 2012-01-30 08:05:14 +01:00
gensec.c auth/gensec: make sure functions from gensec.c are in gensec.h 2012-01-13 04:58:40 +01:00
gensec.h gensec: inline gensec_generate_session_info() into only caller 2012-01-30 08:05:14 +01:00
gensec.pc.in auth: move gensec_start.c to the top level 2011-10-11 13:41:36 +11:00
spnego.c s3:build: add auth/gensec/spnego.o 2012-01-13 06:32:30 +01:00
wscript_build auth/gensec: move spnego.c to the toplevel 2012-01-13 04:58:41 +01:00