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