summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Fix bug 9868 -- Don't know how to make LIBNDR_PREG_OBJ.Volker Lendecke2013-05-141-1/+1
* 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
* 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: Remove extra space in shebangAndrew Bartlett2013-04-251-1/+1
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-221-53/+64
* s3:wscript: change --with-dmapi to default=auto to match the autoconf buildStefan Metzmacher2013-04-221-1/+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
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-04-171-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-04-171-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-04-171-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-04-171-14/+8
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner2013-04-171-1/+7
* s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2013-04-173-9/+13
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner2013-04-171-3/+10
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-121-0/+21
* BUG 9139: Fix the username map optimization.Andreas Schneider2013-04-121-4/+8
* BUG 9699: Fix adding case sensitive spn.Andreas Schneider2013-04-111-12/+2
* vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke2013-04-111-4/+29
* vfs_fake_perms: Slightly streamline codeVolker Lendecke2013-04-111-2/+2