summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-12-21s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider1-2/+7
2012-12-18Fix bug #9196 - defer_open is triggered multiple times on the same request.Jeremy Allison1-3/+3
2012-12-07s3: Fix clear_if_first for the async echo handlerVolker Lendecke1-1/+1
2012-12-05s3:smbd: fix a cut and paste error in a debug messageMichael Adam1-2/+2
2012-12-05s3:smbd: don't apply create/directory mask and modes in apply_default_perms()Michael Adam1-77/+11
2012-12-06Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INF...Richard Sharpe1-1/+22
2012-12-04Remove unused append_parent_acl().Jeremy Allison2-204/+0
2012-12-02s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...Stefan Metzmacher1-0/+54
2012-12-02s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...Stefan Metzmacher1-1/+5
2012-12-02s3:smbd/open: use Builtin_Administrators as owner of files (if possible)Stefan Metzmacher1-4/+41
2012-11-30Fix Bug 9422 - large read requests cause server to issue malformed replyVolker Lendecke1-1/+1
2012-11-28s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()Stefan Metzmacher1-0/+2
2012-11-20s3:smbd/aio do not mark file modified during readsChristian Ambach1-2/+0
2012-11-20More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2-7/+10
2012-11-19Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison1-3/+21
2012-11-15Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison1-7/+10
2012-11-14smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe1-3/+0
2012-11-14A small error message fix in source3/smbd/server.cRichard Sharpe1-1/+1
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2-108/+1
2012-11-13Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett3-42/+27
2012-11-13smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett1-1/+24
2012-11-12pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett1-1/+1
2012-11-10s3:smbd: Fix typo in got_duplicate_group checkArvid Requate1-1/+1
2012-11-07Remove two unused variablesVolker Lendecke1-1/+0
2012-11-05s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher3-6/+9
2012-11-02smb2_server: Fix typo in comment.Karolin Seeger1-1/+1
2012-11-02s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam1-1/+1
2012-10-30s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher1-1/+1
2012-10-29s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam1-2/+0
2012-10-29Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison3-1/+37
2012-10-26pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett1-9/+34
2012-10-26pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett1-0/+5
2012-10-26pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett1-0/+68
2012-10-25s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam1-392/+261
2012-10-25pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett1-2/+2
2012-10-20s3: Fix some blank line endingsVolker Lendecke1-5/+5
2012-10-20s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke1-13/+8
2012-10-19s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam1-0/+456
2012-10-19s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam1-1/+0
2012-10-19s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher1-0/+12
2012-10-19s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher1-0/+19
2012-10-19s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher1-0/+8
2012-10-19s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2-88/+0
2012-10-19s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2-19/+0
2012-10-19s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2-0/+4
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck1-3/+0
2012-10-19s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.Gregor Beck1-99/+33
2012-10-19s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck1-18/+8
2012-10-19s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck1-10/+17
2012-10-19s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()Gregor Beck2-0/+74