summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Keep track of the sparse status of an open file handle. Allows bypass ofJeremy Allison1-0/+9
2010-12-01Fix a typo - should be '&&' not '&' when checking for privileges.Jeremy Allison1-1/+1
2010-11-04s3: Remove an unused prototypeVolker Lendecke1-17/+0
2010-10-22Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison1-2/+2
2010-10-22Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison1-2/+2
2010-10-21Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison1-21/+8
2010-10-15Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison1-1/+1
2010-10-15Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison1-0/+9
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-10-03s3: Remove smbd_server_conn from msg_file_was_renamedVolker Lendecke1-1/+8
2010-10-03s3: Remove smbd_server_conn from validate_my_share_entriesVolker Lendecke1-3/+5
2010-09-28s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke1-2/+3
2010-09-28s3: Lift smbd_server_conn from file_find_difVolker Lendecke1-1/+1
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-1/+1
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1
2010-07-29s3: Avoid an unnecessary ftruncate callVolker Lendecke1-1/+1
2010-07-27s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce1-2/+3
2010-07-05s3: Remove procid_self() from fill_deferred_open_entry()Volker Lendecke1-5/+10
2010-07-05s3: Remove smbd_messaging_context() from send_break_message()Volker Lendecke1-1/+1
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-3/+3
2010-06-03s3-security: use shared SECINFO_SACL define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-3/+3
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-3/+3
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-13Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison1-1/+1
2010-05-13Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison1-1/+23
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce1-2/+2
2010-04-23Allow smb2 create requests to be cancelled.Jeremy Allison1-9/+18
2010-04-22Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison1-1/+1
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison1-6/+8
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison1-26/+26
2010-03-15Switch over to using get_currect_XXX() accessor functions.Jeremy Allison1-3/+3
2010-03-15Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison1-3/+3
2010-03-12Missed a couple more uses of conn->server_info->ptok that need to be get_curr...Jeremy Allison1-19/+22
2010-03-12Remove more uses of "extern struct current_user current_user;".Jeremy Allison1-3/+3
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-19/+36
2009-12-16Add helpful debug of DACL for errors on ACL access.Jeremy Allison1-2/+10
2009-12-03Make sure we're not using the old smb_fname data.Jeremy Allison1-1/+1
2009-12-03Remove smb_fname duplicates that just keep the same information as in fsp->fs...Jeremy Allison1-13/+11
2009-12-02Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison1-2/+2
2009-11-25Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison1-2/+1
2009-11-23Remove unused code.Jeremy Allison1-46/+0
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-3/+2
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-2/+2
2009-11-23s3: Move a variable declaration to its only useVolker Lendecke1-1/+1
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-2/+2
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-2/+3
2009-11-20Fix logic bug where high bits tests was beingJeremy Allison1-1/+1
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-15/+5