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-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
2013-01-09
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
1
-19
/
+11
2013-01-09
Allow create_conn_struct() to be called with snum == -1.
Jeremy Allison
1
-4
/
+9
2013-01-09
smbd: Rework create_conn_struct to use conn_new()
Andrew Bartlett
1
-22
/
+18
2013-01-08
smbd: Fix bug 9549 -- Memleak in the async echo handler
Volker Lendecke
1
-1
/
+1
2013-01-07
pysmbd: Change to keyword based arguments
Andrew Bartlett
1
-23
/
+43
2013-01-07
pysmbd: Convert pysmbd to take an optional service to connect to
Andrew Bartlett
2
-127
/
+159
2013-01-07
smbd: Fix calls to create_conn_struct_cwd to be correctly indented.
Andrew Bartlett
1
-16
/
+16
2013-01-07
smbd: Split create_conn_struct into a fn that does not change the working dir
Andrew Bartlett
2
-16
/
+53
2012-12-21
s3-smbd: Check return code of SMB_VFS_{L}STAT.
Andreas Schneider
1
-2
/
+7
2012-12-18
Fix bug #9196 - defer_open is triggered multiple times on the same request.
Jeremy Allison
1
-3
/
+3
2012-12-07
s3: Fix clear_if_first for the async echo handler
Volker Lendecke
1
-1
/
+1
2012-12-05
s3:smbd: fix a cut and paste error in a debug message
Michael Adam
1
-2
/
+2
2012-12-05
s3:smbd: don't apply create/directory mask and modes in apply_default_perms()
Michael Adam
1
-77
/
+11
2012-12-06
Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...
Richard Sharpe
1
-1
/
+22
2012-12-04
Remove unused append_parent_acl().
Jeremy Allison
2
-204
/
+0
2012-12-02
s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...
Stefan Metzmacher
1
-0
/
+54
2012-12-02
s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...
Stefan Metzmacher
1
-1
/
+5
2012-12-02
s3:smbd/open: use Builtin_Administrators as owner of files (if possible)
Stefan Metzmacher
1
-4
/
+41
2012-11-30
Fix Bug 9422 - large read requests cause server to issue malformed reply
Volker Lendecke
1
-1
/
+1
2012-11-28
s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()
Stefan Metzmacher
1
-0
/
+2
2012-11-20
s3:smbd/aio do not mark file modified during reads
Christian Ambach
1
-2
/
+0
2012-11-20
More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...
Jeremy Allison
2
-7
/
+10
2012-11-19
Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...
Jeremy Allison
1
-3
/
+21
2012-11-15
Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...
Jeremy Allison
1
-7
/
+10
2012-11-14
smbd_open_one_socket does not use the messaging_context variable so why pass ...
Richard Sharpe
1
-3
/
+0
2012-11-14
A small error message fix in source3/smbd/server.c
Richard Sharpe
1
-1
/
+1
2012-11-13
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2
-108
/
+1
2012-11-13
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
3
-42
/
+27
2012-11-13
smbd: Correctly set fsp->is_directory before dealing with ACLs
Andrew Bartlett
1
-1
/
+24
[next]