summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2-2/+2
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij2-2/+2
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij10-4/+17
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij3-1/+5
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij3-3/+3
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2-4/+4
2007-10-10r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij1-1/+1
2007-10-10r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell1-0/+5
2007-10-10r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell1-6/+11
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher7-13/+44
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-1/+2
2007-10-10r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher1-1/+2
2007-10-10r14647: be a bit less verbose on common stuffStefan Metzmacher1-1/+1
2007-10-10r14644: fix SMBecho, used by w2k clients, failing this,Stefan Metzmacher1-1/+1
2007-10-10r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error()Stefan Metzmacher1-2/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher8-697/+461
2007-10-10r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell1-12/+12
2007-10-10r14538: ok, I have better used make valgrindtest my self...Stefan Metzmacher1-1/+1
2007-10-10r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher1-1/+1
2007-10-10r14523: make async search request possibleStefan Metzmacher1-26/+60
2007-10-10r14511: Install more headersJelmer Vernooij1-1/+1
2007-10-10r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher1-408/+534
2007-10-10r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett1-0/+2
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher5-12/+59
2007-10-10r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher3-122/+76
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2-0/+2
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher6-41/+56
2007-10-10r14447: remove unused stuffStefan Metzmacher1-2/+0
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+2
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