index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
/
rpcclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3: remove various references to server side dcerpc structs (which are not ne...
Günther Deschner
2011-05-02
1
-1
/
+0
*
s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h
Günther Deschner
2011-03-31
1
-1
/
+0
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-passdb: use passdb headers where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Fix some types
Jelmer Vernooij
2011-02-28
1
-1
/
+1
*
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
2011-02-28
1
-0
/
+1
*
s3-rpcclient: prefer dcerpc_lsa_X functions.
Günther Deschner
2011-02-02
1
-5
/
+13
*
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
2010-12-20
1
-2
/
+1
*
s3-debug Remove last direct assignements to DEBUGLEVEL
Andrew Bartlett
2010-11-02
1
-1
/
+1
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-1
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
samba: share readline wrappers among all buildsystems.
Günther Deschner
2010-10-01
1
-0
/
+1
*
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Simo Sorce
2010-09-23
1
-0
/
+6
*
s3-rpcclient: add some winreg commands.
Günther Deschner
2010-09-19
1
-0
/
+2
*
s3: Fix bug 7688, rpcclient command line completion crashing
Volker Lendecke
2010-09-18
1
-1
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-09-18
1
-13
/
+12
*
rpcclient: support starting sign/seal with krb5/spnego
Simo Sorce
2010-08-30
1
-6
/
+18
*
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
2010-08-05
1
-0
/
+1
*
s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
Simo Sorce
2010-07-30
1
-17
/
+22
*
rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for ntlmssp
Simo Sorce
2010-07-30
1
-0
/
+6
*
rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for krb5 auth
Simo Sorce
2010-07-28
1
-0
/
+6
*
s3-dcerpc: revive cli_rpc_pipe_open_krb5()
Simo Sorce
2010-07-28
1
-0
/
+9
*
s3-rpcclient: Allow choosing spnego mech: (ntlm/krb5)
Simo Sorce
2010-07-28
1
-3
/
+10
*
s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
Simo Sorce
2010-07-28
1
-57
/
+73
*
s3-rpcclient: add another usage display to sign and seal commands.
Günther Deschner
2010-07-08
1
-0
/
+2
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-1
/
+1
*
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-rpc_client: move protos to cli_netlogon.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3: Enable -C in rpcclient
Volker Lendecke
2010-01-24
1
-0
/
+3
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
s3-rpcclient: use the parsed binding string flags for auth choice.
Günther Deschner
2009-11-13
1
-0
/
+18
*
Revert "s3: Do not directly reference the ndr_table_* in rpcclient"
Volker Lendecke
2009-11-08
1
-49
/
+24
*
s3: Do not directly reference the ndr_table_* in rpcclient
Volker Lendecke
2009-11-08
1
-24
/
+49
*
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Volker Lendecke
2009-11-07
1
-4
/
+6
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
1
-1
/
+1
*
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
2009-09-15
1
-6
/
+6
*
s3-rpcclient: make netlogon credential setup also work for interdomain trusts.
Günther Deschner
2009-09-11
1
-9
/
+11
*
s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.
Günther Deschner
2009-09-11
1
-4
/
+17
*
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Günther Deschner
2009-09-11
1
-0
/
+1
*
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...
Günther Deschner
2009-09-11
1
-0
/
+2
*
s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient.
Günther Deschner
2009-09-11
1
-2
/
+3
*
s3-rpcclient: add ncacn transport handling for rpcclient.
Günther Deschner
2009-09-11
1
-5
/
+88
*
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
2009-04-21
1
-1
/
+1
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-0
/
+1
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-1
/
+1
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-6
/
+1
*
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
2009-02-01
1
-6
/
+3
*
Actually complete 3662c2b...
Volker Lendecke
2009-01-22
1
-3
/
+3
[next]