]> git.samba.org - mat/samba.git/history - source3/smbd/open.c
smbd: Simplify open_file_ntcreate
[mat/samba.git] / source3 / smbd / open.c
2012-06-08 Volker Lendeckes3: Replace an if with a boolean short circuit
2012-06-08 Volker Lendeckes3: Assigning ?True:False to a bool is a bit pointless
2012-06-08 Volker Lendeckes3: Remove unnecessary ()
2012-06-06 Stefan Metzmachers3:smbd: let fcb_or_dos_open() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:include: change files_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: fcb_or_dos_open() can be static
2012-06-05 Jeremy AllisonFix bug #8972 - Directory group write permission bit...
2012-06-03 Stefan Metzmachers3:smbd/open: avoid procid_is_me()
2012-05-25 Jeremy AllisonEnsure we only return NT_STATUS_DELETE_PENDING if the...
2012-05-25 Volker Lendeckes3: Check for serverid_exists in find_oplock_types
2012-05-25 Volker Lendeckes3: Check for serverid_exists in open_mode_check
2012-05-18 Volker Lendeckes3: Revert the serverid changes, they need more work
2012-05-17 Volker Lendeckes3: Check for serverid_exists in find_oplock_types
2012-05-17 Volker Lendeckes3: Check for serverid_exists in open_mode_check
2012-05-04 Volker Lendeckes3: Remove an unused parameter from check_parent_access()
2012-05-04 Volker Lendeckes3: In mkdir_internal, don't retrieve parent_dir from...
2012-05-04 Volker Lendeckes3: Fix a typo
2012-02-19 Volker Lendeckes3: Remove a pointless else branch
2012-02-19 Volker Lendeckes3: get_share_mode_lock_fresh->get_share_mode_lock
2012-02-19 Volker Lendeckes3: get_share_mode_lock->get_existing_share_mode_lock
2012-02-14 Volker Lendeckes3: files_struct->mode is only written, remove it
2012-01-31 Volker Lendeckes3: Simplify an if-statement
2012-01-31 Volker Lendeckes3: Unify stream testing in open_directory
2012-01-31 Volker Lendeckes3: Re-indent an && sequence for better understanding
2012-01-23 Richard SharpeAnother fix for bug #8556 - ACL permissions ignored...
2012-01-18 Volker LendeckeRevert "Fix bug #8175 - smbd deadlock."
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2012-01-03 Volker Lendeckes3: Remove the unused "file_existed" parameter from...
2012-01-03 Volker Lendeckes3: Avoid "file_existed" in smbd_calculate_maximum_allo...
2012-01-03 Volker Lendeckes3: Remove some else{} branches in smbd_calculate_maxim...
2012-01-03 Volker Lendeckes3: Directly use *p_access_mask in smbd_calculate_maxim...
2012-01-03 Volker Lendeckes3: Factor out smbd_calculate_maximum_allowed_access
2011-12-20 Jeremy AllisonAllow an object to be deleted from a directory if the...
2011-12-17 Jeremy Allisoncheck_name() not needed in mkdir.
2011-12-17 Jeremy AllisonEnsure VALID_STAT before accessing fields.
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-12-16 Volker Lendeckes3: Add some const to find_oplock_types
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"...
next