index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpcclient: abort shadow-copy set on commit failure
David Disseldorp
2014-04-01
1
-3
/
+26
*
rpcclient: append a trailing slash to FSRVP request UNCs
David Disseldorp
2014-03-31
1
-6
/
+22
*
s3:rpcclient: fix build without HAVE_IPV6
Gregor Beck
2014-03-31
1
-5
/
+14
*
For FSRVP use textual error messages instead of hex error codes
Noel Power
2014-03-08
1
-2
/
+50
*
s3:rpcclient: make use of dcerpc_binding_get_string_option("host")
Stefan Metzmacher
2014-02-13
1
-2
/
+4
*
s3:rpcclient: make use of dcerpc_binding_set_abstract_syntax() in cmd_epmapper.c
Stefan Metzmacher
2014-02-13
1
-1
/
+7
*
s3:rpcclient: make use of dcerpc_binding_[g|s]et_*() in rpcclient.c
Stefan Metzmacher
2014-02-13
1
-9
/
+18
*
s3:rpcclient: make use of dcerpc_parse_binding() to create the binding
Stefan Metzmacher
2014-02-13
1
-7
/
+12
*
s3:rpcclient: initialize struct dcerpc_binding completely
Stefan Metzmacher
2014-02-11
1
-0
/
+1
*
s3:rpcclient: add witness command
Gregor Beck
2014-02-11
2
-0
/
+506
*
s3:rpcclient: remove unused code from cmd_lsa_get_username()
Stefan Metzmacher
2014-01-16
1
-10
/
+0
*
s3:rpcclient: add support for DCERPC_AUTH_LEVEL_CONNECT
Stefan Metzmacher
2014-01-16
1
-12
/
+11
*
s3:rpc_client: make cli_rpc_pipe_open_schannel() more flexible
Stefan Metzmacher
2014-01-07
1
-6
/
+7
*
s3:rpcclient: make use of rpccli_netlogon_password_logon() in the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-3
/
+8
*
s3:rpcclient: remove optional auth_level parameter of the 'samlogon' cmd
Stefan Metzmacher
2014-01-07
1
-7
/
+4
*
s3:rpcclient: give errors and clean up correctly after failing to obtain secret
Garming Sam
2014-01-07
1
-0
/
+6
*
s3:rpcclient: make use of rpccli_{create,setup}_netlogon_creds()
Stefan Metzmacher
2014-01-07
1
-18
/
+41
*
s3:rpcclient: make use of trust_pw_change()
Stefan Metzmacher
2014-01-07
1
-5
/
+5
*
s3:rpcclient: make use of rpcclient_netlogon_creds instead of cli->netlogon_c...
Stefan Metzmacher
2014-01-07
1
-5
/
+17
*
s3:rpcclient: remove unused rpccli_netlogon_setup_creds() from cmd_netlogon_d...
Stefan Metzmacher
2014-01-07
1
-20
/
+1
*
s3:rpcclient: add rpcclient_netlogon_creds
Stefan Metzmacher
2014-01-07
2
-0
/
+4
*
s3:rpcclient: add rpcclient_msg_ctx
Stefan Metzmacher
2014-01-07
2
-0
/
+6
*
s3:rpc_client: make use of the new netlogon_creds_cli_context
Stefan Metzmacher
2014-01-07
1
-8
/
+49
*
s3:rpcclient: close the connection if setting up the netlogon secure channel ...
Stefan Metzmacher
2013-12-23
1
-0
/
+5
*
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-0
/
+8
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-09
2
-2
/
+62
*
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
2013-12-09
1
-2
/
+5
*
rpcclient: fix output of lsalookupsids for sids of type DOMAIN
Michael Adam
2013-11-13
1
-3
/
+10
*
s3:rpcclient: fix a leaked talloc_stackframe in cmd_epmapper
Gregor Beck
2013-11-04
1
-5
/
+7
*
s3:rpcclient: make use of rpcclient_cli_state
Stefan Metzmacher
2013-10-17
1
-2
/
+2
*
s3:rpcclient: introduce global rpcclient_cli_state
Stefan Metzmacher
2013-10-17
2
-1
/
+5
*
Fix bug #10100 - rpcclient crashes when sending the 'netshareenum 502' command
Jeremy Allison
2013-08-21
1
-3
/
+7
*
s3:rpcclient: fix compiler warnings
Stefan Metzmacher
2013-08-12
1
-6
/
+7
*
s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AES
Stefan Metzmacher
2013-08-10
2
-2
/
+4
*
s3:rpcclient: use talloc_stackframe() in do_cmd()
Stefan Metzmacher
2013-08-05
1
-2
/
+6
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth_transpo...
Günther Deschner
2013-08-05
1
-1
/
+1
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().
Günther Deschner
2013-08-05
3
-4
/
+4
*
s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().
Günther Deschner
2013-08-05
1
-1
/
+1
*
s3-rpcclient: add cmd_spoolss_play_gdi_script_on_printer_ic.
Günther Deschner
2013-01-24
1
-0
/
+103
*
s3-rpcclient: decode OsVersion{Ex} binary blobs when displaying printerdata.
Günther Deschner
2013-01-24
1
-0
/
+21
*
spoolss: make spoolss deal with ndr64 SetForm by using proper container object.
Günther Deschner
2013-01-17
1
-4
/
+4
*
spoolss: make spoolss deal with ndr64 AddForm by using proper container object.
Günther Deschner
2013-01-17
1
-6
/
+6
*
spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.
Günther Deschner
2013-01-17
1
-2
/
+2
*
s3-rpcclient: Fix cmd_eventlog_loginfo() null pointer passing.
Andreas Schneider
2013-01-02
1
-2
/
+8
*
s3-rpcclient: Fix cmd_eventlog_readlog() null pointer passing.
Andreas Schneider
2013-01-02
1
-7
/
+8
*
s3-rpcclient: Check return value of add_string_to_array().
Andreas Schneider
2012-12-12
1
-1
/
+5
*
rpcclient: fix usage docs for rpcclient adddriver
David Disseldorp
2012-11-29
1
-2
/
+2
*
s3fs-client: Burn commandline password of client utils.
Andreas Schneider
2012-11-08
1
-0
/
+1
*
s3:rpcclient fix a compiler warning
Christian Ambach
2012-09-22
1
-0
/
+2
*
Fix compiler warning message.
Jeremy Allison
2012-07-24
1
-2
/
+2
[next]