summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-031-1/+1
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-031-6/+6
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-031-7/+18
* 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-16/+0
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-3/+25
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-031-0/+2
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-15/+4
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-26/+9
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-4/+5
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-4/+4
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-4/+4
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-081-58/+0
* s3-smbd: Replace client_id in smbd session setup.Andreas Schneider2011-07-041-1/+2
* s3-auth: Added remote_address to ntlmssp server.Andreas Schneider2011-07-041-3/+6
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-2/+2
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-17/+6
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-041-18/+4
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-34/+34
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* s3-smbd: use make_server_info_krb5() in smb2 too.Simo Sorce2010-08-301-75/+8
* s3-smbd: User helper function to resolve kerberos user for smb2Simo Sorce2010-08-301-125/+30
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-221-1/+2
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-181-1/+1
* s3: Remove smbd_server_fd() from session_claimVolker Lendecke2010-08-171-4/+2
* Fix bug #7608 - Win7 SMB2 authentication causes smbd panicJeremy Allison2010-08-091-2/+4
* s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke2010-08-081-1/+1
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-17/+11
* Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison2010-07-201-5/+6
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-0/+1
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-1/+1
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-9/+9
* Make the "map to guest" parameter work correctly with NTLMSSP (spnegoJeremy Allison2010-07-161-7/+28
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-07-141-3/+4
* s3: Remove procid_self() from session_claim()Volker Lendecke2010-07-051-2/+4
* Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke2010-06-081-4/+3
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-06-071-3/+4
* Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...Jeremy Allison2010-06-031-1/+7
* Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...Jeremy Allison2010-06-031-8/+29
* s3:smbd map_username() doesn't need sconn anymoreSimo Sorce2010-05-311-2/+1
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-311-19/+11
* s3:auth Free sampass as soon as we have server_infoSimo Sorce2010-05-281-0/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-4/+4