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
/
librpc
/
rpc
/
dcerpc_connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
1
-2
/
+2
2009-02-02
s4:librpc/rpc: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-6
/
+6
2008-11-02
Fix the build.
Jelmer Vernooij
1
-1
/
+1
2008-11-02
Remove use of global_loadparm for SMB2 client connections.
Jelmer Vernooij
1
-1
/
+2
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-0
/
+3
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+3
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+3
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-0
/
+2
2008-09-30
Pass session options around; saves another use of global_loadparm.
Jelmer Vernooij
1
-0
/
+1
2008-09-30
Remove redundant call.
Jelmer Vernooij
1
-1
/
+1
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
1
-1
/
+5
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-15
/
+0
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-5
/
+6
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-7
/
+1
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-0
/
+1
2008-01-02
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...
Jelmer Vernooij
1
-0
/
+7
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-1
/
+3
2008-01-02
r26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij
1
-12
/
+12
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-3
/
+4
2007-12-21
r26334: Avoid loadparm_context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-11
/
+17
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26277: Move loadparm context higher up the stack.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26271: Remove some more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...
Jelmer Vernooij
1
-2
/
+1
2007-12-21
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...
Jelmer Vernooij
1
-0
/
+8
2007-10-10
r24551: rename dcerpc_interface_table -> ndr_interface_table
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r23890: Allow wbinfo -a to work against Samba4's winbind.
Andrew Bartlett
1
-184
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22515: only steal pipe on success
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r22386: another unused include
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
Andrew Tridgell
1
-3
/
+3
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+1
2007-10-10
r19478: Remove unused functions, and make static functions used only in this
Andrew Bartlett
1
-74
/
+16
2007-10-10
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
1
-14
/
+17
2007-10-10
r17993: as metze pointed out, the composite_error() already calls the async
Andrew Tridgell
1
-2
/
+0
2007-10-10
r17990: added timeout checking on dcerpc connection establishment. This should
Andrew Tridgell
1
-2
/
+17
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r17325: make better usage of the composite api
Stefan Metzmacher
1
-90
/
+38
2007-10-10
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
Andrew Bartlett
1
-3
/
+2
[next]