summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/cm.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_cm_connect() and cli_cm_open()Stefan Metzmacher1-1/+4
2024-09-26s3:lib/netapi: make use of dcerpc_binding_get_abstract_syntax()Stefan Metzmacher1-3/+12
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-1/+3
2021-03-30s3:libnetapi: Remove unused header fileAndreas Schneider1-1/+0
2021-03-24s3:netapi: Get rid of set_cmdline_auth_info_*()Andreas Schneider1-31/+8
2021-03-24s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider1-1/+4
2021-03-24s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider1-2/+5
2021-03-24s3:netapi: Use public functions for username/passwordAndreas Schneider1-5/+21
2020-10-09s3:libsmb: Remove max_protocol from cli_cm_open()Andreas Schneider1-1/+0
2020-10-09s3:libsmb: Pass cli_credentials to cli_cm_open()Andreas Schneider1-1/+3
2020-10-09s3:libsmb: Remove force_encrypt from cli_cm_open()Andreas Schneider1-1/+0
2020-02-26s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher1-1/+1
2017-06-27s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher1-1/+1
2016-12-19s3:lib/netapi: Use lp_client_ipc_max_protocol() in libnetapi_open_ipc_connect...Stefan Metzmacher1-1/+1
2016-10-21s3:lib/netapi: make use of set_cmdline_auth_info_signing_state_raw()Stefan Metzmacher1-1/+1
2016-09-28werror: replace WERR_DEST_NOT_FOUND with WERR_NERR_DESTNOTFOUND in source3/li...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner1-2/+2
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/lib/netapi/Günther Deschner1-2/+2
2016-04-12CVE-2016-2115: s3:lib/netapi: use SMB_SIGNING_IPC_DEFAULTRalph Boehme1-1/+1
2014-10-17s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher1-3/+1
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-1/+0
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-1/+0
2014-02-07param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam1-1/+1
2013-10-17s3:lib/netapi: do not use rpc_pipe_np_smb_conn()Gregor Beck1-1/+1
2013-09-20s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner1-1/+1
2013-08-15s3:lib/netapi: make use of lp_cli_maxprotocol()Stefan Metzmacher1-1/+1
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-08-05s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends.Günther Deschner1-8/+8
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe().Günther Deschner1-4/+4
2013-08-05s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+3
2012-02-01s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider1-1/+1
2011-11-03s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-07-22s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher1-2/+7
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke1-7/+10
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-12s3-netapi: add libnetapi_get_binding_handle().Günther Deschner1-0/+23
2011-03-16s3: Fix Coverity ID 2231, REVERSE_INULLVolker Lendecke1-2/+3
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2010-09-21s3: Remove a global variable in bugfix for bug 7665Volker Lendecke1-7/+10
2010-09-20s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner1-30/+65
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-01-24s3: add libnetapi_set_use_ccache()Volker Lendecke1-0/+4
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke1-8/+3
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-3/+8
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-1/+1
2009-06-16s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner1-1/+5