summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison2017-11-301-7/+7
* s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2017-11-301-7/+8
* s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison2017-11-301-2/+6
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2017-11-291-3/+4
* Use talloc_stackframe() not talloc_tos() in namequery.cAndrew Bartlett2017-11-201-9/+8
* source3: remove sock_execGary Lockyer2017-11-201-14/+0
* libsmb: Fix a typoVolker Lendecke2017-11-181-1/+1
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-153-0/+143
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-153-0/+112
* netsamlogon_cache: Use ndr_pull_struct_blob_allVolker Lendecke2017-11-131-2/+3
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-111-1/+10
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2017-11-091-2/+2
* libsmbclient: Use const for the userAndreas Schneider2017-10-273-2/+181
* netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke2017-09-251-8/+38
* CVE-2017-12150: s3:libsmb: only fallback to anonymous if authentication was n...Stefan Metzmacher2017-09-201-12/+4
* CVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DEFAULT for 'samba.samba...Stefan Metzmacher2017-09-201-1/+1
* CVE-2017-12151: s3:libsmb: make use of cli_state_is_encryption_on()Stefan Metzmacher2017-09-202-3/+3
* CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher2017-09-202-0/+14
* s3:libsmb: Print the kinit failed message with DBGLVL_NOTICEAndreas Schneider2017-08-241-1/+1
* s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-231-0/+10
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-231-2/+3
* s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher2017-08-191-2/+7
* s3:libsmb: don't call cli_NetServerEnum() on SMB2/3 connections in SMBC_opend...Stefan Metzmacher2017-08-191-0/+13
* s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-08-191-0/+2
* s3: libsmb: Add cli_smb2_chkpath() and use from cli_chkpath().Jeremy Allison2017-08-183-1/+50
* 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