index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-8
/
+10
2009-11-05
Got the logic simplification worked out so we still pass
Jeremy Allison
1
-1
/
+1
2009-11-05
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
1
-1
/
+1
2009-11-05
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
1
-1
/
+1
2009-11-05
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
1
-1
/
+1
2009-11-04
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
1
-2
/
+1
2009-10-08
s3: Fix shadow copy display on Windows 7
Volker Lendecke
1
-1
/
+1
2009-09-17
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
1
-1
/
+1
2009-09-14
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
1
-1
/
+19
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-8
/
+8
2009-08-12
Add "store create time" parameter (docs to follow)
Jeremy Allison
1
-4
/
+4
2009-08-10
Refactor the use of create_time and change time to go
Jeremy Allison
1
-10
/
+22
2009-07-24
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
1
-2
/
+2
2009-07-24
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
1
-69
/
+52
2009-07-24
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
1
-0
/
+8
2009-07-21
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
1
-8
/
+4
2009-07-21
s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice
Tim Prouty
1
-50
/
+75
2009-07-20
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
1
-24
/
+0
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-9
/
+11
2009-07-08
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
1
-48
/
+1
2009-07-08
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
1
-12
/
+6
2009-07-08
Rename update_stat_ex_writetime() -> update_stat_ex_mtime()
Jeremy Allison
1
-2
/
+2
2009-07-08
The migration to struct stat_ex broke the calculation of
Jeremy Allison
1
-0
/
+18
2009-07-06
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
1
-11
/
+3
2009-07-06
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
1
-2
/
+2
2009-07-02
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
1
-2
/
+11
2009-07-02
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
1
-1
/
+3
2009-07-02
s3:smbd: push nttrans and trans2 responses with no data to the client
Stefan Metzmacher
1
-0
/
+8
2009-07-02
s3:smbd: restore the 3.0.x bahavior of send_nt_replies()
Stefan Metzmacher
1
-0
/
+5
2009-06-25
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
1
-2
/
+2
2009-06-25
s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()
Tim Prouty
1
-5
/
+1
2009-06-18
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
1
-34
/
+6
2009-06-18
Replace the boilerplate calls to :
Jeremy Allison
1
-18
/
+12
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-0
/
+16
2009-06-17
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
1
-0
/
+12
2009-06-16
Fix msdfs after the change to smb_filename struct. We must *always*
Jeremy Allison
1
-4
/
+38
2009-06-12
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
1
-58
/
+45
2009-06-10
s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert first
Tim Prouty
1
-48
/
+66
2009-06-03
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
1
-0
/
+2
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-15
/
+13
2009-05-24
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
1
-6
/
+2
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-36
/
+54
2009-03-25
Ensure we never enter VFS_CREATE without having initialized
Jeremy Allison
1
-0
/
+4
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-1
/
+2
2009-03-06
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
Stefan Metzmacher
1
-1
/
+1
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-0
/
+2
2009-02-09
S3: New module interface for SMB message statistics gathering
todd stecher
1
-1
/
+7
2009-01-29
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
1
-2
/
+2
2009-01-20
Remove some smb fsp knowledge from rpc_server/
Volker Lendecke
1
-1
/
+1
2009-01-11
s3: Differentiate between posix files with colons and actual streams
Tim Prouty
1
-2
/
+34
[prev]
[next]