index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Coverity CID 928. Removed check as this can never be null.
Jeremy Allison
2009-07-17
1
-1
/
+1
*
Fix Coverity CID 929. Potential NULL deref after code refactoring.
Jeremy Allison
2009-07-17
1
-0
/
+5
*
Fix coverity CID 930. Pointer check can never be null here.
Jeremy Allison
2009-07-17
1
-1
/
+1
*
Fix coverity CID 931. This check is redundent as smb_fname can
Jeremy Allison
2009-07-17
1
-1
/
+1
*
s3:smbd: try to fix a compiler warning on i386 : left shift count >= width of...
Stefan Metzmacher
2009-07-15
1
-1
/
+1
*
s3:smbd: check quota access against sec_initial_uid() instead of 0
Stefan Metzmacher
2009-07-15
1
-6
/
+6
*
Fix set_posix_lock check which had been reversed in the recent
Jeremy Allison
2009-07-13
1
-1
/
+1
*
s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfo
Stefan Metzmacher
2009-07-13
1
-8
/
+8
*
s3:smbd: split out smbd_do_qfsinfo() from call_trans2qfsinfo()
Stefan Metzmacher
2009-07-13
1
-79
/
+93
*
s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfo
Stefan Metzmacher
2009-07-13
1
-8
/
+8
*
s3:smbd: split out smbd_do_setfilepathinfo() from call_trans2setfilepathinfo()
Stefan Metzmacher
2009-07-13
1
-188
/
+216
*
s3:smbd: add support for marshalling SMB2 FileFullEaInformation
Stefan Metzmacher
2009-07-12
1
-0
/
+92
*
s3:smbd: add support for marshalling SMB2 FileAllInformation
Stefan Metzmacher
2009-07-12
1
-0
/
+36
*
s3:smbd: filter out SMB2 specific private query info levels for SMB1
Stefan Metzmacher
2009-07-12
1
-0
/
+9
*
s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2
Stefan Metzmacher
2009-07-12
1
-15
/
+15
*
s3:smbd: split calculation and mashalling of file index and access_mask
Stefan Metzmacher
2009-07-12
1
-13
/
+19
*
s3:smbd: split out smbd_do_qfilepathinfo() from call_trans2qfilepathinfo()
Stefan Metzmacher
2009-07-12
1
-459
/
+504
*
s3:smbd: add missing return after reply_nterror()
Stefan Metzmacher
2009-07-12
1
-0
/
+1
*
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
2009-07-10
1
-19
/
+18
*
s3 plumb smb_filename through smb_set_file_allocation_info()
Tim Prouty
2009-07-08
1
-23
/
+12
*
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2009-07-08
1
-1
/
+2
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-56
/
+64
*
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
2009-07-08
1
-2
/
+2
*
The migration to struct stat_ex broke the calculation of
Jeremy Allison
2009-07-08
1
-10
/
+11
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-71
/
+65
*
s3 sticky write time: Removed unused args and tighten up a function by making...
Tim Prouty
2009-07-06
1
-3
/
+2
*
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
2009-07-06
1
-3
/
+14
*
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
2009-07-06
1
-2
/
+2
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-78
/
+105
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-10
/
+38
*
s3:smbd: push nttrans and trans2 responses with no data to the client
Stefan Metzmacher
2009-07-02
1
-0
/
+8
*
Ensure we don't use delayed writes on POSIX opened files.
Jeremy Allison
2009-07-01
1
-0
/
+5
*
Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...
Jeremy Allison
2009-07-01
1
-3
/
+31
*
s3: pass a valid stat into file_ntimes()
Tim Prouty
2009-06-25
1
-1
/
+1
*
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
2009-06-25
1
-5
/
+15
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-55
/
+109
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-109
/
+45
*
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
2009-06-16
1
-6
/
+23
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-32
/
+64
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-17
/
+13
*
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
2009-06-10
1
-23
/
+35
*
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-0
/
+2
*
Fix bug #6421 - POSIX read-only open fails on read-only shares.
Jeremy Allison
2009-05-30
1
-5
/
+9
*
Attempt to fix the build on NetBSD
Volker Lendecke
2009-05-26
1
-6
/
+0
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-26
1
-28
/
+27
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-52
/
+52
*
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
2009-05-24
1
-9
/
+3
*
Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on a
Jeremy Allison
2009-05-22
1
-1
/
+1
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-41
/
+87
*
s3: Always allocate memory in dptr_ReadDirName
Aravind Srinivasan
2009-05-18
1
-4
/
+18
[prev]
[next]