summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:libsmb: remove unused cli_*_encryption* functionsStefan Metzmacher2016-12-212-254/+0
* s3:libsmb: make use of cli_smb1_setup_encryption() in cli_cm_force_encryption()Stefan Metzmacher2016-12-211-10/+36
* s3:libsmb: add cli_smb1_setup_encryption*() functionsStefan Metzmacher2016-12-212-0/+435
* s3:libsmb: Use cli_cm_force_encryption() instead of cli_force_encryption()Stefan Metzmacher2016-12-191-10/+14
* s3:libsmb: don't let cli_session_creds_init() overwrite the default domain wi...Stefan Metzmacher2016-12-191-9/+7
* s3:libsmb: split out a cli_session_creds_prepare_krb5() functionStefan Metzmacher2016-12-192-129/+157
* samlogon_cache: Rename "user_sid" to "sid"Volker Lendecke2016-12-162-3/+3
* samlogon_cache: Add the user's domain sid into the samlogon_cacheVolker Lendecke2016-12-161-1/+20
* samlogon_cache: Simplify netsamlogon_cache_haveVolker Lendecke2016-12-161-10/+7
* cli-quotas: fix potential memory leakUri Simchoni2016-12-131-1/+1
* s3: libsmb: Ensure SMB2 operations correctly set cli->raw_status.Jeremy Allison2016-12-131-6/+51
* libsmb: Correctly report error for rename failureVolker Lendecke2016-12-121-0/+4
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-095-27/+17
* s3:libsmb: avoid using cli->{use_kerberos,...} in remote_password_change()Stefan Metzmacher2016-12-091-4/+4
* s3:libsmb: add cli_tree_connect_creds()Stefan Metzmacher2016-12-092-0/+22
* s3:libsmb: fix 'client lanman auth = no' DEBUG message in cli_session_setup_c...Stefan Metzmacher2016-12-091-3/+2
* s3:libsmb: fix memory leak in cli_raw_ntlm_smb_encryption_start()Stefan Metzmacher2016-12-091-9/+9
* s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider2016-12-041-1/+1
* s3:libsmb: restructure cli_full_connection_creds* flowStefan Metzmacher2016-12-021-41/+63
* s3:libsmb: change cli_full_connection_send/recv into cli_full_connection_cred...Stefan Metzmacher2016-12-023-85/+156