summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett1-2/+2
2011-04-05s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett1-17/+6
2011-04-04s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett1-18/+4
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-34/+34
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-1/+1
2010-08-30s3-smbd: use make_server_info_krb5() in smb2 too.Simo Sorce1-75/+8
2010-08-30s3-smbd: User helper function to resolve kerberos user for smb2Simo Sorce1-125/+30
2010-08-22s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke1-1/+2
2010-08-18s3: Lift smbd_server_fd from reload_services()Volker Lendecke1-1/+1
2010-08-17s3: Remove smbd_server_fd() from session_claimVolker Lendecke1-4/+2
2010-08-09Fix bug #7608 - Win7 SMB2 authentication causes smbd panicJeremy Allison1-2/+4
2010-08-08s3: Lift the smbd_messaging_context from reload_servicesVolker Lendecke1-1/+1
2010-08-06s3-krb5: include krb5pac.h where needed.Günther Deschner1-0/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison1-17/+11
2010-07-20Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison1-5/+6
2010-07-20s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce1-0/+1
2010-07-20s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce1-1/+1
2010-07-19s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce1-9/+9
2010-07-16Make the "map to guest" parameter work correctly with NTLMSSP (spnegoJeremy Allison1-7/+28
2010-07-14s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett1-3/+4
2010-07-05s3: Remove procid_self() from session_claim()Volker Lendecke1-2/+4
2010-06-08Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke1-4/+3
2010-06-07s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett1-3/+4
2010-06-03Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...Jeremy Allison1-1/+7
2010-06-03Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...Jeremy Allison1-8/+29
2010-05-31s3:smbd map_username() doesn't need sconn anymoreSimo Sorce1-2/+1
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2010-05-31s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett1-19/+11
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce1-0/+1
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-4/+4
2010-05-21Make krb5 over SMB2 identical to the way we handle it in SMB1.Jeremy Allison1-2/+50
2010-05-20s3 smb2: Fix the build without kerberosKai Blin1-0/+2
2010-05-17Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.Jeremy Allison1-10/+403
2010-05-17Refactor the sessionsetup SMB2 code to make it easy to addJeremy Allison1-140/+293
2010-05-10SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison1-0/+2
2010-04-17First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison1-10/+17
2010-04-07On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...Jeremy Allison1-0/+20
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-1/+1
2009-08-12s3:smbd: correctly invalidate vuids when SMB2 is usedStefan Metzmacher1-0/+1
2009-08-08s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher1-12/+12
2009-06-05s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher1-1/+2
2009-06-04Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7.Jeremy Allison1-7/+68
2009-06-03s3:smbd: create a connection_struct in SMB2 Tree ConnectStefan Metzmacher1-1/+1
2009-06-03s3:smbd: create a user_struct for compat in SMB2 Session SetupStefan Metzmacher1-0/+16