Age | Commit message (Expand) | Author | Files | Lines |
2011-07-28 | s3:rpcclient: use the lp_load_global() wrapper of lp_load() | Michael Adam | 1 | -1/+1 |
2011-07-22 | s3:rpcclient: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 |
2011-07-22 | s3:rpcclient: use rpc_pipe->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 |
2011-06-09 | s3:rpcclient: remove unused new_workgroup variable | Stefan Metzmacher | 1 | -4/+0 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -2/+2 |
2011-06-09 | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 1 | -9/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 1 | -1/+0 |
2011-03-31 | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -1/+1 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-02 | s3-rpcclient: prefer dcerpc_lsa_X functions. | Günther Deschner | 1 | -5/+13 |
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -2/+1 |
2010-11-02 | s3-debug Remove last direct assignements to DEBUGLEVEL | Andrew Bartlett | 1 | -1/+1 |
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -1/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -0/+1 |
2010-09-23 | s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data | Simo Sorce | 1 | -0/+6 |
2010-09-19 | s3-rpcclient: add some winreg commands. | Günther Deschner | 1 | -0/+2 |
2010-09-18 | s3: Fix bug 7688, rpcclient command line completion crashing | Volker Lendecke | 1 | -1/+1 |
2010-09-18 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -13/+12 |
2010-08-30 | rpcclient: support starting sign/seal with krb5/spnego | Simo Sorce | 1 | -6/+18 |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 |
2010-07-30 | s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth | Simo Sorce | 1 | -17/+22 |
2010-07-30 | rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for ntlmssp | Simo Sorce | 1 | -0/+6 |
2010-07-28 | rpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign/seal is set for krb5 auth | Simo Sorce | 1 | -0/+6 |
2010-07-28 | s3-dcerpc: revive cli_rpc_pipe_open_krb5() | Simo Sorce | 1 | -0/+9 |
2010-07-28 | s3-rpcclient: Allow choosing spnego mech: (ntlm/krb5) | Simo Sorce | 1 | -3/+10 |
2010-07-28 | s3-dcerpc: Use dcerpc_AuthType in pipe_auth_data | Simo Sorce | 1 | -57/+73 |
2010-07-08 | s3-rpcclient: add another usage display to sign and seal commands. | Günther Deschner | 1 | -0/+2 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -1/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_lsarpc.h | Günther Deschner | 1 | -0/+1 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-01-24 | s3: Enable -C in rpcclient | Volker Lendecke | 1 | -0/+3 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+1 |
2009-11-13 | s3-rpcclient: use the parsed binding string flags for auth choice. | Günther Deschner | 1 | -0/+18 |
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 1 | -49/+24 |
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 |