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
...
*
s3: Make SMB2_GETINFO multi-volume aware.
Ira Cooper
2013-02-08
3
-9
/
+20
*
smbd: Fix a typo
Volker Lendecke
2013-01-30
1
-1
/
+1
*
Fix bug #9571 - Unlink after open causes smbd to panic.
Pavel Shilovsky
2013-01-28
1
-3
/
+3
*
Fix bug #9588 - ACLs are not inherited to directories for DFS shares.
Jeremy Allison
2013-01-28
1
-0
/
+13
*
Fix bug #9587 - archive flag is always set on directories.
Jeremy Allison
2013-01-25
1
-1
/
+2
*
Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.
Jeremy Allison
2013-01-24
1
-2
/
+30
*
Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...
Jeremy Allison
2013-01-24
1
-10
/
+1
*
smbd: Fix a NULL vs false return error
Volker Lendecke
2013-01-23
1
-1
/
+1
*
Fix warnings with mismatched sizes in arguments to DEBUG statements.
Jeremy Allison
2013-01-19
1
-8
/
+8
*
Remove locking across the lifetime of the copychunk call.
Jeremy Allison
2013-01-18
1
-116
/
+1
*
Add additional copychunk checks.
Jeremy Allison
2013-01-18
1
-0
/
+22
*
Move handle checking code to copychunk_check_handles().
Jeremy Allison
2013-01-18
1
-21
/
+37
*
smb2_ioctl: copychunk request max output validation
David Disseldorp
2013-01-17
1
-0
/
+12
*
smb2_ioctl: track copychunk response output state
David Disseldorp
2013-01-16
1
-16
/
+38
*
smb2_ioctl: copychunk CHECK_READ and CHECK_WRITE
David Disseldorp
2013-01-16
1
-0
/
+25
*
smb2_ioctl: only pass through to VFS on a valid fsp
David Disseldorp
2013-01-16
1
-13
/
+17
*
smb2_ioctl: perform locking around copychunk requests
David Disseldorp
2013-01-16
1
-17
/
+137
*
smbd: split out file_fsp_get from file_fsp_smb2
David Disseldorp
2013-01-16
2
-10
/
+27
*
smb2_ioctl: remove ioctl error response assumptions
David Disseldorp
2013-01-16
1
-17
/
+57
*
smb2_ioctl: add support for FSCTL_SRV_COPYCHUNK
David Disseldorp
2013-01-16
1
-4
/
+231
*
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
2013-01-16
1
-2
/
+24
*
smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support
David Disseldorp
2013-01-16
1
-2
/
+47
*
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
2013-01-16
6
-355
/
+676
*
smb2_ioctl: split ioctl handlers into separate funtions
David Disseldorp
2013-01-16
1
-154
/
+173
*
Use the new directory_create_or_exist_strict() function.
Andreas Schneider
2013-01-09
1
-1
/
+1
*
s3:smb2_negprot: set the 'remote_proto' value
Stefan Metzmacher
2013-01-09
1
-0
/
+8
*
Fixup the change_to_user_by_session() case as called from become_user_by_sess...
Jeremy Allison
2013-01-09
1
-0
/
+22
*
smbd: Remove some ()
Volker Lendecke
2013-01-09
1
-3
/
+3
*
smbd: Simplify an if-expression
Volker Lendecke
2013-01-09
1
-10
/
+7
*
smbd: Fix a typo
Volker Lendecke
2013-01-09
1
-1
/
+1
*
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Jeremy Allison
2013-01-09
3
-41
/
+38
*
Fix bug #9518 - conn->share_access appears not be be reset between users.
Jeremy Allison
2013-01-09
1
-20
/
+8
*
Factor code out of check_user_ok() into a call to check_user_share_access().
Jeremy Allison
2013-01-09
1
-34
/
+7
*
Initialize stack variables. Prelude to factoring out calls to check_user_shar...
Jeremy Allison
2013-01-09
1
-2
/
+2
*
Add check_user_share_access() which factors out the share security and read_o...
Jeremy Allison
2013-01-09
2
-0
/
+60
*
Correctly setup the conn->share_access based on the current user token.
Jeremy Allison
2013-01-09
1
-12
/
+22
*
Change API for create_share_access_mask() - remove conn struct.
Jeremy Allison
2013-01-09
2
-7
/
+7
*
Change API for create_share_access_mask() to pass in the token.
Jeremy Allison
2013-01-09
2
-4
/
+9
*
Fix API for create_share_access_mask().
Jeremy Allison
2013-01-09
2
-9
/
+12
*
Remove static from create_share_access_mask().
Jeremy Allison
2013-01-09
2
-1
/
+2
*
Add uint32_t share_access to vuid_cache_entry.
Jeremy Allison
2013-01-09
1
-0
/
+1
*
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
2013-01-09
2
-6
/
+7
*
Remove unneeded variable "const struct auth_session_info *session_info"
Jeremy Allison
2013-01-09
1
-3
/
+1
*
Remove dead code now vuser can no longer be NULL.
Jeremy Allison
2013-01-09
1
-8
/
+0
*
Remove the second set of {} braces, no longer needed.
Jeremy Allison
2013-01-09
1
-20
/
+18
*
Remove one set of enclosing {} braces, no longer needed.
Jeremy Allison
2013-01-09
1
-9
/
+7
*
Move the definition of struct vuid_cache_entry *ent outside blocks.
Jeremy Allison
2013-01-09
1
-4
/
+2
*
Start to tidy-up check_user_ok().
Jeremy Allison
2013-01-09
1
-3
/
+2
*
source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...
Jeremy Allison
2013-01-09
1
-24
/
+10
*
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
2013-01-09
1
-19
/
+11
[prev]
[next]