summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-28/+37
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-2/+2
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-0/+28
* s3:smbd: cancel all locks that are made before the first failureStefan Metzmacher2009-07-071-6/+6
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-27/+29
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-1/+1
* s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty2009-07-061-5/+6
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-45/+82
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-104/+210
* s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2009-07-011-3/+2
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-75/+58
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-18/+18
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-133/+35
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-16/+63
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-92/+57
* s3: Prepare the rename path for passing smb_filename to SMB_VFS_CREATE_FILETim Prouty2009-06-111-106/+133
* s3: Prepare the do_unlink path for passing smb_filname to SMB_VFS_CREATE_FILETim Prouty2009-06-111-72/+77
* s3: refactor utility function to handle splitting the directory from the maskTim Prouty2009-06-111-11/+35
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-130/+192
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-60/+82
* s3:smbd: fix potential fsp leak if print_fsp_open() failsStefan Metzmacher2009-06-041-0/+1
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-3/+5
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-5/+7
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+1
* s3:smbd: move already_got_session to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+2
* s3:smbd: move max_recv to struct smbd_server_connectionStefan Metzmacher2009-06-031-7/+12
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+2
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-33/+34