summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: cli_smb2_list() can sometimes fail initially on a connectionTim Beale2019-02-011-1/+13
* s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list()Ralph Boehme2019-02-011-1/+2
* s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607Jeremy Allison2019-02-011-13/+21
* libsmb: Fix CID 1438243 Unchecked return valueVolker Lendecke2018-08-231-1/+8
* libsmb: Fix CID 1438244 Unsigned compared against 0Volker Lendecke2018-08-231-4/+0
* s3/libsmb: Explicitly set delete_on_close token for rmdirAnoop C S2018-08-231-1/+8
* Merge tag 'samba-4.8.4' into v4-8-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/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-08-131-12/+7
* | s3/libsmb: adjust smb2 code for new idl structs & generated ndr push/pull funcs.Noel Power2018-08-131-28/+58
* | s3/libsmb: adjust smb1 cli code to use idl structs and ndr push/pull funcs.Noel Power2018-08-132-180/+223
* | s3/libsmb: Avoid potential smbpanic calling parse_user_quota_list.Noel Power2018-08-131-0/+8
* | s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-08-131-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
|/
* 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-191-0/+9
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-071-1/+1
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-02-271-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-02-271-1/+6
* source3/libsmb/unexpected.c set socket close on execGary Lockyer2017-12-181-0/+1
* Added smbc_SetLogCallback which lets third party code to capture libsmbclient...Puran Chand2017-12-103-1/+189
* s3: libsmb: Plumb in the new SMB2 get reparse point calls into the cli_readli...Jeremy Allison2017-12-061-10/+31
* s3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_fnum_send()/cli_smb2_ge...Jeremy Allison2017-12-062-0/+109
* s3: libsmb: Do a naive response to SMB2 "stopped on symlink". Assume the last...Jeremy Allison2017-12-061-1/+64
* s3: libsmb: Plumb in the new SMB2 reparse point calls into the cli_symlink_cr...Jeremy Allison2017-12-061-15/+30
* s3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_fnum_send()/cli_smb2_se...Jeremy Allison2017-12-062-0/+101
* s3: libsmb: Make cli_close_send()/cli_close_recv() work for SMB1 and SMB2.Jeremy Allison2017-12-061-8/+43
* s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create().Jeremy Allison2017-12-062-22/+22
* 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