summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_util.c
Commit message (Expand)AuthorAgeFilesLines
* r20326: always set the binding->target_hostname!Stefan Metzmacher2007-10-101-5/+9
* r20094: this should be non-constStefan Metzmacher2007-10-101-1/+1
* r19844: Fix warnings and errors in epmapper IDL.Jelmer Vernooij2007-10-101-1/+3
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-101-1/+2
* r17337: make better usage of the composite apiStefan Metzmacher2007-10-101-26/+28
* r17336: make the logic a bit more easier to understand...Stefan Metzmacher2007-10-101-55/+51
* r17329: - after a composite_continue() we need to call return;Stefan Metzmacher2007-10-101-12/+11
* r15812: Explicitly cast to unsigned int.Jelmer Vernooij2007-10-101-3/+3
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-101-40/+91
* r15503: I may shortly have to revert all of this, but be clearer about how weAndrew Bartlett2007-10-101-14/+13
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-101-85/+35
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-101-13/+143
* r14962: fixed a valgrind errorAndrew Tridgell2007-10-101-2/+4
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-101-26/+22
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r14238: This is not needed anymore, as the state structure is zeroedRafal Szczesniak2007-10-101-3/+0
* r14211: More comments.Rafal Szczesniak2007-10-101-2/+29
* r14210: 1) Fix an issue with composite context when null event contextRafal Szczesniak2007-10-101-103/+13
* r14165: More comments and my copyright.Rafal Szczesniak2007-10-101-1/+19
* r14143: Replace old function with equivalent based on new async code.Rafal Szczesniak2007-10-101-67/+4
* r14136: Fix bug causing segfaults in certain circumstances (gcc3.x amongRafal Szczesniak2007-10-101-7/+7
* r14125: Fix incorrect declaration caught on build farm.Rafal Szczesniak2007-10-101-1/+2
* r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak2007-10-101-200/+339
* r13726: Fix indentation.Rafal Szczesniak2007-10-101-1/+1
* r13582: IndentAndrew Bartlett2007-10-101-3/+3
* r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak2007-10-101-75/+6
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-3/+15
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2007-10-101-62/+0
* r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2007-10-101-17/+12
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-18/+13
* r12511: Remove authservice from binding stringJelmer Vernooij2007-10-101-7/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-42/+27
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2007-10-101-43/+3
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-101-71/+16
* r12001: Replace smbcli_full_connection call with composite connect usedRafal Szczesniak2007-10-101-8/+25
* r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell2007-10-101-7/+65
* r11816: this fixes some of the problems with the recent async rpc changes andAndrew Tridgell2007-10-101-0/+12
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-101-3/+3
* r11497: Don't name parameters 'floor'. Rename fl and floor to epm_floor forAndrew Bartlett2007-10-101-58/+58
* r10368: when building the epm tower, don't put host names in the ip addressAndrew Tridgell2007-10-101-1/+12
* r10184: Fix a stack of unhandled enumeration warnings.Tim Potter2007-10-101-0/+6
* r8820: Push this common block of code into the caller.Andrew Bartlett2007-10-101-39/+18
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+2
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-0/+14
* r8068: reduced the verbosity of the EPM codeAndrew Tridgell2007-10-101-3/+3
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-12/+20
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-101-0/+1