smbd: Reduce the complexity of open_file_ntcreate
[mat/samba.git] / source3 / smbd / open.c
2013-10-15 Volker Lendeckesmbd: Reduce the complexity of open_file_ntcreate
2013-10-15 Volker Lendeckesmbd: Make find_oplock_types return bool
2013-10-15 Volker Lendeckesmbd: Make loop index type match loop limit
2013-10-15 Volker Lendeckesmbd: Unify delay_for_*_oplocks
2013-10-15 Volker Lendeckesmbd: Simplify find_oplock_types a bit
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-13 Volker Lendeckesmbd: Remove unused create_options from open_mode_check
2013-10-13 Volker Lendeckesmbd: Remove name_hash param from open_mode_check
2013-10-11 Volker Lendeckesmbd: Fix the extended *.oplock.doc1 tests
2013-10-08 Volker Lendeckesmbd: Fix an error path in open_directory
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-06 Volker Lendeckesmbd: Fix confusing comments
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-10 Michael Adams3:smbd: ease file server upgrades from 3.6 and earlier...
2013-09-06 Volker Lendeckesmbd: Slightly simplify send_break_message
2013-09-06 Volker Lendeckesmbd: Remove a silly "? true : false"
2013-09-06 Volker Lendeckesmbd: Remove two confusing TALLOC_FREE calls
2013-09-05 Volker Lendeckesmbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
2013-09-03 Volker Lendeckesmbd: Simplify find_oplock_types
2013-05-07 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-04-27 Volker Lendeckesmbd: Do not fetch the record in defer_open_done
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Use dbwrap_record_watch_send for defer_open
2013-04-17 Volker Lendeckesmbd: Convert create_file_unixpath to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert open_streams_for_delete to synthetic_smb_...
2013-04-17 Volker Lendeckesmbd: Convert msg_file_was_renamed to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_dir_owner_to_parent to synthetic_s...
2013-04-17 Volker Lendeckesmbd: Convert change_file_owner_to_parent to synthetic_...
2013-04-15 Volker Lendeckesmbd: Fix an error return in change_dir_owner_to_parent
2012-12-02 Stefan Metzmachers3:smbd/open: fall back to Builtin_Administrators if...
2012-12-02 Stefan Metzmachers3:smbd/open: try the primary sid (user) as group_sid...
2012-12-02 Stefan Metzmachers3:smbd/open: use Builtin_Administrators as owner of...
2012-11-28 Stefan Metzmachers4:smbd/open: add missing TALLOC_FREE(frame) to inherit...
2012-11-19 Jeremy AllisonAdd comments explaining exactly *why* we don't check...
2012-10-17 Michael Adams3:smbd: fix brace placements in validate_my_share_entr...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-04 Jeremy AllisonRevert "When creating a new file/directory, we need...
2012-10-02 Jeremy AllisonWhen creating a new file/directory, we need to obey...
2012-09-29 Volker Lendeckes3: Fix opening a file under kernel oplocks
2012-09-29 Volker Lendeckes3: Remove a SMB_ASSERT
2012-09-29 Volker Lendeckes3: Close the now opened file descriptor in error paths
2012-09-29 Volker Lendeckes3: No code change, just re-indent
2012-09-29 Volker Lendeckes3: Remove share mode handling before we open the file
2012-09-29 Volker Lendeckes3: Fix fcb_or_dos_open after logic change
2012-09-29 Volker Lendeckes3: Copy share mode handling from before to after open_file
2012-09-26 Volker Lendeckes3: Fix rejecting mkdir on read-only shares
2012-09-26 Volker Lendeckes3: Slightly simplify open_file()
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-25 Volker Lendeckes3: Factor out calculate_open_access_flags
2012-09-25 Volker Lendeckes3: Fix a typo
2012-09-25 Volker Lendeckes3: Slightly simplify is_stat_open
2012-09-25 Volker Lendeckes3: Make is_stat_open() a bit more readable
2012-09-25 Volker Lendeckes3: Fix indentation of if-expressions
2012-09-25 Jeremy AllisonFix bug #9189 - SMB2 Create doesn't return correct...
2012-09-21 Stefan Metzmachers3:smbd: release the share mode lock before calling...
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-09-14 Jeremy AllisonFix bad string in debug message (remove it).
2012-09-14 Jeremy AllisonAdd bool use_privs parameter to smbd_check_access_rights()
2012-09-10 Volker Lendeckes3: delete requests are not special
2012-09-08 Michael Adams3:smbd: make fd_open() public
2012-09-08 Michael Adams3:smbd: don't set kernel flock if "kernel share modes...
2012-09-08 Stefan Metzmachers3:smbd: add disconnected checks to the open code.
2012-09-05 Jeremy AllisonRemove an unncessary FTRUNCATE call in the open path...
2012-09-04 Volker Lendeckes3: Slightly simplify fd_open_atomic
2012-09-04 Volker Lendeckes3: Put a comment into the right place
2012-09-04 Volker Lendeckes3: Factor out disposition_to_open_flags
2012-09-04 Volker Lendeckes3: Factor out calculation of clear_ads
2012-09-04 Volker Lendeckes3: Slightly simplify open_file_ntcreate
2012-09-04 Volker Lendeckes3: Make "open_match_attributes" static
2012-09-01 Volker Lendeckes3: Make an if statement a bit easier to read
2012-09-01 Jeremy AllisonChange the S3 fileserver over to se_file_access_check().
2012-08-30 Jeremy AllisonChange the other two places where we set a security...
2012-07-31 Volker Lendeckes3: Make request_timed_out() static
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-12 Jeremy AllisonSet fsp->initial_allocation_size before calling open_fi...
2012-07-12 Jeremy AllisonMake sure we reset fsp->initial_allocation_size to...
2012-07-10 Jeremy AllisonCope with a (non-security) open race we've had for...
2012-07-10 Jeremy AllisonNow we have a guaranteed indication of a file being...
2012-07-10 Jeremy AllisonAdd function fd_open_atomic() which uses O_CREAT|O_EXCL...
2012-07-10 Jeremy AllisonSimplify the logic in open_file() some more.
2012-07-09 Jeremy AllisonSimplify the logic in open_file().
2012-07-09 Jeremy AllisonMake check_same_stat() and check_same_dev_ino() common...
2012-07-09 Jeremy AllisonFactor out check_same_dev_ino() from check_same_stat...
2012-07-03 Andreas Schneiders3-smbd: Remove deprecated 'share modes' option.
2012-06-30 Jeremy AllisonDon't allow asynchronous creates to be canceled in...
2012-06-30 Jeremy AllisonAllow for async opens.
2012-06-30 Jeremy AllisonAdd new bool field async_open to struct deferred_open_r...
2012-06-30 Jeremy AllisonFix defer_open() fuction in the open code path to cope...
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-16 Volker Lendeckes3: Slightly simplify grant_fsp_oplock_type
2012-06-15 Michael Adams3:smbd: change open.c to use fsp_fnum_dbg() for fsp...
2012-06-10 Björn Jackes3: fix build on systems without O_NOFOLLOW
2012-06-10 Björn Jackes3: handle non-POSIX compliant Tru64, NetBSD and FreeBS...
2012-06-08 Michael Adams3:smbd: change set_file_oplock() to return NTSTATUS
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 ()
next