summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix an error return in change_dir_owner_to_parentVolker Lendecke2013-04-151-1/+1
* s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a ...Stefan Metzmacher2012-12-021-0/+54
* s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...Stefan Metzmacher2012-12-021-1/+5
* s3:smbd/open: use Builtin_Administrators as owner of files (if possible)Stefan Metzmacher2012-12-021-4/+41
* s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()Stefan Metzmacher2012-11-281-0/+2
* Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison2012-11-191-3/+21
* s3:smbd: fix brace placements in validate_my_share_entries() for readabilityMichael Adam2012-10-171-2/+4
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-8/+14
* Revert "When creating a new file/directory, we need to obey the create mask/d...Jeremy Allison2012-10-041-15/+0
* When creating a new file/directory, we need to obey the create mask/directory...Jeremy Allison2012-10-021-0/+15
* s3: Fix opening a file under kernel oplocksVolker Lendecke2012-09-291-0/+79
* s3: Remove a SMB_ASSERTVolker Lendecke2012-09-291-2/+0
* s3: Close the now opened file descriptor in error pathsVolker Lendecke2012-09-291-0/+3
* s3: No code change, just re-indentVolker Lendecke2012-09-291-188/+187
* s3: Remove share mode handling before we open the fileVolker Lendecke2012-09-291-204/+1
* s3: Fix fcb_or_dos_open after logic changeVolker Lendecke2012-09-291-1/+2
* s3: Copy share mode handling from before to after open_fileVolker Lendecke2012-09-291-17/+124
* s3: Fix rejecting mkdir on read-only sharesVolker Lendecke2012-09-271-1/+1
* s3: Slightly simplify open_file()Volker Lendecke2012-09-261-1/+2
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-9/+10
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-13/+17
* s3: Factor out calculate_open_access_flagsVolker Lendecke2012-09-261-15/+31
* s3: Fix a typoVolker Lendecke2012-09-251-1/+1
* s3: Slightly simplify is_stat_openVolker Lendecke2012-09-251-3/+2
* s3: Make is_stat_open() a bit more readableVolker Lendecke2012-09-251-4/+7
* s3: Fix indentation of if-expressionsVolker Lendecke2012-09-251-2/+3
* Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...Jeremy Allison2012-09-251-0/+7
* s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher2012-09-211-0/+2
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-151-4/+7
* Fix bad string in debug message (remove it).Jeremy Allison2012-09-141-4/+2
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-141-4/+12
* s3: delete requests are not specialVolker Lendecke2012-09-101-16/+0
* s3:smbd: make fd_open() publicMichael Adam2012-09-081-4/+4
* s3:smbd: don't set kernel flock if "kernel share modes = no"Michael Adam2012-09-081-1/+1
* s3:smbd: add disconnected checks to the open code.Stefan Metzmacher2012-09-081-0/+31
* Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison2012-09-051-29/+1
* s3: Slightly simplify fd_open_atomicVolker Lendecke2012-09-051-8/+7
* s3: Put a comment into the right placeVolker Lendecke2012-09-041-4/+5
* s3: Factor out disposition_to_open_flagsVolker Lendecke2012-09-041-24/+57
* s3: Factor out calculation of clear_adsVolker Lendecke2012-09-041-5/+17
* s3: Slightly simplify open_file_ntcreateVolker Lendecke2012-09-041-5/+5
* s3: Make "open_match_attributes" staticVolker Lendecke2012-09-041-6/+6
* s3: Make an if statement a bit easier to readVolker Lendecke2012-09-011-2/+3
* Change the S3 fileserver over to se_file_access_check().Jeremy Allison2012-08-311-6/+9
* Change the other two places where we set a security descriptor given by the c...Jeremy Allison2012-08-301-5/+1
* s3: Make request_timed_out() staticVolker Lendecke2012-07-311-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* Set fsp->initial_allocation_size before calling open_file_ntcreate().Jeremy Allison2012-07-121-0/+5
* Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...Jeremy Allison2012-07-121-0/+2
* Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...Jeremy Allison2012-07-101-0/+25