summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc/dcerpc_connect.c
Commit message (Expand)AuthorAgeFilesLines
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r19478: Remove unused functions, and make static functions used only in thisAndrew Bartlett2007-10-101-74/+16
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-101-14/+17
* r17993: as metze pointed out, the composite_error() already calls the asyncAndrew Tridgell2007-10-101-2/+0
* r17990: added timeout checking on dcerpc connection establishment. This shouldAndrew Tridgell2007-10-101-2/+17
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r17325: make better usage of the composite apiStefan Metzmacher2007-10-101-90/+38
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-101-3/+2
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-101-2/+3
* r15440: Formatting.Rafal Szczesniak2007-10-101-3/+2
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-101-22/+29
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-0/+1
* r14172: composite_is_ok(c) destroys c, when the status isn't ok.Stefan Metzmacher2007-10-101-46/+8
* r14164: More comments.Rafal Szczesniak2007-10-101-5/+95
* r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher2007-10-101-41/+27
* r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak2007-10-101-80/+610
* r13568: Comments to async rpc connect functions.Rafal Szczesniak2007-10-101-6/+55
* r13561: Turn all dcerpc connect and socket functions to async version.Rafal Szczesniak2007-10-101-0/+243
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-17/+7
* r12800: Replace tmp_ctx with mem_ctx to make variables name moreRafal Szczesniak2007-10-101-6/+6
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-5/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12162: More comments.Rafal Szczesniak2007-10-101-5/+30
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2007-10-101-0/+118
* r12103: Comments and a bit of formatting.Rafal Szczesniak2007-10-101-6/+28
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-101-0/+165