summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/ipc
Commit message (Expand)AuthorAgeFilesLines
* r5902: A rather large change...Andrew Bartlett2007-10-101-4/+7
* r5501: check the return of talloc with the NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-10-101-0/+3
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-7/+7
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-17/+17
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-6/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-102-4/+4
* r4980: Copy RAP callno constants from Samba 3 and start to use them.Tim Potter2007-10-101-4/+1
* r4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls asTim Potter2007-10-101-1/+1
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-29/+20
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-101-8/+12
* r4567: Fix the build for metze.Andrew Bartlett2007-10-101-0/+1
* r4274: make the prototype RAP netshareenum call return something a bit more s...Andrew Tridgell2007-10-101-11/+12
* r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...Andrew Tridgell2007-10-101-0/+1
* r3993: use distinctive fnums in the ipc backend, to make monitoring sniffs ea...Andrew Tridgell2007-10-101-1/+3
* r3962: fix compiler warningsStefan Metzmacher2007-10-101-4/+4
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+10
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-102-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-1/+1
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-101-0/+1
* r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell2007-10-101-5/+11
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-101-3/+1
* r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell2007-10-101-2/+2
* r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij2007-10-101-3/+5
* r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2007-10-101-1/+1
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-101-118/+53
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-101-4/+3
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-5/+0
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+11
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-49/+82
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-18/+8
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-3/+4
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-2/+41
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-2/+2
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-1/+1
* r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell2007-10-101-2/+2
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-10/+10
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-103-12/+12
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-2/+2
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-103-0/+520
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-3/+3
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-31/+31
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-12/+12
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-1/+1
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-101-4/+4