summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-20s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher1-4/+10
2012-10-19s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck1-10/+17
2012-10-19s3:smbd: initialize session->global before calling session_claimGregor Beck1-20/+20
2012-10-19s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck1-2/+2
2012-10-19s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck1-2/+2
2012-08-05s3:smbd: remove unused variable in sesssetup.cStefan Metzmacher1-1/+0
2012-08-04s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher1-30/+2
2012-08-04s3:smbd: setup session->global->signing_/application_key during SPNEGO SMB1 s...Stefan Metzmacher1-2/+57
2012-08-04s3:smbd: setup session->global->signing_/application_key during old SMB1 sess...Stefan Metzmacher1-2/+60
2012-08-04s3:smbd: keep the "application session key" during SMB1 reauthStefan Metzmacher1-2/+12
2012-06-25s3:smbd/sesssetup: implement dynamic re-authentication and expire session if ...Stefan Metzmacher1-4/+78
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher1-58/+167
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-06-21s3: Remove a user of procid_is_meVolker Lendecke1-1/+2
2012-06-06s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher1-3/+3
2012-06-06s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher1-1/+1
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2012-05-18s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher1-0/+5
2012-04-16s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher1-1/+3
2012-03-10s3: Remove chain_replyVolker Lendecke1-2/+0
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke1-0/+3
2012-03-08s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett1-43/+20
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-55/+25
2012-02-17s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett1-0/+3
2012-02-16s3-smbd Remove unused code now we always have SPNEGO via gensecAndrew Bartlett1-5/+2
2012-01-31s3:smbd: inline code in reply_sesssetup_and_X_spnego()Stefan Metzmacher1-102/+71
2012-01-31s3:smbd: the spnego session setup don't need to copy the in blobStefan Metzmacher1-10/+5
2012-01-31s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_genericStefan Metzmacher1-27/+5
2012-01-31s3:smbd: remove unused code from sesssetup.cStefan Metzmacher1-545/+0
2012-01-31s3:smbd: remove pending_auth_data logicStefan Metzmacher1-267/+0
2012-01-31s3:smbd: always use the gensec code path in sesssetup.cStefan Metzmacher1-67/+32
2012-01-12s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKENStefan Metzmacher1-0/+3
2012-01-05s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett1-1/+0
2012-01-05s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett1-27/+27
2012-01-05s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett1-3/+3
2011-12-22s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett1-3/+3
2011-12-22s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett1-3/+3
2011-12-22s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett1-3/+3
2011-12-15s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher1-5/+5
2011-10-21s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett1-3/+3
2011-10-21s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett1-7/+7
2011-10-21s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett1-2/+3
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett1-1/+1
2011-09-14s3:smbd: make use of better SMB signing negotiationStefan Metzmacher1-0/+18
2011-08-03ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett1-1/+1
2011-08-03s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett1-1/+1
2011-08-03s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett1-1/+1
2011-08-03s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett1-22/+32
2011-08-03s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett1-1/+1
2011-08-03s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett1-1/+1