summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix bug 8102Volker Lendecke2011-07-051-0/+8
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-241-2/+11
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* Ensure when creating a directory, if we make any changes due to inheritance p...Jeremy Allison2011-06-091-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-081-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-071-0/+2
* Move fd_close on error path to be identical to all other error paths.Jeremy Allison2011-06-011-2/+1
* TALLOC_FREE already checks for null.Jeremy Allison2011-06-011-3/+1
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-011-27/+71
* Fix the SMB2 showstopper, found by an extended torture test from Volker.Jeremy Allison2011-05-161-3/+25
* Ensure we always write the correct incoming mid into the share modeJeremy Allison2011-05-161-2/+4
* 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