summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libnet: use talloc_strdup() instead of talloc_reference()Stefan Metzmacher2009-07-311-1/+1
* use a talloc_reparent in a very ugly wayAndrew Tridgell2009-07-011-2/+11
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-181-4/+15
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-4/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Report binding in libnet failure message.Andrew Bartlett2008-03-131-1/+4
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-2/+3
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-7/+7
* r24051: more monitor function calls and monitor msg namesRafal Szczesniak2007-10-101-8/+8
* r23959: add more monitor messages support that's been sitting around on myRafal Szczesniak2007-10-101-34/+139
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-3/+3
* r22672: use composite_create calls instead of talloc_zero.Rafal Szczesniak2007-10-101-12/+6
* r19937: fix sending monitor message (spotted by metze).Rafal Szczesniak2007-10-101-4/+4
* r19933: something is really wrong here...Stefan Metzmacher2007-10-101-1/+1
* r19759: Allow a join to occour against ncacn_ip_tcp again (useful for tortureAndrew Bartlett2007-10-101-7/+28
* r19587: Fix indentation and correctly set error string when completingRafal Szczesniak2007-10-101-3/+5
* r19266: Add a target_hostname element to the binding struct. This allows usAndrew Bartlett2007-10-101-23/+37
* r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak2007-10-101-8/+10
* r17472: Remove unused variable.Rafal Szczesniak2007-10-101-1/+0
* r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failureRafal Szczesniak2007-10-101-38/+0
* r17026: Make rpc connect routine a bit smarter. Try to connect againRafal Szczesniak2007-10-101-7/+86
* r16694: Store lsa rpc pipe pointer in a right place.Rafal Szczesniak2007-10-101-7/+12
* r16226: Fixes for various segfault bugs found against a buggy Samba4. WithAndrew Bartlett2007-10-101-0/+13
* r15858: - initialize s->r.outStefan Metzmacher2007-10-101-13/+23
* r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak2007-10-101-3/+28
* r15487: More comments and a few minor changes (not even fixes).Rafal Szczesniak2007-10-101-13/+31
* r15459: Add forgotten guid retrieval among other data and thus preventRafal Szczesniak2007-10-101-1/+4
* r15439: Reorder the code a bit to be like in other calls. More commentsRafal Szczesniak2007-10-101-142/+170
* r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnectRafal Szczesniak2007-10-101-166/+272
* r14591: More comments.Rafal Szczesniak2007-10-101-1/+27
* r14568: Remove unused function.Rafal Szczesniak2007-10-101-10/+0
* r14566: Remove unnecessary headers.Rafal Szczesniak2007-10-101-3/+0
* r14560: Finally! Start working on async libnet_RpcConnect and otherRafal Szczesniak2007-10-101-57/+273
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r12926: Syncronsise GUIDs on users and domains from the server. These alsoAndrew Bartlett2007-10-101-0/+7
* r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett2007-10-101-2/+189
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-2/+2
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-11/+34
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-5/+3
* r11815: A bit more comments and spaces for better readability.Rafal Szczesniak2007-10-101-1/+10
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-101-3/+2
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-101-2/+10
* r8136: remove unused varStefan Metzmacher2007-10-101-2/+0
* r8098: Add my copyright and remove unecessary header dependency.Rafal Szczesniak2007-10-101-2/+2
* r8096: Remove function that has became libnet_Lookup fuction.Rafal Szczesniak2007-10-101-55/+0
* r8095: Fix compiler warning.Rafal Szczesniak2007-10-101-1/+1
* r8075: Make rpc connect function part of libnet api, as I suppose manyRafal Szczesniak2007-10-101-31/+36