summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1Stefan Metzmacher2017-06-221-0/+5
* s3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in py_cli_state_init()Stefan Metzmacher2017-06-221-1/+8
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-06-221-0/+4
* s3:libsmb: add support for SMB2 to cli_nt_delete_on_close*()Stefan Metzmacher2017-06-221-7/+30
* s3:libsmb: add cli_smb2_delete_on_close*()Stefan Metzmacher2017-06-222-0/+134
* s3:libsmb: normalize leading slashes in cli_resolve_path()Stefan Metzmacher2017-06-221-0/+7
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-223-10/+1
* s3:libsmb: remove unused cli_state_remote_realm()Stefan Metzmacher2017-06-222-6/+0
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-171-4/+14
* s3: libsmb: Correctly do lifecycle management on cli->smb1.tcon and cli->smb2...Jeremy Allison2017-06-172-7/+21
* s3: libsmb: Fix cli_state_has_tcon() to cope with SMB2 connections.Jeremy Allison2017-06-171-5/+17
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-173-9/+19
* s3: libsmb: Add cli_state_save_tcon() / cli_state_restore_tcon().Jeremy Allison2017-06-172-0/+23
* s3:libsmb: add cli_state_update_after_sesssetup() helper functionStefan Metzmacher2017-06-091-22/+52
* Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider2017-06-093-27/+21
* s3:libsmb: Fix printing the session setup informationAndreas Schneider2017-06-073-21/+27
* libads: Check cldap flags in libads/ldapGarming Sam2017-05-301-37/+0
* s3:libsmb: don't rely on gensec_session_key() to work on an unfinished authen...Stefan Metzmacher2017-05-211-1/+4
* libsmb: proto.h does not need ads.hVolker Lendecke2017-05-171-1/+0
* s3-libsmb: remove some dead prototypeGünther Deschner2017-05-101-1/+0
* s3-libsmb: support rename and replace for SMB1Uri Simchoni2017-03-281-2/+92
* s3-libsmb: fail rename and replace inside cifs variantUri Simchoni2017-03-282-17/+22
* s3-libsmb: cli_cifs_rename_send()Uri Simchoni2017-03-281-11/+26
* s3: libsmb: add replace support to cli_rename()Uri Simchoni2017-03-283-6/+24
* s3: libsmb: add replace support to SMB2 renameUri Simchoni2017-03-283-7/+11
* s3:libsmb: Only print error message if kerberos use is forcedAndreas Schneider2017-03-211-3/+9
* libsmb: Slightly simplify trustdom_cache_fetchVolker Lendecke2017-03-141-18/+15
* libsmb: Use talloc in trustdom_cache_keyVolker Lendecke2017-03-141-11/+10
* libsmb: Simplify trustdom_cache_storeVolker Lendecke2017-03-141-21/+6
* libsmb: Make a few functions staticVolker Lendecke2017-03-141-2/+2
* libsmb: Remove some stale codeVolker Lendecke2017-03-141-28/+0
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-031-1/+3
* Correct "existence" typos.Chris Lamb2017-02-221-1/+1
* s3:libsmb: use trust_pw_new_value() in trust_pw_change()Stefan Metzmacher2017-02-211-21/+4
* s3:libsmb: add trust_pw_new_value() helper functionStefan Metzmacher2017-02-211-0/+56
* s3:libsmb: let trust_pw_change() verify the new password at the end.Stefan Metzmacher2017-02-211-0/+33
* s3:libsmb: let trust_pw_change() debug more verbose informationStefan Metzmacher2017-02-211-8/+21
* libsmb: Fix whitespaceVolker Lendecke2017-02-151-15/+15
* s3:libsmb: use a local got_kerberos_mechanism variable in cli_session_creds_p...Stefan Metzmacher2017-01-271-5/+4
* s3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ftruncate().Jeremy Allison2017-01-043-1/+75
* libsmb: Add name_status_lmhostsVolker Lendecke2017-01-031-0/+43
* s3:libsmb: Always use GENSEC_OID_SPNEGO in cli_smb1_setup_encryption_send()Stefan Metzmacher2016-12-211-27/+9
* s3:libsmb: pass cli_credentials to cli_check_msdfs_proxy()Stefan Metzmacher2016-12-213-18/+5
* s3:libsmb: make use of cli_cm_force_encryption_creds() where we already have ...Stefan Metzmacher2016-12-212-10/+6
* s3:libsmb: split out cli_cm_force_encryption_creds()Stefan Metzmacher2016-12-212-15/+28
* s3:libsmb: make use of cli_tree_connect_creds() in SMBC_server_internal()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: make use of cli_tree_connect_creds() in clidfs.c:do_connect()Stefan Metzmacher2016-12-211-1/+1
* s3:libsmb: remove now unused cli_session_setup()Stefan Metzmacher2016-12-212-41/+0
* s3:libsmb: avoid using cli_session_setup() in SMBC_server_internal()Stefan Metzmacher2016-12-211-6/+27
* s3:libsmb: make use of get_cmdline_auth_info_creds() in clidfs.c:do_connect()Stefan Metzmacher2016-12-211-3/+4