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
/
source3
/
rpcclient
/
rpcclient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-08
s3: Do not directly reference the ndr_table_* in rpcclient
Volker Lendecke
1
-24
/
+49
2009-11-07
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Volker Lendecke
1
-4
/
+6
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-1
/
+1
2009-09-15
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
1
-6
/
+6
2009-09-11
s3-rpcclient: make netlogon credential setup also work for interdomain trusts.
Günther Deschner
1
-9
/
+11
2009-09-11
s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.
Günther Deschner
1
-4
/
+17
2009-09-11
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Günther Deschner
1
-0
/
+1
2009-09-11
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...
Günther Deschner
1
-0
/
+2
2009-09-11
s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient.
Günther Deschner
1
-2
/
+3
2009-09-11
s3-rpcclient: add ncacn transport handling for rpcclient.
Günther Deschner
1
-5
/
+88
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-1
/
+1
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-1
/
+1
2009-03-17
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
1
-6
/
+1
2009-02-01
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
1
-6
/
+3
2009-01-22
Actually complete 3662c2b...
Volker Lendecke
1
-3
/
+3
2009-01-09
start rpcclient epmapper
Volker Lendecke
1
-0
/
+2
2009-01-08
s3-rpcclient: add eventlog test client.
Günther Deschner
1
-0
/
+2
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
1
-19
/
+31
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-07-21
Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
1
-30
/
+34
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke
1
-5
/
+6
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
1
-14
/
+16
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-5
/
+8
2008-06-10
rpcclient: add more useful comments what sign/seal commands are doing.
Günther Deschner
1
-9
/
+19
2008-05-24
drsuapi: add very basic drsuapi rpcclient command set.
Günther Deschner
1
-0
/
+2
2008-05-24
Revert "drsuapi: fix the build."
Günther Deschner
1
-2
/
+0
2008-05-24
drsuapi: fix the build.
Günther Deschner
1
-0
/
+2
2008-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
1
-1
/
+14
2008-04-25
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
Volker Lendecke
1
-2
/
+4
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
1
-3
/
+3
2008-04-20
Introduce rpccli_set_timeout()
Volker Lendecke
1
-1
/
+1
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-1
/
+1
2008-02-17
Add very basic ntsvcs client to rpcclient.
Günther Deschner
1
-0
/
+2
2008-02-08
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
1
-6
/
+6
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-1
/
+1
2008-01-15
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
1
-1
/
+1
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
1
-0
/
+12
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-12-06
Make all the tools use the proper accessor functions.
Jeremy Allison
1
-6
/
+6
2007-12-06
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
1
-5
/
+6
2007-12-03
Reanimate rpcclient wkssvc command.
Günther Deschner
1
-0
/
+2
2007-11-28
Give rpcclient a talloc stackframe.
Michael Adam
1
-12
/
+23
2007-11-20
More trivial pstring removal.
Jeremy Allison
1
-4
/
+1
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-1
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-22
/
+24
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-2
/
+0
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
1
-1
/
+1
[prev]
[next]