summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samba-4.7.9' into v4-7-testKarolin Seeger2018-08-142-9/+57
|\
| * CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-112-8/+51
| * CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
* | s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-07-281-1/+3
* | libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-121-0/+2
* | libsmbclient: Initialize written value before use.Jeremy Allison2018-07-121-1/+1
|/
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2018-05-241-3/+4
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-071-1/+1
* libsmb: Handle IO_TIMEOUT in cli_smb2_notify properlyVolker Lendecke2018-04-201-0/+9
* libsmb: Enable "cli_notify" for SMB2+Volker Lendecke2018-04-201-1/+9
* libsmb: Add cli_smb2_notifyVolker Lendecke2018-04-202-0/+97
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2018-04-041-2/+2
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-03-201-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-03-201-1/+6
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-081-1/+1
* s3: libsmb: Fix reversing of oldname/newname paths when creating a reparse po...Jeremy Allison2017-12-131-7/+7
* s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2017-12-131-7/+8
* s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison2017-12-051-2/+6
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-223-0/+143
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-203-0/+112
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-201-1/+10
* 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
* 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
* s3:libsmb: Move prototye of remote_password_change()Andreas Schneider2017-08-281-0/+10
* s3:libsmb: Pass domain to remote_password_change()Andreas Schneider2017-08-281-2/+3
* s3: libsmb: Add cli_smb2_chkpath() and use from cli_chkpath().Jeremy Allison2017-08-283-1/+50
* s3:libsmb: let do_connect() debug the negotiation result similar to "session ...Stefan Metzmacher2017-08-281-2/+7
* s3:libsmb: don't call cli_NetServerEnum() on SMB2/3 connections in SMBC_opend...Stefan Metzmacher2017-08-281-0/+13
* s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-08-281-0/+2
* s3:libsmb: Print the kinit failed message with DBGLVL_NOTICEAndreas Schneider2017-08-281-1/+1
* s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().Jeremy Allison2017-08-141-52/+5
* s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic().Jeremy Allison2017-08-143-0/+89
* s3: libsmbclient: Fix cli_setpathinfo_basic() to treat mode == -1 as no change.Jeremy Allison2017-08-141-2/+11
* s3: libsmb: Fix use-after-free when accessing pointer *p.Thomas Jarosch2017-07-241-3/+3
* s3: libsmb: Reverse sense of 'clear all attributes', ignore attribute change ...Jeremy Allison2017-07-241-0/+23
* 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