summaryrefslogtreecommitdiff
path: root/source4/smb_server/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-5/+5
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett1-0/+2
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-8/+22
2007-10-10r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,Andrew Bartlett1-4/+6
2007-10-10r1747: don't segfault when the spnego mech only use one call from the client ...Stefan Metzmacher1-9/+19
2007-10-10r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett1-13/+104
2007-10-10r1687: Fix bogus requirement for SMB signing on guest connections.Andrew Bartlett1-1/+4
2007-10-10r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell1-5/+15
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-2/+2
2007-10-10r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher1-1/+1
2007-10-10r1336: check the vuid in old style sessionsetup tooStefan Metzmacher1-0/+3
2007-10-10r1293: IndentAndrew Bartlett1-3/+5
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-11/+11
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-5/+5
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-11/+11
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-19/+19
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell1-0/+2
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-4/+18
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+149