summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03s3-security: use shared "Standard access rights.".Günther Deschner1-1/+1
2010-05-31s3: Fix some debug messagesVolker Lendecke1-4/+4
2010-05-19After talking with Microsoft engineers, the "lock spin time" isJeremy Allison1-1/+2
2010-05-07This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison1-30/+30
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce1-12/+4
2010-04-29Carefully label SMB1-specific locking calls.Jeremy Allison1-1/+1
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce1-1/+6
2010-04-05Fix issue with aio where r/w lock wasn't kept across aio read operations.Jeremy Allison1-26/+52
2010-03-31Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison1-13/+4
2010-03-31Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison1-0/+15
2010-03-30Fix for bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison1-4/+12
2010-03-26Revert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison1-22/+4
2010-03-24Fix bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison1-25/+53
2010-03-22s3:smbd: disallow readbraw and writebraw if the echo handler is activeStefan Metzmacher1-0/+17
2010-03-22s3:smbd: disable sendfile if the echo handler is activeStefan Metzmacher1-0/+4
2010-03-22s3:smbd: let reply_readbraw_error use the locked socketStefan Metzmacher1-0/+11
2010-03-10Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.Jeremy Allison1-1/+1
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-2/+16
2010-02-12s3/smbd: change locking behavior when "lock spin time = 0".Steven Danneman1-6/+15
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison1-12/+12
2009-12-21Remove all calls to reply_doserror - turn them intoJeremy Allison1-46/+47
2009-12-18reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison1-10/+10
2009-12-04Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison1-0/+24
2009-12-03Refactor reply_rmdir to use handle based code. AllJeremy Allison1-260/+40
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison1-19/+11
2009-11-23Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke1-4/+3
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-2/+1
2009-11-23Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke1-4/+2
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-17/+11
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-11/+17
2009-11-21s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicitVolker Lendecke1-2/+4
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-1/+2
2009-11-21s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke1-3/+4
2009-11-21s3: Tune if-conditions in a very hot codepathVolker Lendecke1-1/+1
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-43/+51
2009-11-17Start removing SMB_STRUCT_STAT variables except forJeremy Allison1-15/+13
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-2/+1
2009-11-16Don't overwrite a dynamic pointer with the address of a stackJeremy Allison1-8/+5
2009-11-05Got the logic simplification worked out so we still passJeremy Allison1-3/+3
2009-11-05Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison1-3/+3
2009-11-05Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison1-3/+3
2009-11-05Get closer to an accurate model of Windows timestamp changes.Jeremy Allison1-3/+3
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison1-7/+5
2009-10-08Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison1-2/+11
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison1-60/+21
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-8/+42
2009-08-27s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher1-3/+0
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-1/+1
2009-08-10Refactor the use of create_time and change time to goJeremy Allison1-1/+1