index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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 bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
2009-09-14
1
-2
/
+8
*
s3:smbd: Add a "hidden" parameter "share:fake_fscaps"
Volker Lendecke
2009-09-09
1
-0
/
+3
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-59
/
+47
*
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-08-24
1
-0
/
+11
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
1
-0
/
+9
*
s3:smbd: add a generic smbd_dirptr_lanman2_entry() function
Stefan Metzmacher
2009-08-19
1
-46
/
+193
*
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
Jeremy Allison
2009-08-12
1
-20
/
+18
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-4
/
+5
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-15
/
+23
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-30
/
+3
*
Correctly send out notify messages for timestamp changes.
Jeremy Allison
2009-08-07
1
-5
/
+3
*
s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()
Stefan Metzmacher
2009-08-07
1
-443
/
+482
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
1
-10
/
+13
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
1
-22
/
+24
*
s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-229
/
+215
*
Put SMB_INFO_STANDARD back into setfileinfo, but do it right
Jeremy Allison
2009-08-06
1
-0
/
+45
*
We're not changing last write, but setting this to be FILE_NOTIFY_CHANGE_CREA...
Jeremy Allison
2009-07-31
1
-1
/
+1
*
Tidy up treatment of ctime.
Jeremy Allison
2009-07-30
1
-5
/
+7
*
Fix bug #6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
2009-07-30
1
-0
/
+16
*
Remove the extraneous logic in smb_set_info_standard - we
Jeremy Allison
2009-07-30
1
-26
/
+8
*
SMB_INFO_STANDARD is not a valid info level on set,
Jeremy Allison
2009-07-30
1
-42
/
+0
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
1
-19
/
+9
*
s3: Remove a few callers of get_full_smb_filename()
Tim Prouty
2009-07-24
1
-24
/
+50
*
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
2009-07-24
1
-35
/
+36
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
1
-0
/
+10
*
s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()
Tim Prouty
2009-07-22
1
-9
/
+19
*
s3: plumb smb_filename through some of the trans2 posix_* functions
Tim Prouty
2009-07-21
1
-60
/
+38
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-47
/
+34
*
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
2009-07-21
1
-10
/
+5
*
s3: Remove unnecessary fname argument from callers of filename_convert
Tim Prouty
2009-07-21
1
-9
/
+14
*
s3: Plumb smb_filename through map_open_params_to_ntcreate
Tim Prouty
2009-07-21
1
-6
/
+4
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-35
/
+35
*
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
[prev]
[next]