summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19937: fix sending monitor message (spotted by metze).Rafal Szczesniak1-4/+4
2007-10-10r19933: something is really wrong here...Stefan Metzmacher1-1/+1
2007-10-10r19759: Allow a join to occour against ncacn_ip_tcp again (useful for tortureAndrew Bartlett1-7/+28
2007-10-10r19587: Fix indentation and correctly set error string when completingRafal Szczesniak1-3/+5
2007-10-10r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett1-23/+37
2007-10-10r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak1-8/+10
2007-10-10r17472: Remove unused variable.Rafal Szczesniak1-1/+0
2007-10-10r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failureRafal Szczesniak1-38/+0
2007-10-10r17026: Make rpc connect routine a bit smarter. Try to connect againRafal Szczesniak1-7/+86
2007-10-10r16694: Store lsa rpc pipe pointer in a right place.Rafal Szczesniak1-7/+12
2007-10-10r16226: Fixes for various segfault bugs found against a buggy Samba4. WithAndrew Bartlett1-0/+13
2007-10-10r15858: - initialize s->r.outStefan Metzmacher1-13/+23
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak1-3/+28
2007-10-10r15487: More comments and a few minor changes (not even fixes).Rafal Szczesniak1-13/+31
2007-10-10r15459: Add forgotten guid retrieval among other data and thus preventRafal Szczesniak1-1/+4
2007-10-10r15439: Reorder the code a bit to be like in other calls. More commentsRafal Szczesniak1-142/+170
2007-10-10r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnectRafal Szczesniak1-166/+272
2007-10-10r14591: More comments.Rafal Szczesniak1-1/+27
2007-10-10r14568: Remove unused function.Rafal Szczesniak1-10/+0
2007-10-10r14566: Remove unnecessary headers.Rafal Szczesniak1-3/+0
2007-10-10r14560: Finally! Start working on async libnet_RpcConnect and otherRafal Szczesniak1-57/+273
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r12926: Syncronsise GUIDs on users and domains from the server. These alsoAndrew Bartlett1-0/+7
2007-10-10r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett1-2/+189
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-2/+2
2007-10-10r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett1-11/+34
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-5/+3
2007-10-10r11815: A bit more comments and spaces for better readability.Rafal Szczesniak1-1/+10
2007-10-10r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell1-3/+2
2007-10-10r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett1-2/+10
2007-10-10r8136: remove unused varStefan Metzmacher1-2/+0
2007-10-10r8098: Add my copyright and remove unecessary header dependency.Rafal Szczesniak1-2/+2
2007-10-10r8096: Remove function that has became libnet_Lookup fuction.Rafal Szczesniak1-55/+0
2007-10-10r8095: Fix compiler warning.Rafal Szczesniak1-1/+1
2007-10-10r8075: Make rpc connect function part of libnet api, as I suppose manyRafal Szczesniak1-31/+36
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+1
2007-10-10r7247: User shorter and more convenient name for credentials inRafal Szczesniak1-1/+2
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter1-3/+1
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-1/+2
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-4/+1
2007-10-10r5924: Use cli_credentials in libnet/.Jelmer Vernooij1-3/+3
2007-10-10r5902: A rather large change...Andrew Bartlett1-6/+7
2007-10-10r5256: More verbose description of functions (as I learn the code).Rafal Szczesniak1-5/+49
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-11/+16
2007-10-10r3478: split out some more pieces of includes.hAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-2/+2
2007-10-10r2346: fix some minor stuffStefan Metzmacher1-1/+1
2007-10-10r2061: - split libnet header filesStefan Metzmacher1-11/+41