summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Prepare release notes for Samba 3.6.18.samba-3.6.18Karolin Seeger2013-08-121-4/+19
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-121-0/+6
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-08-121-13/+20
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-121-7/+2
* security.idl: add new security_secinfo bitsGregor Beck2013-08-121-0/+3
* build:autoconf: fix output of syslog-facility checkBjörn Jacke2013-08-121-1/+4
* PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2013-08-122-2/+6
* libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam2013-08-121-1/+1
* docs: mention AD prerequirements for using idmap_adBjörn Jacke2013-08-121-3/+6
* winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke2013-08-121-2/+3
* Ensure we test the dirsort module in make test.Jeremy Allison2013-08-121-0/+2
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-08-121-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-08-121-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-08-121-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-08-121-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-08-121-10/+13
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-08-121-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-08-121-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-08-121-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-08-121-16/+8
* WHATSNEW: Start release notes for Samba 3.6.18.Karolin Seeger2013-08-051-2/+44
* VERSION: Bump version number up to 3.6.18.Karolin Seeger2013-08-051-1/+1
* WHATSNEW: Add release notes for Samba 3.6.17.samba-3.6.17Karolin Seeger2013-07-291-4/+19
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-07-291-0/+12
* WHATSNEW: Start release notes for Samba 3.6.17.Karolin Seeger2013-06-191-6/+41
* VERSION: Bump version number up to 3.6.17.Karolin Seeger2013-06-191-1/+1
* WHATSNEW: Add another fix since 3.6.15.samba-3.6.16Karolin Seeger2013-06-191-0/+4
* s3-autoconf: Add missing libtevent dependency for dbwrap_torture.Michael Adam2013-06-191-2/+2
* s3-autoconf: Add missing libtevent dependency to dbwrap_tool.Michael Adam2013-06-191-2/+2
* s3-autoconf: Add missing libtevent dependency.Andreas Schneider2013-06-191-2/+2
* WHATSNEW: Add changes since 3.6.15.Karolin Seeger2013-06-171-2/+30
* Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp2013-06-173-31/+43
* When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTE...Peng Haitao2013-06-171-1/+1
* check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati2013-06-171-1/+8
* BUG 9881: Check for system libtevent.Andreas Schneider2013-06-172-95/+213
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-06-171-0/+1
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-06-171-5/+3
* Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison2013-06-171-13/+5
* In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison2013-06-171-10/+13
* Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison2013-06-171-1/+5
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-174-62/+128
* printing: explicitly clear PUBLISHED attributeDavid Disseldorp2013-06-171-1/+1
* printing: use const in is_printer_publishedDavid Disseldorp2013-06-172-3/+6
* s3-docs: Remove "experimental" label on "max protocol=SMB2" parameterSATOH Fumiyasu2013-06-171-2/+1
* Makefile: Fix bug 9868 -- Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke2013-06-171-1/+1
* Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2013-06-172-12/+0
* The core of the fix to allow opens to go async inside a compound request.Jeremy Allison2013-06-171-71/+57
* Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison2013-06-171-0/+8
* Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison2013-06-171-1/+2
* WHATSNEW: Start release notes for Samba 3.6.16.Karolin Seeger2013-05-081-6/+42