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
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
2013-01-09
1
-19
/
+11
*
Allow create_conn_struct() to be called with snum == -1.
Jeremy Allison
2013-01-09
1
-4
/
+9
*
smbd: Rework create_conn_struct to use conn_new()
Andrew Bartlett
2013-01-09
1
-22
/
+18
*
smbd: Fix bug 9549 -- Memleak in the async echo handler
Volker Lendecke
2013-01-08
1
-1
/
+1
*
pysmbd: Change to keyword based arguments
Andrew Bartlett
2013-01-07
1
-23
/
+43
*
pysmbd: Convert pysmbd to take an optional service to connect to
Andrew Bartlett
2013-01-07
2
-127
/
+159
*
smbd: Fix calls to create_conn_struct_cwd to be correctly indented.
Andrew Bartlett
2013-01-07
1
-16
/
+16
*
smbd: Split create_conn_struct into a fn that does not change the working dir
Andrew Bartlett
2013-01-07
2
-16
/
+53
*
s3-smbd: Check return code of SMB_VFS_{L}STAT.
Andreas Schneider
2012-12-21
1
-2
/
+7
*
Fix bug #9196 - defer_open is triggered multiple times on the same request.
Jeremy Allison
2012-12-18
1
-3
/
+3
*
s3: Fix clear_if_first for the async echo handler
Volker Lendecke
2012-12-07
1
-1
/
+1
*
s3:smbd: fix a cut and paste error in a debug message
Michael Adam
2012-12-05
1
-2
/
+2
*
s3:smbd: don't apply create/directory mask and modes in apply_default_perms()
Michael Adam
2012-12-05
1
-77
/
+11
*
Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...
Richard Sharpe
2012-12-06
1
-1
/
+22
*
Remove unused append_parent_acl().
Jeremy Allison
2012-12-04
2
-204
/
+0
*
s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...
Stefan Metzmacher
2012-12-02
1
-0
/
+54
*
s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...
Stefan Metzmacher
2012-12-02
1
-1
/
+5
*
s3:smbd/open: use Builtin_Administrators as owner of files (if possible)
Stefan Metzmacher
2012-12-02
1
-4
/
+41
*
Fix Bug 9422 - large read requests cause server to issue malformed reply
Volker Lendecke
2012-11-30
1
-1
/
+1
*
s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()
Stefan Metzmacher
2012-11-28
1
-0
/
+2
*
s3:smbd/aio do not mark file modified during reads
Christian Ambach
2012-11-20
1
-2
/
+0
*
More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...
Jeremy Allison
2012-11-20
2
-7
/
+10
*
Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...
Jeremy Allison
2012-11-19
1
-3
/
+21
*
Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...
Jeremy Allison
2012-11-15
1
-7
/
+10
*
smbd_open_one_socket does not use the messaging_context variable so why pass ...
Richard Sharpe
2012-11-14
1
-3
/
+0
*
A small error message fix in source3/smbd/server.c
Richard Sharpe
2012-11-14
1
-1
/
+1
*
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2012-11-13
2
-108
/
+1
*
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
2012-11-13
3
-42
/
+27
*
smbd: Correctly set fsp->is_directory before dealing with ACLs
Andrew Bartlett
2012-11-13
1
-1
/
+24
*
pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
Andrew Bartlett
2012-11-12
1
-1
/
+1
*
s3:smbd: Fix typo in got_duplicate_group check
Arvid Requate
2012-11-10
1
-1
/
+1
*
Remove two unused variables
Volker Lendecke
2012-11-07
1
-1
/
+0
*
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
2012-11-05
3
-6
/
+9
*
smb2_server: Fix typo in comment.
Karolin Seeger
2012-11-02
1
-1
/
+1
*
s3:smbd:smb2: fix a comment typo in the crediting code.
Michael Adam
2012-11-02
1
-1
/
+1
*
s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...
Stefan Metzmacher
2012-10-30
1
-1
/
+1
*
s3:smbd:durable: remove a TODO comment about write time updates
Michael Adam
2012-10-29
1
-2
/
+0
*
Fix bug #9329 - Directory listing with SeBackup can crash smbd.
Jeremy Allison
2012-10-29
3
-1
/
+37
*
pysmbd: Set umask to 0 during smbd operations
Andrew Bartlett
2012-10-26
1
-9
/
+34
*
pysmbd: Remember to close files after setting the NT ACL
Andrew Bartlett
2012-10-26
1
-0
/
+5
*
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
2012-10-26
1
-0
/
+68
*
s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...
Michael Adam
2012-10-25
1
-392
/
+261
*
pysmbd: Fix pysmbd octal mode handling
Andrew Bartlett
2012-10-25
1
-2
/
+2
*
s3: Fix some blank line endings
Volker Lendecke
2012-10-20
1
-5
/
+5
*
s3: Use talloc_stackframe in token_contains_name_in_list
Volker Lendecke
2012-10-20
1
-13
/
+8
*
s3:smbd:durable: store stat info for disconnected durables and check at recon...
Michael Adam
2012-10-19
1
-0
/
+456
*
s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()
Michael Adam
2012-10-19
1
-1
/
+0
*
s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookie
Stefan Metzmacher
2012-10-19
1
-0
/
+12
*
s3:smbd/durable: update the low level write_time before disconnecting the file.
Stefan Metzmacher
2012-10-19
1
-0
/
+19
*
s3:smbd/durable: trigger pending write_time updates before disconnecting the ...
Stefan Metzmacher
2012-10-19
1
-0
/
+8
[prev]
[next]