summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-21s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty1-47/+34
2009-07-21s3: Remove the now unused fname parameter from filename_convert()Tim Prouty1-10/+5
2009-07-21s3: Remove unnecessary fname argument from callers of filename_convertTim Prouty1-9/+14
2009-07-21s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty1-6/+4
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-35/+35
2009-07-17Fix Coverity CID 928. Removed check as this can never be null.Jeremy Allison1-1/+1
2009-07-17Fix Coverity CID 929. Potential NULL deref after code refactoring.Jeremy Allison1-0/+5
2009-07-17Fix coverity CID 930. Pointer check can never be null here.Jeremy Allison1-1/+1
2009-07-17Fix coverity CID 931. This check is redundent as smb_fname canJeremy Allison1-1/+1
2009-07-15s3:smbd: try to fix a compiler warning on i386 : left shift count >= width of...Stefan Metzmacher1-1/+1
2009-07-15s3:smbd: check quota access against sec_initial_uid() instead of 0Stefan Metzmacher1-6/+6
2009-07-13Fix set_posix_lock check which had been reversed in the recentJeremy Allison1-1/+1
2009-07-13s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfoStefan Metzmacher1-8/+8
2009-07-13s3:smbd: split out smbd_do_qfsinfo() from call_trans2qfsinfo()Stefan Metzmacher1-79/+93
2009-07-13s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfoStefan Metzmacher1-8/+8
2009-07-13s3:smbd: split out smbd_do_setfilepathinfo() from call_trans2setfilepathinfo()Stefan Metzmacher1-188/+216
2009-07-12s3:smbd: add support for marshalling SMB2 FileFullEaInformationStefan Metzmacher1-0/+92
2009-07-12s3:smbd: add support for marshalling SMB2 FileAllInformationStefan Metzmacher1-0/+36
2009-07-12s3:smbd: filter out SMB2 specific private query info levels for SMB1Stefan Metzmacher1-0/+9
2009-07-12s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2Stefan Metzmacher1-15/+15
2009-07-12s3:smbd: split calculation and mashalling of file index and access_maskStefan Metzmacher1-13/+19
2009-07-12s3:smbd: split out smbd_do_qfilepathinfo() from call_trans2qfilepathinfo()Stefan Metzmacher1-459/+504
2009-07-12s3:smbd: add missing return after reply_nterror()Stefan Metzmacher1-0/+1
2009-07-10Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison1-19/+18
2009-07-08s3 plumb smb_filename through smb_set_file_allocation_info()Tim Prouty1-23/+12
2009-07-08s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty1-1/+2
2009-07-08s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty1-56/+64
2009-07-08Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison1-2/+2
2009-07-08The migration to struct stat_ex broke the calculation ofJeremy Allison1-10/+11
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-71/+65
2009-07-06s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty1-3/+2
2009-07-06s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty1-3/+14
2009-07-06s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty1-2/+2
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-78/+105
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-10/+38
2009-07-02s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher1-0/+8
2009-07-01Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison1-0/+5
2009-07-01Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison1-3/+31
2009-06-25s3: pass a valid stat into file_ntimes()Tim Prouty1-1/+1
2009-06-25s3: Change set_ea() and its callers to use smb_filenameTim Prouty1-5/+15
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-55/+109
2009-06-18Replace the boilerplate calls to :Jeremy Allison1-109/+45
2009-06-16Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison1-6/+23
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty1-32/+64
2009-06-10s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty1-17/+13
2009-06-10s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty1-23/+35
2009-06-03s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher1-0/+2
2009-05-30Fix bug #6421 - POSIX read-only open fails on read-only shares.Jeremy Allison1-5/+9
2009-05-26Attempt to fix the build on NetBSDVolker Lendecke1-6/+0
2009-05-26Fix some nonempty blank linesVolker Lendecke1-28/+27