summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...Jeremy Allison2013-01-091-19/+11
* Allow create_conn_struct() to be called with snum == -1.Jeremy Allison2013-01-091-4/+9
* smbd: Rework create_conn_struct to use conn_new()Andrew Bartlett2013-01-091-22/+18
* smbd: Fix bug 9549 -- Memleak in the async echo handlerVolker Lendecke2013-01-081-1/+1
* pysmbd: Change to keyword based argumentsAndrew Bartlett2013-01-071-23/+43
* pysmbd: Convert pysmbd to take an optional service to connect toAndrew Bartlett2013-01-072-127/+159
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-071-16/+16
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-072-16/+53
* s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider2012-12-211-2/+7
* Fix bug #9196 - defer_open is triggered multiple times on the same request.Jeremy Allison2012-12-181-3/+3
* s3: Fix clear_if_first for the async echo handlerVolker Lendecke2012-12-071-1/+1
* s3:smbd: fix a cut and paste error in a debug messageMichael Adam2012-12-051-2/+2
* s3:smbd: don't apply create/directory mask and modes in apply_default_perms()Michael Adam2012-12-051-77/+11
* Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...Richard Sharpe2012-12-061-1/+22
* Remove unused append_parent_acl().Jeremy Allison2012-12-042-204/+0
* s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...Stefan Metzmacher2012-12-021-0/+54
* s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...Stefan Metzmacher2012-12-021-1/+5
* s3:smbd/open: use Builtin_Administrators as owner of files (if possible)Stefan Metzmacher2012-12-021-4/+41
* Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke2012-11-301-1/+1
* s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()Stefan Metzmacher2012-11-281-0/+2
* s3:smbd/aio do not mark file modified during readsChristian Ambach2012-11-201-2/+0
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-202-7/+10
* Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison2012-11-191-3/+21
* Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison2012-11-151-7/+10
* smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe2012-11-141-3/+0
* A small error message fix in source3/smbd/server.cRichard Sharpe2012-11-141-1/+1
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-132-108/+1
* Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett2012-11-133-42/+27
* smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett2012-11-131-1/+24
* pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett2012-11-121-1/+1
* s3:smbd: Fix typo in got_duplicate_group checkArvid Requate2012-11-101-1/+1
* Remove two unused variablesVolker Lendecke2012-11-071-1/+0
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-053-6/+9
* smb2_server: Fix typo in comment.Karolin Seeger2012-11-021-1/+1
* s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam2012-11-021-1/+1
* s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher2012-10-301-1/+1
* s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam2012-10-291-2/+0
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-293-1/+37
* pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett2012-10-261-9/+34
* pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett2012-10-261-0/+5
* pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett2012-10-261-0/+68
* s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam2012-10-251-392/+261
* pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett2012-10-251-2/+2
* s3: Fix some blank line endingsVolker Lendecke2012-10-201-5/+5
* s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke2012-10-201-13/+8
* s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam2012-10-191-0/+456
* s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam2012-10-191-1/+0
* s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher2012-10-191-0/+12
* s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher2012-10-191-0/+19
* s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher2012-10-191-0/+8