summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2011-01-133-45/+10
* s3: Stop using the write cache after an oplock breakVolker Lendecke2011-01-131-0/+1
* Fix bug #7669.Jeremy Allison2010-09-091-3/+14
* Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison2010-05-061-0/+17
* Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison2010-05-061-1/+1
* s3: Fix an uninitialized variable readVolker Lendecke2010-05-061-1/+1
* s3: Fix a NULL pointer dereferenceVolker Lendecke2010-05-061-1/+10
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.4.7Karolin Seeger2010-03-081-8/+0
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-221-3/+5
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-221-0/+1
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-221-18/+16
* Fixes issue with preexec scripts creating a share directory, and problems if ...Jeremy Allison2010-02-151-28/+35
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-152-3/+6
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-151-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-151-2/+2
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-151-1/+212
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-151-4/+6
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-151-3/+3
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-153-38/+9
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-02-151-1/+2
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-151-0/+8
* smbd: Fix opening the quota magic fileStefan Metzmacher2010-01-181-5/+10
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-181-0/+3
* Fix bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-181-0/+10
* Fix bug 6837 - "Too many open files" when trying to access large number of filesJeremy Allison2009-12-301-2/+0
* Fix bug 7005 - mangle method = hash truncates files with dot '.' characterJeremy Allison2009-12-291-0/+9
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-231-1/+4
* s3:posix_acls: Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison2009-12-231-8/+29
* Second part of fix for 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Dat...Jeremy Allison2009-12-232-18/+25
* Fix bug #6898 - Samba duplicates file content on appending. Move posix case s...Jeremy Allison2009-12-232-11/+43
* s3: Fix shadow copy display on Windows 7Volker Lendecke2009-12-231-1/+1
* Second part of the fix for bug 6828 - infinite timeout occurs when byte lock ...Jeremy Allison2009-12-231-6/+9
* Fix bug 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Data -> Fille Attr...Jeremy Allison2009-12-231-0/+14
* Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...Jeremy Allison2009-12-231-12/+16
* Fix bug 6828 - infinite timeout occurs when byte lock held outside of samba J...Jeremy Allison2009-10-261-8/+18
* s3/aio: Correctly handle aio_error() and errno.Olaf Flebbe2009-10-201-32/+26
* Fix bug 6774 - smbd crashes if "aio write behind" is set.Jeremy Allison2009-10-201-1/+1
* s3/aio: allow for outstanding_aio_calls to be decremented.Olaf Flebbe2009-10-201-2/+4
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-201-20/+12
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-202-26/+80
* s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke2009-10-201-0/+3
* Fix bug 6529 - Offline files conflict with Vista and Office 2003. Jeremy.Jeremy Allison2009-10-202-66/+76
* Fix for CVE-2009-2906.samba-3.4.2Jeremy Allison2009-09-301-5/+25
* Fix for CVE-2009-2813.Jeremy Allison2009-09-281-1/+5
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". Rever...Jeremy Allison2009-09-092-3/+3
* Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplo...Jeremy Allison2009-09-091-2/+2
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks. Should help tra...Jeremy Allison2009-09-091-0/+4
* Check we read off the compelte event from inotifySimo Sorce2009-09-081-2/+8
* Correctly implement SMB_INFO_STANDARD setfileinfo.Jeremy Allison2009-08-131-3/+3
* s3: Fix a bug in renames of directoriesTim Prouty2009-08-131-6/+18