s3: Make open_file_ntcreate a bit easier to read
[mat/samba.git] / source3 / smbd / open.c
2011-12-16 Volker Lendeckes3: Make open_file_ntcreate a bit easier to read
2011-12-16 Volker Lendeckes3: Make open_file_ntcreate a bit easier to read
2011-12-16 Volker Lendeckes3: Make open_file_ntcreate a bit easier to read
2011-12-16 Volker Lendeckes3: Slightly simplify delay_for_exclusive_oplocks
2011-12-16 Volker Lendeckes3: Slightly simplify delay_for_batch_oplocks
2011-12-16 Jeremy AllisonThird part of fix for bug #8663 - deleting a symlink...
2011-12-16 Jeremy AllisonFirst part of fix for bug #8663 - deleting a symlink...
2011-12-14 Volker Lendeckes3: Slightly simplify the logic in defer_open
2011-12-14 Volker Lendeckes3: Remove UNUSED_SHARE_MODE_ENTRY
2011-12-14 Stefan Metzmachers3:smbd/open: use talloc_get_type_abort() as private_da...
2011-12-13 Volker Lendeckes3: Remove an else{} in remove_deferred_open_entry
2011-12-13 Stefan Metzmachers3:smbd/open: pass smbd_server_connection as private_da...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-22 Jeremy AllisonMove setting the inherited ACL into the main open code...
2011-11-22 Jeremy AllisonMove the "set SD" code into provided SD and "inherit...
2011-11-22 Jeremy AllisonOnly add the SD if it's not a new stream file.
2011-11-22 Jeremy AllisonMove the add security descriptor code to *after* all...
2011-11-04 Jeremy AllisonNo longer do the pre-check on DELETE_ACCESS - we're...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy AllisonRename smbd_check_open_rights() to smbd_check_access_ri...
2011-11-04 Jeremy AllisonReplace smb1_file_se_access_check() with just se_access...
2011-11-04 Jeremy AllisonMove root check out of smb1_file_se_access_check()...
2011-11-04 Jeremy Allisonsmb1_file_se_access_check() is now static to smbd/open.c
2011-11-04 Jeremy AllisonRevert "Change function signature of check_parent_acces...
2011-11-01 Jeremy AllisonChange function signature of check_parent_access()...
2011-10-28 Jeremy AllisonRemove the order dependency in parent_override_delete...
2011-10-28 Jeremy AllisonRemove unused "struct security_descriptor" parameter...
2011-10-28 Jeremy AllisonFinally do all the open checks inside open_file()....
2011-10-28 Jeremy AllisonSimplify smbd_check_open_rights() and move all the...
2011-10-28 Jeremy AllisonMove parent_override_delete() to before I need to use it.
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-26 Jeremy AllisonFactor out the code checking if a parent should overrid...
2011-10-26 Jeremy AllisonRemove another level of indentation - deal with !NT_STA...
2011-10-26 Jeremy AllisonAdd early return on stat open without O_CREAT if file...
2011-10-20 Jeremy AllisonRefactor to create check_parent_access() which can...
2011-10-20 Jeremy AllisonMake mkdir_internal() check the parent ACL for SEC_DIR_...
2011-10-19 Jeremy AllisonFix error return to be NT_STATUS_NOT_A_DIRECTORY.
2011-10-19 Jeremy AllisonMake use of the "dir_exists" we already have on directo...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-10-04 Jeremy AllisonFix bug #8507 - smbd doesn't correctly honor the "force...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-08-02 Volker Lendeckes3: Explicitly pass sconn to remove_deferred_open_messa...
2011-07-29 Volker Lendeckes3: Make map_open_params_to_ntcreate() available in...
2011-07-29 Volker Lendeckes3: Make is_executable() available in lib/
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-11 Stefan Metzmachers3:smbd: check the share level access mask in smbd_calc...
2011-07-11 Stefan Metzmachers3:smbd: make smbd_calculate_access_mask() non-static
2011-07-05 Volker Lendeckes3: Fix bug 8102
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-23 Jeremy AllisonFix bug #8254 - "acl check permissions = no" does not...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-08 Jeremy AllisonEnsure when creating a directory, if we make any change...
2011-06-08 Jeremy AllisonPart 4 of bugfix for #8211 - "inherit owner = yes"...
2011-06-08 Jeremy AllisonPart 3 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 2 of bugfix for #8211 - "inherit owner = yes"...
2011-06-07 Jeremy AllisonPart 1 of bugfix for #8211 - "inherit owner = yes"...
2011-06-01 Jeremy AllisonMove fd_close on error path to be identical to all...
2011-06-01 Jeremy AllisonTALLOC_FREE already checks for null.
2011-06-01 Jeremy AllisonFix bug #8175 - smbd deadlock.
2011-05-16 Jeremy AllisonFix the SMB2 showstopper, found by an extended torture...
2011-05-16 Jeremy AllisonEnsure we always write the correct incoming mid into...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-15 Jeremy AllisonEnsure vfs_chown_fsp() is safe against races.
2011-04-14 Jeremy AllisonEnsure change_dir_owner_to_parent() can't be raced.
2011-04-14 Jeremy AllisonOptimization for change_file_owner_to_parent() and...
2011-04-13 Jeremy AllisonDon't print "success" message after error message in...
2011-04-08 Jeremy AllisonSubtle change. Microsoft SMB2 tests return different...
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-21 Stefan Metzmachers3:smbd: access checks should not depend on share mode...
2011-02-27 Volker Lendeckes3: Fix some nonempty blank lines
2011-02-25 Jeremy AllisonEnsure we don't return an incorrect access mask.
2011-02-24 Jeremy AllisonBatch oplocks conflict with exclusive as well as themse...
2011-02-24 Jeremy AllisonRemember to free the second temporary string.
2011-02-24 Jeremy AllisonFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODE...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-09 Jeremy AllisonOops. Need to test for if(!NT_STATUS_IS_OK(..)) for...
2011-02-09 Jeremy AllisonMove to opening an fd on directory opens. Get more...
2011-02-09 Jeremy AllisonRemove unneeded stat call.
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-08 Jeremy AllisonFix leak in error path.
2011-02-05 Jeremy AllisonMove the "oplock file with byte range locks" check...
2011-02-02 Jeremy AllisonBased on a conversation with Volker, refactor some...
2011-01-31 Pavel ShilovskyFix bug #7928 - Samba problems with kernel oplocks...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-02 Jeremy AllisonFix a typo - should be '&&' not '&' when checking for...
2010-11-04 Volker Lendeckes3: Remove an unused prototype
next