summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* libsmb: Enable "cli_notify" for SMB2+Volker Lendecke2017-07-261-1/+9
* libsmb: Add cli_smb2_notifyVolker Lendecke2017-07-252-0/+97
* s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().Jeremy Allison2017-07-251-52/+5
* s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic().Jeremy Allison2017-07-253-0/+89
* s3: libsmbclient: Fix cli_setpathinfo_basic() to treat mode == -1 as no change.Jeremy Allison2017-07-251-2/+11
* s3: libsmb: Fix use-after-free when accessing pointer *p.Thomas Jarosch2017-07-221-3/+3
* s3: libsmb: Reverse sense of 'clear all attributes', ignore attribute change ...Jeremy Allison2017-07-181-0/+23
* Add support for passing the max_referral_level into the cli call to get a DFS...Richard Sharpe2017-07-072-2/+26
* samlogon_cache: add netsamlog_cache_for_all()Ralph Boehme2017-07-032-0/+107
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher2017-06-272-3/+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:trusts_util: make use the workstation password change more robustStefan Metzmacher2017-06-271-17/+187
* s3:trusts_util: also pass the previous_nt_hash to netlogon_creds_cli_auth()Stefan Metzmacher2017-06-271-12/+31
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-06-271-7/+32
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-06-271-5/+14
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+1
* 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