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
/
nttrans.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-1
/
+1
*
Carefully label SMB1-specific locking calls.
Jeremy Allison
2010-04-29
1
-1
/
+1
*
Connect set security descriptor into SMB2 code.
Jeremy Allison
2010-04-28
1
-2
/
+2
*
Plumb in get_nt_acl into SMB2.
Jeremy Allison
2010-04-26
1
-40
/
+91
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-1
/
+2
*
s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently does
Björn Jacke
2010-04-07
1
-0
/
+6
*
Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.
Jeremy Allison
2010-04-05
1
-0
/
+52
*
Second part of fix for bug #6494 - Incorrect FileStatus returned in NT_CREATE...
Jeremy Allison
2010-03-30
1
-1
/
+19
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-0
/
+4
*
Remove all calls to reply_doserror - turn them into
Jeremy Allison
2009-12-21
1
-42
/
+42
*
Vector correctly through reply_openerror() (which uses the same logic).
Jeremy Allison
2009-12-17
1
-6
/
+1
*
Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...
Jeremy Allison
2009-11-24
1
-8
/
+12
*
Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way
Jeremy Allison
2009-11-23
1
-5
/
+68
*
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
2009-11-23
1
-12
/
+18
*
Fix bug #6898 - Samba duplicates file content on appending
Jeremy Allison
2009-11-23
1
-0
/
+10
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-1
/
+1
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-1
/
+1
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-17
1
-8
/
+10
*
Got the logic simplification worked out so we still pass
Jeremy Allison
2009-11-05
1
-1
/
+1
*
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
2009-11-05
1
-1
/
+1
*
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
2009-11-05
1
-1
/
+1
*
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
2009-11-05
1
-1
/
+1
*
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
2009-11-04
1
-2
/
+1
*
s3: Fix shadow copy display on Windows 7
Volker Lendecke
2009-10-08
1
-1
/
+1
*
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
2009-09-17
1
-1
/
+1
*
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
2009-09-14
1
-1
/
+19
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-8
/
+8
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-4
/
+4
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
1
-10
/
+22
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
1
-2
/
+2
*
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
2009-07-24
1
-69
/
+52
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
1
-0
/
+8
*
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
2009-07-21
1
-8
/
+4
*
s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice
Tim Prouty
2009-07-21
1
-50
/
+75
*
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
2009-07-20
1
-24
/
+0
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-9
/
+11
*
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2009-07-08
1
-48
/
+1
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-12
/
+6
*
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
-0
/
+18
*
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
2009-07-06
1
-11
/
+3
*
s3: Change some filename_convert to pass in NULL for char **fname argument
Tim Prouty
2009-07-06
1
-2
/
+2
*
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
2009-07-02
1
-2
/
+11
*
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
2009-07-02
1
-1
/
+3
*
s3:smbd: push nttrans and trans2 responses with no data to the client
Stefan Metzmacher
2009-07-02
1
-0
/
+8
*
s3:smbd: restore the 3.0.x bahavior of send_nt_replies()
Stefan Metzmacher
2009-07-02
1
-0
/
+5
*
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
2009-06-25
1
-2
/
+2
*
s3: simplify some redundant logic in is_ntfs_default_stream_smb_fname()
Tim Prouty
2009-06-25
1
-5
/
+1
*
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
2009-06-18
1
-34
/
+6
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-18
/
+12
[prev]
[next]