Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16357: - start get rid of void parsing functions | Stefan Metzmacher | 1 | -223/+233 |
2007-10-10 | r15827: fixed a spelling error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r15769: this functions belong to params/ so move it. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15747: move some functions to the protocol independend part of the | Stefan Metzmacher | 1 | -42/+1 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r15739: return False when the function is called with an invalid level | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 6 | -100/+272 |
2007-10-10 | r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l... | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r... | Stefan Metzmacher | 1 | -22/+32 |
2007-10-10 | r15711: - make use of nttrans_setup_reply() | Stefan Metzmacher | 1 | -14/+9 |
2007-10-10 | r15710: - we no longer need to set the nttrans out fields to zero | Stefan Metzmacher | 1 | -11/+5 |
2007-10-10 | r15709: - return an error is better than ignoring a non supported request | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r15708: setup count is 8bit and param_count and data_count are 32bit | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15656: for NT IOCTL's we need to control the max_data field for some calls | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15640: - NT IOCTL calls also have an 'in' data_blob | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r15314: Fix recursive dependency hack for static libs. Should fix the build | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r14937: fix a crash that can be caused by a notify triggering during a share | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14807: fixed the format of notify responses (forgot to commit this earlier) | Andrew Tridgell | 1 | -6/+11 |
2007-10-10 | r14739: keep the last request time for the smbsrv_connection, | Stefan Metzmacher | 1 | -4/+7 |
2007-10-10 | r14733: SMBtdis needs a TCON and doesn't need a SESSION, | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r14647: be a bit less verbose on common stuff | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14644: fix SMBecho, used by w2k clients, failing this, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14541: separate smbsrv_request and ntvfs_request, | Stefan Metzmacher | 7 | -671/+377 |
2007-10-10 | r14539: get rid of a pointless union layer in struct smb_notify | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r14538: ok, I have better used make valgrindtest my self... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14526: fix the size of the output buffer, we need 1 byte for the Word count | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14523: make async search request possible | Stefan Metzmacher | 1 | -26/+60 |
2007-10-10 | r14504: make trans and trans2 able to use async ntvfs backends | Stefan Metzmacher | 1 | -408/+534 |
2007-10-10 | r14502: Supply both needed arguments for the backend logoff processing. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 4 | -5/+34 |
2007-10-10 | r14485: mark smb commands as need session and need tcon explicit, | Stefan Metzmacher | 3 | -122/+76 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r14456: don't access the smbsrv_tcon inside the ntvfs modules | Stefan Metzmacher | 2 | -21/+33 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 3 | -53/+53 |
2007-10-10 | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r14205: move smb specific stuff out of includes.h (finally!!!:-) | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 3 | -69/+69 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 3 | -8/+8 |
2007-10-10 | r14142: fixed ascii padding of nttrans create in server too | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14041: be a bit less verbose | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14016: use type safe talloc when constructing operation structures in smb se... | Andrew Tridgell | 1 | -38/+43 |
2007-10-10 | r14013: added construction of the notify reply buffer in the nttrans server | Andrew Tridgell | 1 | -9/+62 |