summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-1/+2
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-56/+64
* 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-10/+11
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-71/+65
* s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty2009-07-061-3/+2
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-3/+14
* s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty2009-07-061-2/+2
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-78/+105
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-10/+38
* s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher2009-07-021-0/+8
* Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison2009-07-011-0/+5
* Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison2009-07-011-3/+31
* s3: pass a valid stat into file_ntimes()Tim Prouty2009-06-251-1/+1
* s3: Change set_ea() and its callers to use smb_filenameTim Prouty2009-06-251-5/+15
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-55/+109
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-109/+45
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-6/+23
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-32/+64
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-17/+13
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-23/+35
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+2
* Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison2009-05-301-5/+9
* Attempt to fix the build on NetBSDVolker Lendecke2009-05-261-6/+0
* Fix some nonempty blank linesVolker Lendecke2009-05-261-28/+27
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-52/+52
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-241-9/+3
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-221-1/+1
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-41/+87
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-181-4/+18
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-251-0/+2
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-2/+3
* Make test for open modes more robust against other bits.Jeremy Allison2009-02-251-1/+1
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-02-251-0/+2
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-02-241-2/+10
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-1/+2
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-3/+9
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+4
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-39/+13
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-40/+59
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-3/+1
* s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher2009-01-081-1/+1
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-0/+2
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+1
* Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknodVolker Lendecke2008-12-311-3/+7
* s3: Fix stream marshalling to return the correct streaminfo statusTim Prouty2008-12-231-10/+1
* Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison2008-12-191-10/+11
* Fix bug #5937 - filenames with "*" char hide other filesJeremy Allison2008-12-041-6/+4