summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-2/+2
* Ensure vfs_chown_fsp() is safe against races.Jeremy Allison2011-04-151-1/+1
* Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison2011-04-141-1/+1
* Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison2011-04-141-0/+21
* Don't print "success" message after error message in change_file_owner_to_par...Jeremy Allison2011-04-131-9/+8
* Subtle change. Microsoft SMB2 tests return different access mask than for SMB...Jeremy Allison2011-04-081-1/+12
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-211-1/+0
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-271-10/+9
* Ensure we don't return an incorrect access mask.Jeremy Allison2011-02-251-1/+2
* Batch oplocks conflict with exclusive as well as themselves.Jeremy Allison2011-02-241-1/+1
* Remember to free the second temporary string.Jeremy Allison2011-02-241-0/+1
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-02-231-6/+16
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.Jeremy Allison2011-02-091-1/+1
* Move to opening an fd on directory opens. Get more careful about symlink races.Jeremy Allison2011-02-091-1/+37
* Remove unneeded stat call.Jeremy Allison2011-02-091-9/+4
* Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison2011-02-081-0/+3
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-0/+15
* Fix leak in error path.Jeremy Allison2011-02-071-0/+1
* Move the "oplock file with byte range locks" check to the correct place, wher...Jeremy Allison2011-02-051-0/+15
* Based on a conversation with Volker, refactor some of the oplock code to make...Jeremy Allison2011-02-021-71/+160
* Fix bug #7928 - Samba problems with kernel oplocks option set to "no"Pavel Shilovsky2011-01-311-1/+4
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-4/+8
* 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