Fix bad string in debug message (remove it).
[abartlet/samba.git/.git] / source3 / smbd / open.c
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 ()
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...
next