index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Fix bug 9809 -- missing entry in specfile
Volker Lendecke
2013-04-22
1
-0
/
+1
*
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
*
Ensure drain_socket() operates on a blocking socket.
Jeremy Allison
2013-04-19
1
-2
/
+15
*
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
*
samba-tool/dns: Fix a typo in ttl variable name
Amitay Isaacs
2013-04-19
1
-1
/
+1
*
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
*
s4:dsdb: Fix warnings about not set / set but unused / shadowed variables
Matthieu Patou
2013-04-19
7
-20
/
+5
*
s3:smbd:smb2:scavenger: fix format error for debugging open_persistent_id in ...
Michael Adam
2013-04-19
1
-4
/
+5
*
talloc: Simplify _talloc_free_poolmem a bit
Volker Lendecke
2013-04-18
1
-2
/
+14
*
talloc: Do an early return
Volker Lendecke
2013-04-18
1
-3
/
+6
*
talloc: Avoid some "else" by doing early returns
Volker Lendecke
2013-04-18
1
-4
/
+8
*
talloc: Fix nonblank line endings
Volker Lendecke
2013-04-18
1
-34
/
+34
*
selftest: S3 does not do leases yet
Volker Lendecke
2013-04-18
1
-0
/
+1
*
s4:torture/smb2: add v2 lease requests
Stefan Metzmacher
2013-04-18
1
-1
/
+209
*
s4:torture/smb2: add smb2_lease_v2_create_share() helper
Stefan Metzmacher
2013-04-18
2
-1
/
+29
*
s4:libcli/smb2: add support for SMB2 LEASES v2
Stefan Metzmacher
2013-04-18
2
-6
/
+49
*
libcli/smb: add SMB2_LEASE_FLAG_* defines
Stefan Metzmacher
2013-04-18
1
-0
/
+4
*
s4:torture/smb2: add NTCREATEX_SHARE_ACCESS_DELETE in smb2_generic_create_sha...
Stefan Metzmacher
2013-04-18
1
-1
/
+0
*
s4:torture:smb2 delete temp memory context in test_durable_open_oplock_discon...
Gregor Beck
2013-04-18
1
-2
/
+2
*
s4:torture:smb2:durable_v2: remove an unused variable
Michael Adam
2013-04-18
1
-1
/
+0
*
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
8
-1
/
+573
*
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
[next]