summaryrefslogtreecommitdiffstats
path: root/source/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* r12574: Bring tables.pl back to life and move registration of interfaces Jelmer Vernooij2005-12-291-26/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-281-0/+1
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2005-12-271-15/+12
* r12513: Similar change as my previous commit, but now for transfer syntaxes. Jelmer Vernooij2005-12-271-6/+1
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2005-12-271-3/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to a Jelmer Vernooij2005-12-271-5/+5
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-081-2/+2
* r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell2005-11-301-1/+1
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2005-11-251-0/+5
* r11872: another attempt at fixing the data_blob_free in async dcerpc bind,Andrew Tridgell2005-11-231-14/+9
* r11871: fixed a problem volker found with the async bind code, and a callbackAndrew Tridgell2005-11-231-2/+5
* r11819: simplified the async rpc bind code a little. Andrew Tridgell2005-11-211-205/+220
* r11810: Fix talloc hierarchyVolker Lendecke2005-11-201-2/+2
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2005-11-201-5/+4
* r11807: Make dcerpc_alter_context async. Same thing: Please look at thisVolker Lendecke2005-11-201-149/+140
* r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke2005-11-191-68/+180
* r11516: Fix a valgrind bug I introduce with queued requestsVolker Lendecke2005-11-051-3/+6
* r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....Volker Lendecke2005-11-021-28/+82
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2005-10-041-29/+17
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2005-09-111-5/+8
* r8811: Fix the build..Jelmer Vernooij2005-07-281-0/+1
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2005-07-011-2/+2
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2005-06-241-2/+2
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2005-06-161-1/+11
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2005-06-161-9/+20
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2005-06-121-0/+42
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they are Jelmer Vernooij2005-06-051-18/+18
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2005-06-051-14/+13
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch. Jelmer Vernooij2005-05-251-1/+2
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2005-03-221-6/+0
* r5488: - let the request be a child of the pipe structStefan Metzmacher2005-02-211-13/+19
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2005-02-031-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2005-02-031-0/+1
* r5137: fix typesStefan Metzmacher2005-01-311-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2005-01-271-4/+4
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2005-01-091-10/+25
* r4617: basic alter_context requests now work in our client library. The testAndrew Tridgell2005-01-091-4/+80
* r4616: the first phase in the addition of proper support forAndrew Tridgell2005-01-091-202/+180
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2005-01-071-0/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2005-01-061-2/+2
* r4526: - much simpler (and more accurate!) ndr_size_*() code generation. ItAndrew Tridgell2005-01-051-1/+1
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2005-01-021-4/+5
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2004-12-241-3/+0
* r4115: check for gensec errors before calling memcpy on a set of credentials,Andrew Tridgell2004-12-091-0/+6
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2004-12-071-42/+30
* r4081: use clearer namesStefan Metzmacher2004-12-061-2/+2
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2004-12-031-2/+2
* r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij2004-11-181-2/+19
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2004-11-161-4/+15
* r3611: DCOM client support works!!Jelmer Vernooij2004-11-081-2/+7