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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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:locking add NDR debug in share_mode_forall
Christian Ambach
2013-04-19
1
-0
/
+4
*
s3:rpc_server increase a debug level
Christian Ambach
2013-04-19
1
-8
/
+8
*
s3:registry increase a debug level
Christian Ambach
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
*
s3:smbstatus do not print orphaned share entries
Christian Ambach
2013-04-19
1
-0
/
+6
*
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
6
-0
/
+570
*
s3:locking: add function share_mode_cleanup_disconnected()
Gregor Beck
2013-04-18
2
-0
/
+102
*
s3:locking: improve debug output of parse_share_modes()
Gregor Beck
2013-04-18
1
-1
/
+2
*
s3:locking: no need to make a file_id passed by value a constant
Gregor Beck
2013-04-18
2
-13
/
+10
*
s3:locking:brlock: add function brl_cleanup_disconnected()
Gregor Beck
2013-04-18
2
-0
/
+74
*
s3:locking:brlock: explain the lockdb_clean semantic better in brl_reconnect_...
Michael Adam
2013-04-18
1
-1
/
+5
*
s3:locking:brlock: let validate_lock_entries keep entries for disconnected se...
Gregor Beck
2013-04-18
1
-8
/
+23
*
s3:locking:brlock: improve the comment for the brl self cleaning code
Michael Adam
2013-04-18
1
-3
/
+6
*
s3:locking:brlock: use serverids_exist to validate_lock_entries
Gregor Beck
2013-04-18
1
-3
/
+34
*
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:net registry check: use tdb_data_string()
Gregor Beck
2013-04-18
1
-20
/
+3
*
util_tdb: add function tdb_data_string()
Gregor Beck
2013-04-18
2
-0
/
+35
*
s3:winbindd: avoid usage of procid_self()
Stefan Metzmacher
2013-04-18
1
-1
/
+3
*
s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handles
Michael Adam
2013-04-18
1
-5
/
+4
*
smbd: Remove NTSTATUS based create_synthetic_smb_fname
Volker Lendecke
2013-04-18
2
-33
/
+0
*
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 print_spool_open to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-3
/
+3
*
smbd: Convert driver_unlink_internals to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-3
/
+2
*
vfstest: Convert cmd_set_nt_acl to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
vfstest: Convert cmd_utime to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+3
*
vfstest: Convert cmd_lstat to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+3
*
vfstest: Convert cmd_stat to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-5
/
+3
*
vfstest: Convert cmd_rename to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-9
/
+6
*
vfstest: Convert cmd_pathfunc to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+4
*
vfstest: Convert cmd_open to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
vfs: Convert dirsort_opendir to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-7
/
+2
*
vfs: Convert vfs_scannedonly to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-16
/
+12
*
smbd: Convert set_create_timespec_ea to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-8
/
+5
[prev]
[next]