summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-231-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-231-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-231-1/+1
* s3: tests: smbclient. Regression test to ensure we get NT_STATUS_DIRECTORY_NO...Jeremy Allison2018-08-231-0/+42
* 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-144-12/+62
|\
| * CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-111-1/+1
| * CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
| * 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: Ensure quota code is only called when quota support detectedNoel Power2018-08-132-0/+10
* | s3/utils: fix regression where specifying -Unetbios/root worksNoel Power2018-08-131-1/+2
* | s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-08-131-1/+1
* | s3/script/tests: Add simple (smb1 & smb2) get/set/list tests for smbcquotasNoel Power2018-08-134-0/+445
* | s3/script/test: modify existing smbcquota test to use SMB2 in addition to SMB1.Noel Power2018-08-131-2/+12
* | s3/smbd: smb2 server implementation for query get/set info.Noel Power2018-08-133-3/+120
* | s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-08-133-290/+402
* | 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-133-180/+224
* | s3/smbd: Don't stat when doing a quota operation (as it's a fake file)Noel Power2018-08-131-1/+2
* | s3/libsmb: Avoid potential smbpanic calling parse_user_quota_list.Noel Power2018-08-131-0/+8
* | s3/lib: Fix misleading typo in debug messageNoel Power2018-08-131-1/+1
* | s3: smbd: Fix AIX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-5/+44
* | s3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-4/+44
* | s3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-6/+50
* | s3: smbd: Fix Solaris sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-6/+50
* | s3: smbd: Fix Linux sendfile() for SMB2. Ensure we don't spin on EAGAIN.Jeremy Allison2018-08-131-7/+77
* | s3: smbd: fix path check in smbd_smb2_create_durable_lease_check()Ralph Boehme2018-08-131-1/+15
* | s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-08-131-1/+3
* | s3: torture: Test SMB1 cli_splice() fallback path when doing a non-full file ...Jeremy Allison2018-08-132-1/+157
* | vfs_ceph: don't lie about flock supportDavid Disseldorp2018-08-131-6/+5
* | s3:selftest: run rpc.lsa.lookupsids also with explicit [smb1] and [smb2]Stefan Metzmacher2018-08-131-1/+1
* | s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-08-131-0/+2
* | s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconne...Ralph Boehme2018-07-121-24/+0
* | 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
* | python: pysmbd: Additional error path leak fix.Jeremy Allison2018-07-121-0/+1
* | s3:smbd: don't allow renaming basefile if streams are openRalph Boehme2018-07-121-0/+4
* | s3:locking: add file_has_open_streams()Ralph Boehme2018-07-122-0/+32
* | s3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_STREAM_BASEOPENRalph Boehme2018-07-122-1/+9
* | selftest: run smb2.streams tests against a share with vfs_streams_xattrRalph Boehme2018-07-121-0/+4
* | vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-07-121-0/+3
* | s3:tests: Add test for smbclient --quietJustin Stephenson2018-07-101-0/+34
* | s3:client: Add --quiet option to smbclientJustin Stephenson2018-07-101-1/+8
|/
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-251-18/+10
* s3:smbget: Fix buffer truncation issues with gcc8Andreas Schneider2018-06-251-1/+1
* s3:registry: Fix buffer truncation issues issues with gcc8Andreas Schneider2018-06-251-7/+5
* python: Fix talloc frame use in make_simple_acl().Jeremy Allison2018-06-201-23/+26