summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-241-0/+7
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-242-0/+78
* s3: libsmbclient: Fix smbc_lseekdir() to work with smbc_readdirplus().Jeremy Allison2019-09-191-26/+43
* s3: libsmbclient: Ensure SMBC_getdents_ctx() also updates the readdirplus poi...Jeremy Allison2019-09-191-0/+11
* s3: libsmbclient: Ensure SMBC_readdirplus_ctx() also updates the readdir poin...Jeremy Allison2019-09-191-0/+11
* s3: libsmbclient: Ensure SMBC_readdir_ctx() also updates the readdirplus poin...Jeremy Allison2019-09-191-0/+11
* s3:libsmb: Add some useful debug output to cliconnectAndreas Schneider2019-04-091-0/+13
* 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:libsmb: Honor disable_netbios option in smbsock_connect_sendJustin Stephenson2019-02-011-0/+7
* s3:smbpasswd: Print debug message about NetbiosJustin Stephenson2019-02-011-4/+12
* s3:libsmb: Print debug message about NetbiosJustin Stephenson2019-02-012-3/+11
* s3:libsmb: Check disable_netbios in socket connectJustin Stephenson2019-02-011-0/+5
* s3: lib: nmbname: Ensure we limit the NetBIOS name correctly. CID: 1433607Jeremy Allison2019-01-211-13/+21
* libsmb: Fix CID 1438243 Unchecked return valueVolker Lendecke2018-08-141-1/+8
* libsmb: Fix CID 1438244 Unsigned compared against 0Volker Lendecke2018-08-141-4/+0
* s3/libsmb: Explicitly set delete_on_close token for rmdirAnoop C S2018-08-141-1/+8
* libsmb: Harden smbc_readdir_internal() against returns from malicious servers.Jeremy Allison2018-08-142-8/+51
* libsmb: Ensure smbc_urlencode() can't overwrite passed in buffer.Jeremy Allison2018-08-141-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
* libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-091-0/+2
* libsmbclient: Initialize written value before use.Jeremy Allison2018-07-091-1/+1
* s3:libsmbclient: cleanup smbc_setWorkgroup() usageDavid Disseldorp2018-05-171-12/+4
* s3:libsmbclient: Use const for setting and getting stringsAndreas Schneider2018-05-173-6/+190
* Fix spelling s/unitialized/uninitialized/Mathieu Parent2018-05-121-1/+1
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-056-1/+248
* s3: libsmbclient: Add function add_dirplus() to fill the list from a returned...Puran Chand2018-05-051-0/+73
* s3: libsmbclient: Add readdirplus cleanup code on directory close.Puran Chand2018-05-051-0/+21
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-052-0/+20
* s3: libsmbclient: Fix hard-coded connection error return of ETIMEDOUT.Jeremy Allison2018-05-031-1/+1
* tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2018-04-241-4/+0
* libsmb: Pass "account_name/flags" through nb_getdcVolker Lendecke2018-04-113-16/+21
* libsmb: Pass "account_name/flags" through prep_getdc_requestVolker Lendecke2018-04-111-11/+19
* libsmb: Introduce a helper variableVolker Lendecke2018-04-111-2/+4
* libsmb: Give dsgetdcname.c its own headerVolker Lendecke2018-04-112-0/+38
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-116-0/+120
* libsmb: Remove unused trustdom_cache.cVolker Lendecke2018-04-111-360/+0
* python3 port for libsmb_samba_internal moduleNoel Power2018-04-051-8/+20
* libsmb: Handle IO_TIMEOUT in cli_smb2_notify properlyVolker Lendecke2018-04-051-0/+9
* libsmb: Use the same #ifdef for is_our_primary_domain() as the only callerAndrew Bartlett2018-03-221-1/+1
* s3:libsmb: Fix size types in nmblibAndreas Schneider2018-03-201-3/+3
* s3:libsmb/samlogon_cache: zero session keys before storing the info3 structureStefan Metzmacher2018-03-191-0/+4
* libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson2018-03-021-1/+1
* libsmb: Remove incorrect fall through comment in trusts_util.cAndreas Schneider2018-03-011-1/+0
* s3:libsmb: Add FALL_THROUGH statements in dsgetdcname.cAndreas Schneider2018-03-011-0/+2
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-02-221-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-02-221-1/+6