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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug in old create temp SMB request. Only use VFS functions.
Jeremy Allison
2013-04-20
1
-53
/
+64
*
Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.
Jeremy Allison
2013-04-20
1
-1
/
+12
*
Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.
Jeremy Allison
2013-04-19
1
-1
/
+12
*
Add the internals of is_smb2_recvfile_write.
Jeremy Allison
2013-04-19
1
-1
/
+37
*
The guts of the receivefile code changes.
Jeremy Allison
2013-04-19
1
-5
/
+60
*
Add stub static function that will turn on/off receivefile code path.
Jeremy Allison
2013-04-19
1
-0
/
+5
*
Add extra fields into struct smbd_smb2_request_read_state to support receivef...
Jeremy Allison
2013-04-19
1
-0
/
+3
*
Add macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.
Jeremy Allison
2013-04-19
1
-0
/
+2
*
Add utility function get_min_receive_file_size().
Jeremy Allison
2013-04-19
1
-0
/
+11
*
Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.
Jeremy Allison
2013-04-19
1
-0
/
+10
*
Add function smbd_smb2_unread_bytes().
Jeremy Allison
2013-04-19
2
-0
/
+13
*
If we already have an smb1req attached to the struct smbd_smb2_request, don't...
Jeremy Allison
2013-04-19
1
-3
/
+7
*
Ensure we don't do an SMB2 aio write if RECVFILE is active.
Jeremy Allison
2013-04-19
1
-0
/
+5
*
fileserver: raise the debug level for share connection from non IPC to 2
Matthieu Patou
2013-04-19
1
-1
/
+1
*
s3:smbd stop working on a dead client socket
Christian Ambach
2013-04-19
1
-0
/
+1
*
s3:smbd increase a loglevel
Christian Ambach
2013-04-19
1
-5
/
+5
*
smbd: Fix signing when the async echo handler kicks in
Volker Lendecke
2013-04-19
1
-1
/
+1
*
s3:smbd:smb2:scavenger: fix format error for debugging open_persistent_id in ...
Michael Adam
2013-04-19
1
-4
/
+5
*
s3:smbd: call scavenger_schedule_disconnected() from close normal file for du...
Gregor Beck
2013-04-18
1
-0
/
+2
*
s3:smbd: add a scavenger process for disconnected durable handles
Gregor Beck
2013-04-18
3
-0
/
+567
*
s3:smbXsrv_open: add function smbXsrv_open_cleanup()
Gregor Beck
2013-04-18
2
-0
/
+80
*
s3:smbXsrv_open: factor out smbXsrv_open_global_parse_record
Gregor Beck
2013-04-18
1
-14
/
+36
*
s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handles
Michael Adam
2013-04-18
1
-5
/
+4
*
smbd: Convert create_file_unixpath to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+5
*
smbd: Convert is_visible_file to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert dptr_create to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+7
*
smbd: Convert set_create_timespec_ea to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+5
*
smbd: Convert unix_mode to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+6
*
smbd: Convert rmdir_internals to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-7
/
+4
*
smbd: Convert recursive_rmdir to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert delete_all_streams to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+5
*
smbd: Convert open_streams_for_delete to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+5
*
smbd: Convert msg_file_was_renamed to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-3
/
+3
*
smbd: Convert change_dir_owner_to_parent to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-3
/
+3
*
smbd: Convert change_dir_owner_to_parent to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+5
*
smbd: Convert change_file_owner_to_parent to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert make_connection_snum to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-3
/
+4
*
smbd: Convert rename_internals_fsp to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+4
*
smbd: Convert remove_msdfs_link to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-7
/
+4
*
smbd: Convert create_msdfs_link to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+6
*
smbd: Convert can_delete_file_in_directory to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+3
*
smbd: Convert file_new to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert open_dir_with_privilege to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert open_np_file to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert smb_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+4
*
smbd: Convert smb_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+5
*
smbd: Convert smb2_file_rename_information to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+5
*
smbd: Convert smb_set_file_dosmode to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+5
*
smbd: Convert call_trans2qfilepathinfo to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+6
*
smbd: Convert posix_sys_acl_blob_get_file to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+5
[next]