summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher2009-05-261-2/+2
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-241-33/+11
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-215/+273
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-181-3/+4
* Remove one use of mangle_is_8_3(), not needed.Jeremy Allison2009-05-141-4/+2
* Fix a type-punned warningVolker Lendecke2009-05-141-1/+1
* s3: Fix strict locking with chained readsTim Prouty2009-05-121-22/+24
* Fix warning about unused label with no sendfile.Jeremy Allison2009-05-111-1/+2
* Fix bug 6302: Give the VFS a chance to read from 0-byte filesVolker Lendecke2009-05-051-8/+9
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-2/+2
* Add "netbios retarget"Volker Lendecke2009-04-121-0/+93
* Extract and print the server name type the client connects toVolker Lendecke2009-04-121-7/+7
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-03-271-0/+2
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-251-0/+6
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-9/+15
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-181-2/+7
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-63/+116
* Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2009-02-261-0/+10