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
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-0
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-3
/
+1
*
s3:smbd: make static const in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-1
/
+1
*
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
1
-0
/
+2
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-2
/
+1
*
Use parent_dirname_talloc instead of parent_dirname in smb_unix_mknod
Volker Lendecke
2008-12-31
1
-3
/
+7
*
s3: Fix stream marshalling to return the correct streaminfo status
Tim Prouty
2008-12-23
1
-10
/
+1
*
Fix bug #5986 - Editing a stream is broken (rename problems).
Jeremy Allison
2008-12-19
1
-10
/
+11
*
Fix bug #5937 - filenames with "*" char hide other files
Jeremy Allison
2008-12-04
1
-6
/
+4
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
1
-6
/
+6
*
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
2008-12-03
1
-61
/
+98
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-0
/
+1
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
1
-16
/
+17
*
s3:smbd: write times should be set on the base file instead of the stream name
Stefan Metzmacher
2008-12-01
1
-1
/
+9
*
s3:smbd: return DELETE_PENDING on path based operations on streams, when the ...
Stefan Metzmacher
2008-12-01
1
-0
/
+40
*
s3:smbd: construct the correct newname for stream renames
Stefan Metzmacher
2008-12-01
1
-16
/
+32
*
Fix a debug message, append the correct \n
Volker Lendecke
2008-12-01
1
-1
/
+1
*
Remove inbuf references from the trans2ioctl code
Volker Lendecke
2008-11-28
1
-4
/
+4
*
Consolidate the buffer checks for the reply_trans style functions
Volker Lendecke
2008-11-28
1
-57
/
+18
*
Remove an unused variable
Volker Lendecke
2008-11-28
1
-2
/
+0
*
Fix the offset checks in the trans routines
Volker Lendecke
2008-11-27
1
-3
/
+3
*
Do not write into inbuf for the transs request
Volker Lendecke
2008-11-08
1
-6
/
+6
*
Fix a const warning
Volker Lendecke
2008-11-04
1
-1
/
+1
*
Remove some inbuf references by adding "cmd" to smb_request
Volker Lendecke
2008-11-02
1
-3
/
+3
*
Use "vwv" in trans parsing
Volker Lendecke
2008-11-02
1
-21
/
+21
*
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
2008-11-02
1
-5
/
+5
*
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2008-10-31
1
-3
/
+6
*
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
Jeremy Allison
2008-10-16
1
-3
/
+4
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-57
/
+57
*
Use "struct files_struct" for pipes instead of smb_np_struct
Volker Lendecke
2008-10-13
1
-3
/
+3
*
Pass struct smb_request to file_free
Volker Lendecke
2008-10-13
1
-11
/
+11
*
Pass struct smb_request to file_fsp
Volker Lendecke
2008-10-13
1
-4
/
+4
*
Fix bug #5783 FindFirst fails where search pattern == mangled filename.
Jeremy Allison
2008-09-23
1
-6
/
+7
*
When requesting UNIX info levels on findfirst/findnext, don't play games with...
Jeremy Allison
2008-09-10
1
-1
/
+5
*
Fix calculation of useable_space for trans2 and nttrans replies
Volker Lendecke
2008-09-08
1
-6
/
+9
*
Write times code update.
Jeremy Allison
2008-09-05
1
-5
/
+7
*
Remove current_user references from trans2.c
Volker Lendecke
2008-06-19
1
-2
/
+2
*
Remove some current_user references from trans2.c
Volker Lendecke
2008-06-19
1
-19
/
+25
*
Remove the "current_user" arg from check_fsp
Volker Lendecke
2008-06-19
1
-4
/
+4
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-8
/
+16
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-3
/
+6
*
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.
Jeremy Allison
2008-05-02
1
-1
/
+1
*
Fix bug found by Igor Mammedov <niallain@gmail.com> where we are
Jeremy Allison
2008-04-28
1
-14
/
+42
*
Rewrite the wrap checks to deal with gcc 4.x optimisations.
Jeremy Allison
2008-04-07
1
-30
/
+46
*
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
2008-04-07
1
-5
/
+14
*
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
2008-04-07
1
-8
/
+5
*
smbd: implement the strange write time update logic
Stefan Metzmacher
2008-04-07
1
-40
/
+45
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
1
-1
/
+2
*
Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.
Jeremy Allison
2008-03-11
1
-1
/
+1
[next]