summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-06-271-1/+2
* s3-printing: remove pcap_cache_loaded assertsDavid Disseldorp2011-05-231-2/+0
* Revert "Revert "s3-printing: update parent smbd pcap cache""David Disseldorp2011-05-232-2/+18
* Revert "Revert "s3-printing: reload shares after pcap cache fill""David Disseldorp2011-05-231-6/+6
* Revert "s3-printing: update parent smbd pcap cache"Karolin Seeger2011-01-152-18/+2
* Revert "s3-printing: reload shares after pcap cache fill"Karolin Seeger2011-01-151-6/+6
* s3-printing: update parent smbd pcap cacheDavid Disseldorp2011-01-152-2/+18
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-151-6/+6
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-313-45/+10
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-071-0/+1
* Fix bug #7669.Jeremy Allison2010-09-151-3/+14
* Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison2010-04-011-0/+17
* Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison2010-03-291-1/+1
* s3: Fix an uninitialized variable readVolker Lendecke2010-03-161-1/+1
* s3: Fix a NULL pointer dereferenceVolker Lendecke2010-03-111-1/+10
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-091-8/+0
* 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 #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-112-3/+6
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-111-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-111-2/+2
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-111-1/+212
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-111-4/+6
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-111-3/+3
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-093-38/+9
* s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman2010-02-041-1/+2
* 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
* Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison2010-01-111-0/+3
* Fix bug #7020 - smbd using 2G memory.Jeremy Allison2010-01-111-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-261-0/+9
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-211-1/+4
* s3:posix_acls: Fix bug 6841 - "map acl inherit = yes" not working.Jeremy Allison2009-12-181-8/+29
* Second part of fix for 6875 - trans2 FIND_FIRST2 response --> FIND_FIRST2 Dat...Jeremy Allison2009-12-162-18/+25
* Fix bug #6898 - Samba duplicates file content on appending. Move posix case s...Jeremy Allison2009-12-012-11/+43
* 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-6/+9
* 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-32/+26
* Fix bug 6774 - smbd crashes if "aio write behind" is set.Jeremy Allison2009-10-121-1/+1
* s3/aio: allow for outstanding_aio_calls to be decremented.Olaf Flebbe2009-10-091-2/+4
* Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with rec...Jeremy Allison2009-10-091-20/+12
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-092-26/+80
* s3:smbd: Add a "hidden" parameter "share:fake_fscaps"Volker Lendecke2009-10-021-0/+3
* Fix for CVE-2009-2906.Jeremy Allison2009-10-011-5/+25