summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't overwrite a dynamic pointer with the address of a stackJeremy Allison2009-11-161-8/+5
* Got the logic simplification worked out so we still passJeremy Allison2009-11-051-3/+3
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-051-3/+3
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-051-3/+3
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-051-3/+3
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-7/+5
* Cope with old CIFSFS clients that use SMBunlink to removeJeremy Allison2009-10-081-2/+11
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-60/+21
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-8/+42
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-271-3/+0
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-1/+1
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-1/+1
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-12/+15
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-071-14/+19
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-3/+2
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-73/+39
* s3: Simplify rename_internals() by passing in smb_filename structsTim Prouty2009-07-241-51/+37
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-0/+18
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-59/+27
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-211-18/+9
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-211-9/+10
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-82/+57
* Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....Jeremy Allison2009-07-151-0/+2
* Create a talloc_stackframe for each file in wildcard unlinkVolker Lendecke2009-07-141-0/+10
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-101-30/+42
* s3:smbd: make smbd_do_locking() non staticStefan Metzmacher2009-07-101-16/+9
* s3:smbd: abstract the main locking logic from the LockingAndX parsingStefan Metzmacher2009-07-101-178/+254
* s3: Repace a char * with an smb_filename struct in reply_rmdirTim Prouty2009-07-081-3/+8
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-8/+9