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