summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett2007-10-101-53/+90
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-0/+1
* r4819: its just not my day today ....Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-4/+1
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-101-45/+42
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-101-1/+2
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-101-0/+2
* r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher2007-10-101-1/+1
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-101-2/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2007-10-101-11/+20
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2007-10-101-5/+7
* r2797: don't free the server_info before using it for anonymous connectionsAndrew Tridgell2007-10-101-3/+2
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-101-3/+5
* r2657: if we are already fully authenticated in session setup then the vuid i...Andrew Tridgell2007-10-101-6/+3
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-1/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-1/+1
* r2590: fixed one of the server security memory leaks. There are more :(Andrew Tridgell2007-10-101-0/+4
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-101-1/+18
* r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2007-10-101-4/+1
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-5/+5
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+2
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-8/+22
* r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,Andrew Bartlett2007-10-101-4/+6
* r1747: don't segfault when the spnego mech only use one call from the client ...Stefan Metzmacher2007-10-101-9/+19
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-101-13/+104
* r1687: Fix bogus requirement for SMB signing on guest connections.Andrew Bartlett2007-10-101-1/+4
* r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2007-10-101-5/+15
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-2/+2
* r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher2007-10-101-1/+1
* r1336: check the vuid in old style sessionsetup tooStefan Metzmacher2007-10-101-0/+3
* r1293: IndentAndrew Bartlett2007-10-101-3/+5
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-11/+11
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-5/+5
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-11/+11
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-101-19/+19
* r818: added server side SMB signing to Samba4Andrew Tridgell2007-10-101-0/+2
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-101-4/+18
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+149