summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18libsmb: Align integer typesVolker Lendecke1-1/+1
2019-01-09s3:libsmb: Print debug message about NetbiosJustin Stephenson1-0/+4
2018-09-05smbclient: Fix errors printed if we can connect with SMB1Andreas Schneider1-3/+3
2017-09-20CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher1-12/+4
2017-09-20CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher1-2/+2
2017-08-19s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher1-2/+7
2017-07-07Add support for passing the max_referral_level into the cli call to get a DFS...Richard Sharpe1-2/+19
2017-06-27s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher1-2/+0
2017-06-27s3:libsmb: remove unused 'bool show_hdr' from cli_cm_connect()Stefan Metzmacher1-3/+0
2017-06-27s3:libsmb: remove unused show_sessetup handling from do_connect()Stefan Metzmacher1-12/+2
2017-06-22s3:libsmb: normalize leading slashes in cli_resolve_path()Stefan Metzmacher1-0/+7
2017-06-17s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison1-4/+14
2017-06-17s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison1-1/+1
2017-06-09Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider1-25/+7
2017-06-07s3:libsmb: Fix printing the session setup informationAndreas Schneider1-7/+25
2016-12-21s3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()Stefan Metzmacher1-12/+3
2016-12-21s3:libsmb: make use of cli_cm_force_encryption_creds() where we already have ...Stefan Metzmacher1-5/+3
2016-12-21s3:libsmb: split out cli_cm_force_encryption_creds()Stefan Metzmacher1-15/+25
2016-12-21s3:libsmb: make use of cli_tree_connect_creds() in clidfs.c:do_connect()Stefan Metzmacher1-1/+1
2016-12-21s3:libsmb: make use of get_cmdline_auth_info_creds() in clidfs.c:do_connect()Stefan Metzmacher1-3/+4
2016-12-21s3:libsmb: make use of cli_smb1_setup_encryption() in cli_cm_force_encryption()Stefan Metzmacher1-10/+36
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-3/+2
2016-11-15s3:libsmb: make use of cli_session_setup_anon()Stefan Metzmacher1-2/+2
2016-11-15s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher1-5/+2
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-12-16CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher1-1/+6
2015-09-11s3: dfs: Fix a crash when the dfs targets are disabled.Har Gagan Sahai1-2/+2
2015-05-01Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe1-8/+8
2015-01-21libsmb: provide authinfo domain for encrypted session referralsDavid Disseldorp1-1/+1
2015-01-19libsmb: provide authinfo domain for DFS referral authDavid Disseldorp1-3/+8
2015-01-19libsmb: reuse connections derived from DFS referralsDavid Disseldorp1-24/+79
2014-10-17s3:libsmb: avoid calling cli_set_username() in clidfsStefan Metzmacher1-3/+0
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-2/+2
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-2/+2
2014-08-13Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai1-2/+4
2014-02-07param: rename lp function and variable from "cli_minprotocol" to "client_min_...Garming Sam1-1/+1
2013-10-17s3:libsmb: add SMB2/3 support to cli_dfs_get_referral()Stefan Metzmacher1-17/+56
2013-10-17s3/libsmb: make use of smbXcli_tcon_is_dfs_share()Stefan Metzmacher1-2/+16
2013-10-17s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFSLuk Claes1-1/+1
2013-10-17s3/libsmb: Use smbXcli_conn_use_unicode instead of smb1 specific testLuk Claes1-1/+1
2013-08-21As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison1-1/+17
2013-08-15s3:libsmb: use lp_cli_minprotocol() in do_connect()Stefan Metzmacher1-1/+2
2013-08-15s3:libsmb: Ensure we ask for DEFAULT_SMB2_MAX_CREDITS on successful negprot.Jeremy Allison1-0/+5
2012-06-12s3: Make --pw-nt-hash useable in smbclientVolker Lendecke1-0/+3
2012-05-28s3:libsmb: get rid of cli_ucs2Luk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-1/+2
2012-05-28s3:libsmb: get rid of cli_state_encryption_onLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-3/+3
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-6/+7