summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.0.6 release.samba-4.0.6Karolin Seeger2013-05-171-1/+1
* doc-xml/smbdotconf: fix server [min|max] protocol documentation (bug 9883)Stefan Metzmacher2013-05-162-11/+1
* docs: smb.conf: fix max read/write/trans default values (bug #9871)Björn Baumbach2013-05-163-6/+15
* WHATSNEW: Add release notes for Samba 4.0.6.Karolin Seeger2013-05-151-2/+104
* Makefile: Fix bug 9868 -- Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke2013-05-141-1/+1
* Tests processing an oplock break within a compound SMB2 request.Richard Sharpe2013-05-082-0/+164
* Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2013-05-082-12/+0
* The core of the fix to allow opens to go async inside a compound request.Jeremy Allison2013-05-081-43/+53
* Move a variable into the area of code where it's used.Jeremy Allison2013-05-081-2/+2
* Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison2013-05-081-0/+8
* Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison2013-05-081-1/+2
* winbind: Fix bug 9854 -- NULL pointer dereferenceVolker Lendecke2013-05-081-3/+3
* check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati2013-05-071-1/+8
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-05-061-0/+1
* Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison2013-05-061-3/+1
* Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison2013-05-061-13/+5
* In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison2013-05-061-10/+13
* Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison2013-05-061-1/+5
* winbind4: Fix bug 9832 -- talloc use after freeVolker Lendecke2013-05-061-1/+1
* auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett2013-05-061-1/+1
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider2013-04-301-2/+8
* bug 9830: fix panic in nt_printer_publish_adsDavid Disseldorp2013-04-301-2/+8
* s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)Stefan Metzmacher2013-04-301-0/+4
* Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.Jeremy Allison2013-04-251-1/+12
* Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.Jeremy Allison2013-04-251-1/+12
* Ensure drain_socket() operates on a blocking socket.Jeremy Allison2013-04-251-2/+15
* Add the internals of is_smb2_recvfile_write.Jeremy Allison2013-04-251-1/+37
* The guts of the receivefile code changes.Jeremy Allison2013-04-251-5/+60
* Add stub static function that will turn on/off receivefile code path.Jeremy Allison2013-04-251-0/+5
* Add extra fields into struct smbd_smb2_request_read_state to support receivef...Jeremy Allison2013-04-251-0/+3
* Add macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.Jeremy Allison2013-04-251-0/+2
* Add utility function get_min_receive_file_size().Jeremy Allison2013-04-251-0/+11
* Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.Jeremy Allison2013-04-251-0/+10
* Add function smbd_smb2_unread_bytes().Jeremy Allison2013-04-252-0/+13
* If we already have an smb1req attached to the struct smbd_smb2_request, don't...Jeremy Allison2013-04-251-3/+7
* Ensure we don't do an SMB2 aio write if RECVFILE is active.Jeremy Allison2013-04-251-0/+5
* smbd: Fix signing when the async echo handler kicks inVolker Lendecke2013-04-251-1/+1
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-253-5/+25
* build: Remove extra space in shebangAndrew Bartlett2013-04-252-2/+2
* docs: Fix bug 9809 -- missing entry in specfileVolker Lendecke2013-04-221-0/+1
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-221-53/+64
* Bug 9807 - wbinfo: fix segfault in wbinfo_pam_logonDavid Disseldorp2013-04-221-4/+3
* wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher2013-04-221-1/+10
* s3:wscript: change --with-dmapi to default=auto to match the autoconf buildStefan Metzmacher2013-04-221-1/+1
* Ensure we test the dirsort module in make test.Jeremy Allison2013-04-171-0/+1
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-04-171-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-04-171-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-04-171-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-04-171-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-04-171-10/+13