summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141/+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
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-271-2/+11
* Part 5 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-0/+12
* Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-3/+2
* Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-17/+25
* Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-3/+6
* Part 1 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...Jeremy Allison2011-06-101-0/+3
* s3:smbd: access checks should not depend on share mode flagsStefan Metzmacher2011-03-251-1/+0
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-03-011-6/+16
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-311-36/+4
* Add SeSecurityPrivilige.Jeremy Allison2010-11-241-21/+7
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-11-241-1/+1
* Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison2010-11-241-0/+9
* Fix bug 7581 - Users in "admin users" in smb.conf file are unable to read/wri...Jeremy Allison2010-08-231-14/+17
* 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
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-231-1/+1
* Fix logic bug where high bits tests was beingJeremy Allison2009-11-201-1/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-15/+5
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-1/+1
* s3:smbd: Fix Coverity ID 937, REVERSE_INULLVolker Lendecke2009-09-041-2/+2
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-5/+1
* Fix bug 6529 - Offline files conflict with Vista and Office 2003Jeremy Allison2009-08-211-1/+5
* s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher2009-08-191-8/+8
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+9
* Ensure the fsp->fsp_name stat_ex struct is alwaysJeremy Allison2009-08-101-0/+1
* s3: Plumb smb_filename through map_open_params_to_ntcreateTim Prouty2009-07-211-4/+6
* s3: Plumb smb_filename through open_fake_fileTim Prouty2009-07-201-11/+2
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-38/+36
* TALLOC_FREE(sd) in check_open_rights upon an errorVolker Lendecke2009-07-141-0/+1
* s3: Prepare open.c to switch fsp_name to an smb_filename structTim Prouty2009-07-081-11/+15
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-24/+47
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-16/+5
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-3/+3
* s3: Migrate a few functions in open.c to take smb_filenameTim Prouty2009-07-071-13/+15
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-36/+32
* For non-existent streams we have to return OBJECT_NAME_NOT_FOUNDVolker Lendecke2009-07-031-1/+1
* s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3: Remove get_full_smb_filename() from open_directory()Tim Prouty2009-06-251-19/+9
* s3: Change set_ea() and its callers to use smb_filenameTim Prouty2009-06-251-9/+2
* Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...Jeremy Allison2009-06-251-1/+2
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-53/+73
* Fix coverity #676. Forward NULL.Jeremy Allison2009-06-191-0/+6