summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: Print debug message about NetbiosJustin Stephenson2019-01-091-0/+4
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-031-1/+1
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-111-1/+10
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2017-11-091-2/+2
* s3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()Stefan Metzmacher2016-12-211-3/+1
* s3:libsmb: make use of cli_cm_force_encryption_creds() where we already have ...Stefan Metzmacher2016-12-211-5/+3
* s3:libsmb: make use of cli_tree_connect_creds() in SMBC_server_internal()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: avoid using cli_session_setup() in SMBC_server_internal()Stefan Metzmacher2016-12-211-6/+27
* s3:libsmb: Use cli_cm_force_encryption() instead of cli_force_encryption()Stefan Metzmacher2016-12-191-10/+14
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-4/+2
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-11/+10
* libsmb: Fix two CIDs for NULL dereferenceVolker Lendecke2016-06-071-6/+12
* s3: libsmb: Correctly initialize the list head when keeping a list of primary...Jeremy Allison2015-12-181-2/+2
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-161-3/+12
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-1/+1
* s3: lib: libsmbclient: If reusing a server struct, check every cli->timout mi...Jeremy Allison2015-03-201-0/+16
* s3:libsmb: avoid cli_set_username() in SMBC_server_internal()Stefan Metzmacher2014-10-171-7/+0
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-2/+1
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-1/+1
* s3:libsmb: Set a max charge for SMB2 connectionsRoss Lagerwall2014-08-211-0/+5
* param: rename lp function and variable from "cli_minprotocol" to "client_min_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck2013-10-301-0/+1
* s3:libsmb: call smbXcli_tcon_set_fs_attributes() directlyStefan Metzmacher2013-10-171-4/+8
* s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFSLuk Claes2013-10-171-1/+1
* s3:libsmb: make use of lp_cli_{min,max}protocol() in SMBC_server_internal()Stefan Metzmacher2013-08-151-3/+3
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* Fix some blank line endingsVolker Lendecke2013-06-211-9/+9
* Plumb the 'port' parameter into the connect code.Jeremy Allison2013-06-111-8/+11
* Add the port argument to SMBC_server().Jeremy Allison2013-06-111-1/+2
* Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison2013-06-111-0/+1
* s3-libsmb: Don't leak memory on error.Andreas Schneider2013-02-221-0/+1
* s3-libsmb: Fix a possible null pointer dereference.Andreas Schneider2012-12-211-1/+1
* s3-libsmbclient: Add OptionUseNTHashVolker Lendecke2012-06-121-0/+4
* s3-libsmbclient: Make SMBC_call_auth_fn staticVolker Lendecke2012-06-121-1/+1
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-3/+4
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* s3:libsmb: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-5/+7
* s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-3/+3
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-14/+15
* s3:libsmb/libsmb_server: make use of cli_set_timeout()Stefan Metzmacher2011-08-021-1/+1
* s3:libsmb/libsmb_*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* s3:libsmb_server: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-3/+6
* s3:libsmb_server: pass NULL instead of a zero sockaddr_storageStefan Metzmacher2011-07-221-3/+1
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-201-1/+1
* s3:libsmbclient: use cli_state_is_connected() in SMBC_check_server()Stefan Metzmacher2011-07-111-4/+4
* s3:libsmb: remove use of cli_errstr() in SMBC_server_internal()Stefan Metzmacher2011-07-081-3/+8