summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: Revert a93f9c3Volker Lendecke2013-09-061-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-09-061-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-09-061-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+13
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+25
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-09-061-3/+3
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-09-061-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-09-061-0/+7
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-09-061-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-09-061-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-09-061-0/+5
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-08-301-6/+22
* smbd: Fix a profile problemVolker Lendecke2013-08-305-27/+34
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-08-201-2/+7
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-203-6/+19
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-08-141-1/+7
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-08-141-0/+4
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-08-141-0/+8
* VERSION: Bump version up to 3.6.19.Karolin Seeger2013-08-141-1/+1
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-071-0/+6
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-08-071-13/+20
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-051-7/+2
* VERSION: Bump version number up to 3.6.18.Karolin Seeger2013-08-051-1/+1
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-0/+12
* build:autoconf: fix output of syslog-facility checkBjörn Jacke2013-07-181-1/+4
* winbind/idmap_ad: be verbose about the user that we fail to mapBjörn Jacke2013-06-191-2/+3
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-06-191-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-06-191-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-06-191-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-06-191-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-06-191-10/+13
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-06-191-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-06-191-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-06-191-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-06-191-16/+8
* VERSION: Bump version number up to 3.6.17.Karolin Seeger2013-06-191-1/+1
* 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
* When message-type is drvupgrade, MSG_DEBUG should be replaced with MSG_PRINTE...Peng Haitao2013-06-101-1/+1
* check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati2013-06-061-1/+8
* BUG 9881: Check for system libtevent.Andreas Schneider2013-06-062-95/+213
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-06-051-0/+1
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-06-051-5/+3
* Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison2013-06-051-13/+5
* In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison2013-06-051-10/+13
* Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison2013-06-051-1/+5
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-044-62/+128
* printing: explicitly clear PUBLISHED attributeDavid Disseldorp2013-06-041-1/+1
* printing: use const in is_printer_publishedDavid Disseldorp2013-06-042-3/+6