summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-275-10/+37
* Fix bug #7669.Jeremy Allison2010-09-091-3/+14
* s3-smbd: Fix memory corruption vulnerability.Jeremy Allison2010-06-111-0/+12
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.3.12Karolin Seeger2010-03-081-8/+0
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-242-2/+5
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-241-1/+1
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-241-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-241-0/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-241-18/+16
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-241-28/+35
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-243-38/+9
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-241-0/+8
* smbd: Fix opening the quota magic fileStefan Metzmacher2010-01-131-5/+10
* s3:smbd: Fix bug 6696Timothy Miller2010-01-131-1/+1
* Second part of fix for bug 6696 - smbd 3.3.7 crashes (signal 11) in dns_regis...Jeremy Allison2010-01-131-0/+6
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-131-0/+3
* Fix bug 7005 - mangle method = hash truncates files with dot '. ' characterJeremy Allison2010-01-131-0/+9
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2010-01-131-1/+4
* Second part of fix for 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Dat...Jeremy Allison2010-01-132-18/+25
* s3: Fix shadow copy display on Windows 7Volker Lendecke2010-01-131-1/+1
* Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...Jeremy Allison2010-01-131-8/+1
* Fix bug 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Data -> Fille Attr...Jeremy Allison2010-01-131-0/+14
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2010-01-131-12/+16
* Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba J...Jeremy Allison2010-01-131-8/+18
* s3/aio: Correctly handle aio_error() and errno.Olaf Flebbe2010-01-131-35/+26
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-121-2/+7
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-122-26/+80
* Check we read off the compelte event from inotifySimo Sorce2009-10-071-2/+8
* Fix for CVE-2009-2906.samba-3.3.8Jeremy Allison2009-09-301-3/+25
* Fix for CVE-2009-2813.Jeremy Allison2009-09-281-1/+5
* Fix bug #6520 time stamps.Jeremy Allison2009-07-271-3/+32
* s3/lanman: Workaround for KB932762.Volker Lendecke2009-07-271-0/+1
* Fix bug #6487: Missing DFS call in trans2 mkdir call. (cherry picked from com...Jeremy Allison2009-07-271-0/+15
* Fix bug #6476 - more then 3000 smbd-zombies in memoryJeremy Allison2009-07-271-4/+15
* Fix bug #6421 - POSIX read-only open fails on read-only shares. The change to...Jeremy Allison2009-07-272-8/+12
* Bug 6488: acl_group_override() call in posix acls references an uninitialized...Jeremy Allison2009-06-221-12/+10
* Fix bug #6297 - owner of sticky directory cannot delete files created by othe...Jeremy Allison2009-06-151-2/+13
* Fix bug 6441 -- fix the compile with --enable-dnssdVolker Lendecke2009-06-101-4/+0
* Simplify the dropbox patchJeremy Allison2009-06-101-5/+10
* Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke2009-06-101-3/+3
* Fix bug 6382: Case insensitive access to DFS links brokenVolker Lendecke2009-06-101-0/+2
* Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-06-101-7/+53
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Karolin Seeger2009-06-101-23/+7
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-06-101-3/+18
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-06-101-0/+4
* Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event. The unde...Jeremy Allison2009-06-101-3/+44
* 3.3: Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-06-101-1/+1
* s3:mark registry shares without path unavailable in the server, tooMichael Adam2009-06-101-0/+4
* Fix profile acls in some corner casesSimo Sorce2009-04-281-3/+18
* Avoid duplicate acesSimo Sorce2009-04-281-7/+48