summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-55/+25
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+3
* s3-smbd Remove unused code now we always have SPNEGO via gensecAndrew Bartlett2012-02-161-5/+2
* s3:smbd: inline code in reply_sesssetup_and_X_spnego()Stefan Metzmacher2012-01-311-102/+71
* s3:smbd: the spnego session setup don't need to copy the in blobStefan Metzmacher2012-01-311-10/+5
* s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_genericStefan Metzmacher2012-01-311-27/+5
* s3:smbd: remove unused code from sesssetup.cStefan Metzmacher2012-01-311-545/+0
* s3:smbd: remove pending_auth_data logicStefan Metzmacher2012-01-311-267/+0
* s3:smbd: always use the gensec code path in sesssetup.cStefan Metzmacher2012-01-311-67/+32
* s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKENStefan Metzmacher2012-01-121-0/+3
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-051-1/+0
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-27/+27
* s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett2012-01-051-3/+3
* s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett2011-12-221-3/+3
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-221-3/+3
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-3/+3
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-151-5/+5
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-211-3/+3
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-211-7/+7
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-211-2/+3
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3:smbd: make use of better SMB signing negotiationStefan Metzmacher2011-09-141-0/+18
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-031-1/+1
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-031-1/+1
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-031-22/+32
* s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett2011-08-031-1/+1
* s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett2011-08-031-1/+1
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-6/+4
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-6/+35
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-1/+3
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-5/+6
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-71/+0
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+4
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-4/+4
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-8/+39
* s3-smbd: Replace client_id in smbd session setup.Andreas Schneider2011-07-041-1/+1
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-4/+8
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-3/+6
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1
* Fix bug #6911 - Kerberos authentication from vista to samba fails when securi...Jeremy Allison2011-05-271-3/+25
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-39/+25
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-041-19/+1
* s3: Fix Coverity ID 2304: FORWARD_NULLVolker Lendecke2011-03-301-3/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0