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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
Jeremy Allison
1
-3
/
+4
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-57
/
+57
2008-10-13
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
1
-3
/
+3
2008-10-13
Pass struct smb_request to file_free
Volker Lendecke
1
-11
/
+11
2008-10-13
Pass struct smb_request to file_fsp
Volker Lendecke
1
-4
/
+4
2008-09-23
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
1
-6
/
+7
2008-09-10
When requesting UNIX info levels on findfirst/findnext, don't play games with...
Jeremy Allison
1
-1
/
+5
2008-09-08
Fix calculation of useable_space for trans2 and nttrans replies
Volker Lendecke
1
-6
/
+9
2008-09-05
Write times code update.
Jeremy Allison
1
-5
/
+7
2008-06-19
Remove current_user references from trans2.c
Volker Lendecke
1
-2
/
+2
2008-06-19
Remove some current_user references from trans2.c
Volker Lendecke
1
-19
/
+25
2008-06-19
Remove the "current_user" arg from check_fsp
Volker Lendecke
1
-4
/
+4
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-8
/
+16
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-3
/
+6
2008-05-05
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
1
-1
/
+1
2008-05-02
Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.
Jeremy Allison
1
-1
/
+1
2008-04-28
Fix bug found by Igor Mammedov <niallain@gmail.com> where we are
Jeremy Allison
1
-14
/
+42
2008-04-07
Rewrite the wrap checks to deal with gcc 4.x optimisations.
Jeremy Allison
1
-30
/
+46
2008-04-07
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
1
-5
/
+14
2008-04-07
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
1
-8
/
+5
2008-04-07
smbd: implement the strange write time update logic
Stefan Metzmacher
1
-40
/
+45
2008-04-07
locking: store the write time in the locking.tdb
Stefan Metzmacher
1
-1
/
+2
2008-03-11
Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.
Jeremy Allison
1
-1
/
+1
2008-03-11
Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,
Jeremy Allison
1
-1
/
+2
2008-03-11
Fix S3 to pass the test_raw_oplock_exclusive3 test.
Jeremy Allison
1
-1
/
+1
2008-03-08
Fix some typos
Volker Lendecke
1
-1
/
+1
2008-02-22
Don't use fname after create_file has been called
Volker Lendecke
1
-2
/
+2
2008-01-26
Fix uninitialized variables
Volker Lendecke
1
-1
/
+2
2008-01-22
Get Samba version or capability information from Windows
Corinna Vinschen
1
-1
/
+3
2008-01-22
Move samba_extended_info_version to smbd/trans2.c
Volker Lendecke
1
-0
/
+32
2008-01-22
Get Samba version or capability information from Windows
Corinna Vinschen
1
-0
/
+7
2008-01-22
Hide streams from the EA API
Volker Lendecke
1
-2
/
+6
2008-01-22
Fix get_ea_names_from_file for many EAs
Volker Lendecke
1
-1
/
+1
2008-01-20
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
1
-5
/
+6
2008-01-19
Add the STREAMINFO vfs call
Volker Lendecke
1
-13
/
+99
2008-01-19
Add get_ea_names_from_file to sanely list posix xattrs
Volker Lendecke
1
-49
/
+142
2008-01-19
Make get_ea_value public
Volker Lendecke
1
-8
/
+15
2008-01-18
Actually test vl's new code and make it work to fix the build farm :-).
Jeremy Allison
1
-8
/
+12
2008-01-18
Always return nlink=1 for directories
Volker Lendecke
1
-7
/
+2
2008-01-17
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
1
-6
/
+4
2008-01-16
Add support for offline files support, remote storage, and Async I/O force op...
Alexander Bokovoy
1
-8
/
+15
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
1
-1
/
+1
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
1
-20
/
+5
2008-01-08
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FLISTXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-2
/
+2
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
1
-4
/
+6
[next]