Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobbered | James Peach | 1 | -1/+2 |
2007-10-10 | r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is | James Peach | 1 | -2/+1 |
2007-10-10 | r15185: Force all NTVFS modules to provide a critical sizes structure so | James Peach | 1 | -1/+2 |
2007-10-10 | r14736: - the ntvfs subsystem should not know about smb_server.h | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request | Stefan Metzmacher | 1 | -26/+32 |
2007-10-10 | r14486: remove the need of a stream_connection on a dcesrv_connection, | Stefan Metzmacher | 1 | -1/+24 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14456: don't access the smbsrv_tcon inside the ntvfs modules | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r14205: move smb specific stuff out of includes.h (finally!!!:-) | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -9/+13 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 3 | -66/+62 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13923: make the state_flags per dcesrv_connection | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r13652: Move some more stuff out off include/ | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r13210: Revert my named pipes patch until it passes not just 'make quicktest'... | Jelmer Vernooij | 3 | -229/+121 |
2007-10-10 | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 3 | -121/+229 |
2007-10-10 | r13129: fix the memory hierachie | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r9794: r11627@blu: tridge | 2005-08-30 22:55:27 +1000 | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r9517: fix compiler warning: status.v initialized variable used in line 375 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8036: revert rev 8023/8024 as they have a bugs. | Stefan Metzmacher | 1 | -41/+30 |
2007-10-10 | r8024: avoid one memcpy in the ipc_trans dcesrv_output() callback | Stefan Metzmacher | 1 | -30/+41 |
2007-10-10 | r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies | Stefan Metzmacher | 1 | -2/+30 |
2007-10-10 | r5902: A rather large change... | Andrew Bartlett | 1 | -4/+7 |
2007-10-10 | r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 1 | -17/+17 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -6/+1 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r4980: Copy RAP callno constants from Samba 3 and start to use them. | Tim Potter | 1 | -4/+1 |
2007-10-10 | r4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls as | Tim Potter | 1 | -1/+1 |
2007-10-10 | r4690: - add support for async rpc server replies | Stefan Metzmacher | 1 | -29/+20 |
2007-10-10 | r4684: the smbsrv code should not know about rpc stuff | Stefan Metzmacher | 1 | -8/+12 |
2007-10-10 | r4567: Fix the build for metze. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r4274: make the prototype RAP netshareenum call return something a bit more s... | Andrew Tridgell | 1 | -11/+12 |
2007-10-10 | r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3993: use distinctive fnums in the ipc backend, to make monitoring sniffs ea... | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3962: fix compiler warnings | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -1/+1 |