summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: Fix 'Dereference of undefined pointer value'Noel Power2019-10-221-1/+9
* libsmb: Align integer typesVolker Lendecke2019-06-181-1/+1
* s3:libsmb: Print debug message about NetbiosJustin Stephenson2019-01-091-0/+4
* smbclient: Fix errors printed if we can connect with SMB1Andreas Schneider2018-09-051-3/+3
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-201-12/+4
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-201-2/+2
* s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher2017-08-191-2/+7
* Add support for passing the max_referral_level into the cli call to get a DFS...Richard Sharpe2017-07-071-2/+19
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher2017-06-271-2/+0
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_connect()Stefan Metzmacher2017-06-271-3/+0
* s3:libsmb: remove unused show_sessetup handling from do_connect()Stefan Metzmacher2017-06-271-12/+2
* s3:libsmb: normalize leading slashes in cli_resolve_path()Stefan Metzmacher2017-06-221-0/+7
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-171-4/+14
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-171-1/+1
* Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider2017-06-091-25/+7
* s3:libsmb: Fix printing the session setup informationAndreas Schneider2017-06-071-7/+25
* s3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()Stefan Metzmacher2016-12-211-12/+3
* s3:libsmb: make use of cli_cm_force_encryption_creds() where we already have ...Stefan Metzmacher2016-12-211-5/+3
* s3:libsmb: split out cli_cm_force_encryption_creds()Stefan Metzmacher2016-12-211-15/+25
* s3:libsmb: make use of cli_tree_connect_creds() in clidfs.c:do_connect()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: make use of get_cmdline_auth_info_creds() in clidfs.c:do_connect()Stefan Metzmacher2016-12-211-3/+4
* s3:libsmb: make use of cli_smb1_setup_encryption() in cli_cm_force_encryption()Stefan Metzmacher2016-12-211-10/+36
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-3/+2
* s3:libsmb: make use of cli_session_setup_anon()Stefan Metzmacher2016-11-151-2/+2
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-5/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-161-1/+6
* s3: dfs: Fix a crash when the dfs targets are disabled.Har Gagan Sahai2015-09-111-2/+2
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-011-8/+8
* libsmb: provide authinfo domain for encrypted session referralsDavid Disseldorp2015-01-211-1/+1
* libsmb: provide authinfo domain for DFS referral authDavid Disseldorp2015-01-191-3/+8
* libsmb: reuse connections derived from DFS referralsDavid Disseldorp2015-01-191-24/+79
* s3:libsmb: avoid calling cli_set_username() in clidfsStefan Metzmacher2014-10-171-3/+0
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-2/+2
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-2/+2
* Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai2014-08-131-2/+4
* param: rename lp function and variable from "cli_minprotocol" to "client_min_...Garming Sam2014-02-071-1/+1
* s3:libsmb: add SMB2/3 support to cli_dfs_get_referral()Stefan Metzmacher2013-10-171-17/+56
* s3/libsmb: make use of smbXcli_tcon_is_dfs_share()Stefan Metzmacher2013-10-171-2/+16
* s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFSLuk Claes2013-10-171-1/+1
* s3/libsmb: Use smbXcli_conn_use_unicode instead of smb1 specific testLuk Claes2013-10-171-1/+1
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-211-1/+17
* s3:libsmb: use lp_cli_minprotocol() in do_connect()Stefan Metzmacher2013-08-151-1/+2
* s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison2013-08-151-0/+5
* s3: Make --pw-nt-hash useable in smbclientVolker Lendecke2012-06-121-0/+3
* s3:libsmb: get rid of cli_ucs2Luk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_state_encryption_onLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-3/+3
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-2/+2