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