summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the order dependency in parent_override_delete(), just check for & not...Jeremy Allison2011-10-281-2/+2
* Remove unused "struct security_descriptor" parameter from check_parent_access()Jeremy Allison2011-10-281-8/+2
* Finally do all the open checks inside open_file(). Checks insideJeremy Allison2011-10-281-0/+30
* Simplify smbd_check_open_rights() and move all the special casing inside it.Jeremy Allison2011-10-281-101/+72
* Move parent_override_delete() to before I need to use it.Jeremy Allison2011-10-281-19/+19
* Make smbd_check_open_rights() static.Jeremy Allison2011-10-281-1/+1
* Factor out the code checking if a parent should override DELETE_ACCESS into a...Jeremy Allison2011-10-261-9/+31
* Remove another level of indentation - deal with !NT_STATUS_OK individually.Jeremy Allison2011-10-261-65/+63
* Add early return on stat open without O_CREAT if file doesn't exist.Jeremy Allison2011-10-261-71/+74
* Refactor to create check_parent_access() which can be called for file creatio...Jeremy Allison2011-10-201-23/+64
* Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.Jeremy Allison2011-10-201-2/+33
* Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison2011-10-201-2/+2
* Make use of the "dir_exists" we already have on directory open.Jeremy Allison2011-10-201-8/+28
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-3/+3
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-3/+3
* Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...Jeremy Allison2011-10-051-6/+6
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-1/+1
* s3: Explicitly pass sconn to remove_deferred_open_message_smbVolker Lendecke2011-08-021-1/+1
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-291-147/+0
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-291-17/+0
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-07-291-4/+4
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher2011-07-111-0/+17
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-111-14/+15
* 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