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