summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc.c
Commit message (Expand)AuthorAgeFilesLines
* r20323: allow empty dcerpc reqeusts, this fixes the RPC-COUNTCALLS testStefan Metzmacher2007-10-101-1/+1
* r19676: Fix some more dependencies.Jelmer Vernooij2007-10-101-1/+1
* r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell2007-10-101-1/+14
* r19501: fix the hangs in the build farm in RPC-SECRETSAndrew Tridgell2007-10-101-20/+6
* r19479: Remove more unused functions. These are handled via authenticationAndrew Bartlett2007-10-101-52/+1
* r19465: Rather than use the non-standard API for determining the signatureAndrew Bartlett2007-10-101-2/+33
* r18716: put in a commented out useful hack for some RPC serversAndrew Tridgell2007-10-101-0/+8
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17323: make better use of the composite api and fix the memoryStefan Metzmacher2007-10-101-52/+24
* r17321: give better error codesStefan Metzmacher2007-10-101-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r15524: fix a problem with rpc faults from bind and alter contextAndrew Tridgell2007-10-101-85/+91
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-101-40/+20
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-101-20/+40
* r15482: Don't shadow the global function pipe() with a local variable name.Andrew Bartlett2007-10-101-10/+8
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-101-2/+2
* r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett2007-10-101-0/+7
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-1/+2
* r12634: make the [validate] binding string switch also check to see if theAndrew Tridgell2007-10-101-3/+17
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-0/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12574: Bring tables.pl back to life and move registration of interfacesJelmer Vernooij2007-10-101-26/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2007-10-101-15/+12
* r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2007-10-101-6/+1
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-3/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-5/+5
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-2/+2
* r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell2007-10-101-1/+1
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2007-10-101-0/+5
* r11872: another attempt at fixing the data_blob_free in async dcerpc bind,Andrew Tridgell2007-10-101-14/+9
* r11871: fixed a problem volker found with the async bind code, and a callbackAndrew Tridgell2007-10-101-2/+5
* r11819: simplified the async rpc bind code a little.Andrew Tridgell2007-10-101-205/+220
* r11810: Fix talloc hierarchyVolker Lendecke2007-10-101-2/+2
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-101-5/+4
* r11807: Make dcerpc_alter_context async. Same thing: Please look at thisVolker Lendecke2007-10-101-149/+140
* r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke2007-10-101-68/+180
* r11516: Fix a valgrind bug I introduce with queued requestsVolker Lendecke2007-10-101-3/+6
* r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....Volker Lendecke2007-10-101-28/+82
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2007-10-101-29/+17
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-5/+8
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2007-10-101-2/+2
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-2/+2
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2007-10-101-1/+11
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-9/+20
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-101-0/+42
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-101-18/+18
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-101-14/+13
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-1/+2