summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb_server.h
Commit message (Expand)AuthorAgeFilesLines
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-1/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+2
* r13403: Try to better handle a case where SPNEGO isn't available (allow us toAndrew Bartlett2007-10-101-2/+2
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-1/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+2
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2007-10-101-3/+0
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-101-23/+35
* r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher2007-10-101-12/+16
* r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher2007-10-101-3/+14
* r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher2007-10-101-4/+4
* r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher2007-10-101-0/+6
* r11607: switched the smb server to use the generic packet send codeAndrew Tridgell2007-10-101-4/+0
* r11603: converted the smb server to use the new generic packet codeAndrew Tridgell2007-10-101-4/+2
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-101-2/+2
* r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij2007-10-101-0/+3
* r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2007-10-101-0/+3
* r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell2007-10-101-0/+6
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-101-0/+2
* r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell2007-10-101-0/+6
* r8487: kfixed a typoAndrew Tridgell2007-10-101-1/+1
* r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell2007-10-101-0/+2
* r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett2007-10-101-3/+2
* r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett2007-10-101-1/+8
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-1/+1
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-101-0/+4
* r4730: remove unused struct elementsStefan Metzmacher2007-10-101-38/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-13/+6
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-1/+2
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-101-2/+0
* r4232: added server support for multi-part SMBtrans requests, whileAndrew Tridgell2007-10-101-0/+8
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-2/+3
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-101-1/+0
* r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell2007-10-101-3/+0
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-101-20/+8
* r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell2007-10-101-0/+7
* r3306: the main smb server code now handles non-blocking socket receives. IAndrew Tridgell2007-10-101-0/+3
* r3134: use struct idr_context * in tid allocationAndrew Tridgell2007-10-101-1/+1
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-2/+2
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-101-3/+3
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-16/+3
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-1/+1
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-2/+5
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-101-15/+3
* r2320: add my copyrightStefan Metzmacher2007-10-101-0/+1
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-9/+0
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-101-5/+1
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-31/+2
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-11/+14