summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb_server.h
Commit message (Expand)AuthorAgeFilesLines
* r18211: wct is not a size, so don't use size_tAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-0/+2
* r17084: implement SMB2 Cancel in the server,Stefan Metzmacher2007-10-101-0/+17
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-11/+18
* r16923: remove unused substitude codeStefan Metzmacher2007-10-101-29/+0
* r16450: fix the build...Stefan Metzmacher2007-10-101-0/+2
* r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher2007-10-101-1/+1
* r16023: we don't need a global variable here...Stefan Metzmacher2007-10-101-1/+1
* r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell2007-10-101-0/+1
* r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell2007-10-101-4/+0
* r15745: - reorder the elements of smbsrv_requestStefan Metzmacher2007-10-101-10/+12
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-5/+99
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-101-0/+13
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+2
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-26/+84
* r14511: Install more headersJelmer Vernooij2007-10-101-1/+1
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-7/+25
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-8/+3
* r14447: remove unused stuffStefan Metzmacher2007-10-101-2/+0
* 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