summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher1-8/+12
2007-10-10r4567: Fix the build for metze.Andrew Bartlett1-0/+1
2007-10-10r4274: make the prototype RAP netshareenum call return something a bit more s...Andrew Tridgell1-11/+12
2007-10-10r4160: fixed the file_type in ntcreatex reply on a named pipe. NT4 requires t...Andrew Tridgell1-0/+1
2007-10-10r3993: use distinctive fnums in the ipc backend, to make monitoring sniffs ea...Andrew Tridgell1-1/+3
2007-10-10r3962: fix compiler warningsStefan Metzmacher1-4/+4
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+10
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+1
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell1-0/+1
2007-10-10r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell1-5/+11
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij1-3/+1
2007-10-10r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell1-2/+2
2007-10-10r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij1-3/+5
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij1-1/+1
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-118/+53
2007-10-10r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij1-4/+3
2007-10-10r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-5/+0
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-0/+11
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-49/+82
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell1-18/+8
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-3/+4
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-2/+41
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+2
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-1/+1
2007-10-10r2580: fixed an uninitialised byte found by valgrindAndrew Tridgell1-2/+2
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-10/+10
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell3-12/+12
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-2/+2
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke3-0/+520
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-3/+3
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-31/+31
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-12/+12
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-1/+1
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell1-4/+4
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher1-8/+13
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-1/+3
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-8/+8
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-0/+5
2004-02-02some DEBUG and comment fixesStefan Metzmacher1-2/+4
2004-01-20dcerpc server output now copes with the client blocking part wayAndrew Tridgell1-2/+2
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-10/+12
2003-12-16a fairly large commit!Andrew Tridgell1-10/+76