index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libnet
/
libnet_rpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-23
s4:libnet: don't include librpc/rpc/dcerpc.h directly
Stefan Metzmacher
1
-1
/
+0
2010-03-12
s4:libnet/libnet_rpc.c: make use of use tevent_req based dcerpc_binding_handl...
Stefan Metzmacher
1
-24
/
+31
2010-03-12
s4:libnet: keep a dcerpc_binding_handle for samr and lsa
Stefan Metzmacher
1
-0
/
+2
2010-03-01
s4:libnet: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
1
-3
/
+3
2009-07-31
s4:libnet: use talloc_strdup() instead of talloc_reference()
Stefan Metzmacher
1
-1
/
+1
2009-07-01
use a talloc_reparent in a very ugly way
Andrew Tridgell
1
-2
/
+11
2009-06-18
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
1
-4
/
+15
2008-10-27
s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.
Günther Deschner
1
-4
/
+8
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-03-13
Report binding in libnet failure message.
Andrew Bartlett
1
-1
/
+4
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r24051: more monitor function calls and monitor msg names
Rafal Szczesniak
1
-8
/
+8
2007-10-10
r23959: add more monitor messages support that's been sitting around on my
Rafal Szczesniak
1
-34
/
+139
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r22672: use composite_create calls instead of talloc_zero.
Rafal Szczesniak
1
-12
/
+6
2007-10-10
r19937: fix sending monitor message (spotted by metze).
Rafal Szczesniak
1
-4
/
+4
2007-10-10
r19933: something is really wrong here...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19759: Allow a join to occour against ncacn_ip_tcp again (useful for torture
Andrew Bartlett
1
-7
/
+28
2007-10-10
r19587: Fix indentation and correctly set error string when completing
Rafal Szczesniak
1
-3
/
+5
2007-10-10
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
1
-23
/
+37
2007-10-10
r17670: 1) Refactor libnet context structure a bit, to have rpc connection
Rafal Szczesniak
1
-8
/
+10
2007-10-10
r17472: Remove unused variable.
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failure
Rafal Szczesniak
1
-38
/
+0
2007-10-10
r17026: Make rpc connect routine a bit smarter. Try to connect again
Rafal Szczesniak
1
-7
/
+86
2007-10-10
r16694: Store lsa rpc pipe pointer in a right place.
Rafal Szczesniak
1
-7
/
+12
2007-10-10
r16226: Fixes for various segfault bugs found against a buggy Samba4. With
Andrew Bartlett
1
-0
/
+13
2007-10-10
r15858: - initialize s->r.out
Stefan Metzmacher
1
-13
/
+23
2007-10-10
r15625: Partial commit of my current work. It makes libnet api functions
Rafal Szczesniak
1
-3
/
+28
2007-10-10
r15487: More comments and a few minor changes (not even fixes).
Rafal Szczesniak
1
-13
/
+31
2007-10-10
r15459: Add forgotten guid retrieval among other data and thus prevent
Rafal Szczesniak
1
-1
/
+4
2007-10-10
r15439: Reorder the code a bit to be like in other calls. More comments
Rafal Szczesniak
1
-142
/
+170
2007-10-10
r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnect
Rafal Szczesniak
1
-166
/
+272
2007-10-10
r14591: More comments.
Rafal Szczesniak
1
-1
/
+27
2007-10-10
r14568: Remove unused function.
Rafal Szczesniak
1
-10
/
+0
2007-10-10
r14566: Remove unnecessary headers.
Rafal Szczesniak
1
-3
/
+0
2007-10-10
r14560: Finally! Start working on async libnet_RpcConnect and other
Rafal Szczesniak
1
-57
/
+273
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12926: Syncronsise GUIDs on users and domains from the server. These also
Andrew Bartlett
1
-0
/
+7
2007-10-10
r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect to
Andrew Bartlett
1
-2
/
+189
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
Andrew Bartlett
1
-11
/
+34
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-5
/
+3
2007-10-10
r11815: A bit more comments and spaces for better readability.
Rafal Szczesniak
1
-1
/
+10
2007-10-10
r11794: - fixed a valgrind error in libnet, caused by using a stack variable
Andrew Tridgell
1
-3
/
+2
2007-10-10
r10486: This is a merge of Brad Henry's 'net join' rework, to better perform
Andrew Bartlett
1
-2
/
+10
2007-10-10
r8136: remove unused var
Stefan Metzmacher
1
-2
/
+0
[next]