summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Coverity CID 928. Removed check as this can never be null.Jeremy Allison2009-07-171-1/+1
* Fix Coverity CID 929. Potential NULL deref after code refactoring.Jeremy Allison2009-07-171-0/+5
* Fix coverity CID 930. Pointer check can never be null here.Jeremy Allison2009-07-171-1/+1
* Fix coverity CID 931. This check is redundent as smb_fname canJeremy Allison2009-07-171-1/+1
* s3:smbd: try to fix a compiler warning on i386 : left shift count >= width of...Stefan Metzmacher2009-07-151-1/+1
* s3:smbd: check quota access against sec_initial_uid() instead of 0Stefan Metzmacher2009-07-151-6/+6
* Fix set_posix_lock check which had been reversed in the recentJeremy Allison2009-07-131-1/+1
* s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfoStefan Metzmacher2009-07-131-8/+8
* s3:smbd: split out smbd_do_qfsinfo() from call_trans2qfsinfo()Stefan Metzmacher2009-07-131-79/+93
* s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfoStefan Metzmacher2009-07-131-8/+8
* s3:smbd: split out smbd_do_setfilepathinfo() from call_trans2setfilepathinfo()Stefan Metzmacher2009-07-131-188/+216
* s3:smbd: add support for marshalling SMB2 FileFullEaInformationStefan Metzmacher2009-07-121-0/+92
* s3:smbd: add support for marshalling SMB2 FileAllInformationStefan Metzmacher2009-07-121-0/+36
* s3:smbd: filter out SMB2 specific private query info levels for SMB1Stefan Metzmacher2009-07-121-0/+9
* s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2Stefan Metzmacher2009-07-121-15/+15
* s3:smbd: split calculation and mashalling of file index and access_maskStefan Metzmacher2009-07-121-13/+19
* s3:smbd: split out smbd_do_qfilepathinfo() from call_trans2qfilepathinfo()Stefan Metzmacher2009-07-121-459/+504
* s3:smbd: add missing return after reply_nterror()Stefan Metzmacher2009-07-121-0/+1
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-101-19/+18
* s3 plumb smb_filename through smb_set_file_allocation_info()Tim Prouty2009-07-081-23/+12
* 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