summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove smbd_server_conn from reply_read_and_XVolker Lendecke2010-06-121-3/+3
* s3: Remove smbd_server_conn from send_file_readXVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_readVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_lockreadVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_readbrawVolker Lendecke2010-06-121-2/+3
* s3: Remove smbd_server_conn from reply_send_file_readbrawVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_ulogoffXVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_fcloseVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_searchVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_tcon_and_XVolker Lendecke2010-06-121-1/+1
* s3: Remove smbd_server_conn from reply_tconVolker Lendecke2010-06-121-1/+1
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-1/+1
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-031-1/+1
* s3: Fix some debug messagesVolker Lendecke2010-05-311-4/+4
* After talking with Microsoft engineers, the "lock spin time" isJeremy Allison2010-05-191-1/+2
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-071-30/+30
* smbd: move printfile_offset() within write_file()Simo Sorce2010-04-301-12/+4
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-291-1/+1
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-231-1/+6
* Fix issue with aio where r/w lock wasn't kept across aio read operations.Jeremy Allison2010-04-051-26/+52
* Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison2010-03-311-13/+4
* Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison2010-03-311-0/+15
* Fix for bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison2010-03-301-4/+12
* Revert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison2010-03-261-22/+4
* Fix bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison2010-03-241-25/+53
* s3:smbd: disallow readbraw and writebraw if the echo handler is activeStefan Metzmacher2010-03-221-0/+17
* s3:smbd: disable sendfile if the echo handler is activeStefan Metzmacher2010-03-221-0/+4
* s3:smbd: let reply_readbraw_error use the locked socketStefan Metzmacher2010-03-221-0/+11
* Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.Jeremy Allison2010-03-101-1/+1
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-2/+16
* s3/smbd: change locking behavior when "lock spin time = 0".Steven Danneman2010-02-121-6/+15
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison2010-01-121-2/+6
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-211-12/+12
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-211-46/+47
* reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison2009-12-181-10/+10
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-041-0/+24
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-031-260/+40
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-021-19/+11
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-231-4/+3
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-2/+1
* Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke2009-11-231-4/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-17/+11
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-11/+17
* s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke2009-11-211-2/+4
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-1/+2
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-211-3/+4
* s3: Tune if-conditions in a very hot codepathVolker Lendecke2009-11-211-1/+1
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-43/+51
* Start removing SMB_STRUCT_STAT variables except forJeremy Allison2009-11-171-15/+13
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-2/+1