summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-108-697/+461
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-101-12/+12
* r14538: ok, I have better used make valgrindtest my self...Stefan Metzmacher2007-10-101-1/+1
* r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher2007-10-101-1/+1
* r14523: make async search request possibleStefan Metzmacher2007-10-101-26/+60
* r14511: Install more headersJelmer Vernooij2007-10-101-1/+1
* r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher2007-10-101-408/+534
* r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett2007-10-101-0/+2
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-105-12/+59
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-103-122/+76
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-0/+2
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-106-41/+56
* r14447: remove unused stuffStefan Metzmacher2007-10-101-2/+0
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+2
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-103-53/+53
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+5
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-103-69/+69
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-105-10/+10
* r14142: fixed ascii padding of nttrans create in server tooAndrew Tridgell2007-10-101-2/+2
* r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher2007-10-101-8/+22
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-1/+1
* r14041: be a bit less verboseStefan Metzmacher2007-10-101-1/+1
* r14016: use type safe talloc when constructing operation structures in smb se...Andrew Tridgell2007-10-101-38/+43
* r14013: added construction of the notify reply buffer in the nttrans serverAndrew Tridgell2007-10-101-9/+62
* r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell2007-10-101-186/+267
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-102-2/+2
* r13937: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13911: Make these debug messages clearer.Andrew Bartlett2007-10-101-3/+5
* r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher2007-10-105-29/+10
* r13872: fix typoStefan Metzmacher2007-10-101-1/+1
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-109-217/+220
* r13868: remove useless talloc_free() wrapperStefan Metzmacher2007-10-103-15/+7
* r13866: prefix more functions with smbsrv_Stefan Metzmacher2007-10-103-10/+8
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-106-143/+142
* r13863: this can be static...Stefan Metzmacher2007-10-101-1/+1
* r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2007-10-102-11/+11
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-103-3/+86
* r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...Stefan Metzmacher2007-10-101-30/+34
* r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher2007-10-101-10/+11
* r13856: fixed a misleading commentAndrew Tridgell2007-10-101-1/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+2
* r13620: initialize the CMD with 0 tooStefan Metzmacher2007-10-101-0/+1
* r13403: Try to better handle a case where SPNEGO isn't available (allow us toAndrew Bartlett2007-10-103-25/+34
* r13204: Remove extra newline we don't need.Andrew Bartlett2007-10-101-1/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-103-8/+36
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-1/+1
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1