summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Ignore initial allocation size for directory creationRalph Boehme2016-01-261-7/+3
* smbcacls: fix uninitialized variableUri Simchoni2016-01-211-1/+1
* s3:smbd/oplock obey kernel oplock setting when releasing oplocksChristian Ambach2016-01-151-1/+2
* s3:smbd: fix a corner case of the symlink verificationMichael Adam2016-01-061-25/+53
* s3: libsmb: Correctly initialize the list head when keeping a list of primary...Jeremy Allison2016-01-061-2/+2
* vfs_streams_xattr: fix and simplify streams_xattr_get_name()Ralph Boehme2016-01-061-20/+19
* vfs_fruit: hide the Netatalk metadata xattr in streaminfoRalph Boehme2016-01-061-2/+49
* vfs_fruit: add and use define for the Netatalk metadata xattrRalph Boehme2016-01-061-2/+3
* vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme2016-01-061-21/+2
* vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme2016-01-061-3/+12
* vfs_fruit: writing all 0 to AFP_AfpInfo streamRalph Boehme2016-01-061-0/+17
* vfs_fruit: handling of ftruncate() on AFP_AfpInfo streamRalph Boehme2016-01-061-8/+12
* vfs_fruit: stat AFP_AfpInfo must fail when it doesn't existRalph Boehme2016-01-061-0/+11
* vfs_fruit: fix some debug messagesRalph Boehme2016-01-061-6/+4
* s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDEDRalph Boehme2016-01-061-0/+3
* s4:torture:vfs_fruit: remove unused tree2Ralph Boehme2016-01-061-2/+2
* smbd: make "hide dot files" option work with "store dos attributes = yes"Ralph Boehme2015-12-181-1/+1
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-181-116/+93
* vfs_fruit: enable POSIX directory rename semanticsRalph Boehme2015-12-181-0/+7
* vfs_fruit: add a flag that tracks whether use of AAPL was negotiatedRalph Boehme2015-12-181-9/+17
* s3:smbd: file_struct: seperate POSIX directory rename cap from POSIX openRalph Boehme2015-12-182-2/+4
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-1810-19/+33
* Merge tag 'samba-4.2.7' into v4-2-testKarolin Seeger2015-12-164-7/+73
|\
| * CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-091-3/+12
| * CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-091-1/+6
| * CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdirJeremy Allison2015-12-091-0/+45
| * CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-091-3/+10
* | Fix bug #11394 - Crash: Bad talloc magic value - access after freeKarolin Seeger2015-12-111-0/+39
|/
* s3: smbd: have_file_open_below() fails to enumerate open files below an open ...Jeremy Allison2015-11-251-4/+9
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findfirstNoel Power2015-11-201-1/+5
* fix 'Invalid read of size 1' in reply_searchNoel Power2015-11-201-4/+5
* fix writev(vector[...]) points to uninitialised bytes in call_trans2findnextNoel Power2015-11-201-0/+5
* fix uninitialised read in process_host_announceNoel Power2015-11-201-0/+2
* remove many valgrind errors for base.lock testNoel Power2015-11-201-0/+2
* s3: winbind: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-2/+5
* s3: rpcclient: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-0/+5
* s3: smbd: If EA's are turned off on a share don't allow an SMB2 create contai...Jeremy Allison2015-11-161-0/+6
* vfs_gpfs: Re-enable share modesVolker Lendecke2015-11-161-1/+2
* Changing log level of two entries to from 1 to 3Marc Muehlfeld2015-11-062-2/+2
* selftest: add a test for async_connect_send()Ralph Boehme2015-10-282-0/+14
* s3-torture: Add WILDDELETE test to smbtorture3 to test old wildcard delete wi...Jeremy Allison2015-10-282-1/+68
* s3-smbd: Fix old DOS client doing wildcard delete - gives a attribute type of...Jeremy Allison2015-10-281-0/+3
* smbd: Send SMB2 oplock breaks unencryptedVolker Lendecke2015-10-281-1/+1
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-214-11/+30
* s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison2015-10-211-1/+30
* s3:lib: validate domain name in lookup_wellknown_name()Ralph Boehme2015-10-211-3/+10
* s3:locking: initialize lease pointer in share_mode_traverse_fn()Ralph Boehme2015-10-211-3/+7
* s3: smbd: Fix our access-based enumeration on "hide unreadable" to match Wind...Jeremy Allison2015-10-211-3/+61
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-211-1/+13
* vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme2015-10-131-6/+8