summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/cm.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-26s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner1-0/+5
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-16/+16
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-12/+16
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-1/+1
2009-01-22Actually complete 3662c2b...Volker Lendecke1-2/+1
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-2/+0
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-1/+2
2009-01-14Fix build of netapi.Jeremy Allison1-1/+2
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner1-5/+15