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