summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher3-53/+53
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+5
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-2/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher3-69/+69
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher5-10/+10
2007-10-10r14142: fixed ascii padding of nttrans create in server tooAndrew Tridgell1-2/+2
2007-10-10r14096: setup a service task for smbsrv and dcesrvStefan Metzmacher1-8/+22
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-1/+1
2007-10-10r14041: be a bit less verboseStefan Metzmacher1-1/+1
2007-10-10r14016: use type safe talloc when constructing operation structures in smb se...Andrew Tridgell1-38/+43
2007-10-10r14013: added construction of the notify reply buffer in the nttrans serverAndrew Tridgell1-9/+62
2007-10-10r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell1-186/+267
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2-2/+2
2007-10-10r13937: fix the buildStefan Metzmacher1-1/+1
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13911: Make these debug messages clearer.Andrew Bartlett1-3/+5
2007-10-10r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher5-29/+10
2007-10-10r13872: fix typoStefan Metzmacher1-1/+1
2007-10-10r13870: prefix more functions with smbsrv_Stefan Metzmacher9-217/+220
2007-10-10r13868: remove useless talloc_free() wrapperStefan Metzmacher3-15/+7
2007-10-10r13866: prefix more functions with smbsrv_Stefan Metzmacher3-10/+8
2007-10-10r13865: prefix functions with smbsrv_Stefan Metzmacher6-143/+142
2007-10-10r13863: this can be static...Stefan Metzmacher1-1/+1
2007-10-10r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2-11/+11
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher3-3/+86
2007-10-10r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...Stefan Metzmacher1-30/+34
2007-10-10r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher1-10/+11
2007-10-10r13856: fixed a misleading commentAndrew Tridgell1-1/+1
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-0/+2
2007-10-10r13620: initialize the CMD with 0 tooStefan Metzmacher1-0/+1
2007-10-10r13403: Try to better handle a case where SPNEGO isn't available (allow us toAndrew Bartlett3-25/+34
2007-10-10r13204: Remove extra newline we don't need.Andrew Bartlett1-1/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett3-8/+36
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-1/+1
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij10-15/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij8-0/+9
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij10-0/+11
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij3-9/+6
2007-10-10r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2-15/+9
2007-10-10r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher1-46/+51
2007-10-10r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher1-6/+6
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher9-53/+116
2007-10-10r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher1-0/+46
2007-10-10r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher1-2/+122
2007-10-10r12093: add missing fileStefan Metzmacher1-0/+74
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher5-12/+82