summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-201-3/+3
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-201-3/+3
* Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...Jeremy Allison2011-10-081-6/+6
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-08-181-147/+0
* s3: Make is_executable() available in lib/Volker Lendecke2011-08-181-17/+0
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-08-181-4/+4
* s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher2011-07-131-0/+17
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-131-14/+15
* s3: Fix bug 8102Volker Lendecke2011-07-131-0/+8
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-281-2/+11
* Part 5 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-091-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-091-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-091-17/+43
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-091-3/+5
* Fix bug #8175 - smbd deadlock.Jeremy Allison2011-06-071-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
* 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-04-051-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-04-051-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-04-051-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-04-051-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-051-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