Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-30 | Don't allow asynchronous creates to be canceled in SMB2. | Jeremy Allison | 1 | -3/+14 | |
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Jun 30 04:10:02 CEST 2012 on sn-devel-104 | |||||
2012-06-30 | Allow for async opens. | Jeremy Allison | 1 | -4/+35 | |
If the SMB_VFS_OPEN() function returns -1, EINTR -> NT_STATUS_RETRY, then queue the open up to be completed when the async open completes. | |||||
2012-06-30 | Add new bool field async_open to struct deferred_open_record. Not used yet. | Jeremy Allison | 1 | -0/+4 | |
2012-06-30 | Fix defer_open() fuction in the open code path to cope with a NULL lck ↵ | Jeremy Allison | 1 | -11/+16 | |
parameter. | |||||
2012-06-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jun 25 17:13:59 CEST 2012 on sn-devel-104 | |||||
2012-06-21 | s3:util: rename procid_equal() to serverid_equal() | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3: Slightly simplify grant_fsp_oplock_type | Volker Lendecke | 1 | -1/+3 | |
The "else" is not necessary, we did a return in the if-branch Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-06-15 | s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-10 | s3: fix build on systems without O_NOFOLLOW | Björn Jacke | 1 | -1/+1 | |
2012-06-10 | s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW ↵ | Björn Jacke | 1 | -1/+20 | |
symlink open calls or should we leave the NetBSD and FreeBSD platforms just broken? Actually these two *want* to have broken platforms as they use different errno's than POSIX demands *interntionally*. The POSIX errno ELOOP for O_NOFOLLOW open calls on symlinks is clear and unambiguous. See http://gnats.netbsd.org/43154 for the interesting NetBSD discussion on that. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Jun 10 16:10:02 CEST 2012 on sn-devel-104 | |||||
2012-06-08 | s3:smbd: change set_file_oplock() to return NTSTATUS | Michael Adam | 1 | -1/+2 | |
Pair-Programmed-With: Volker Lendecke <vl@samba.org> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jun 8 23:20:20 CEST 2012 on sn-devel-104 | |||||
2012-06-08 | s3: Replace an if with a boolean short circuit | Volker Lendecke | 1 | -5/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-08 | s3: Assigning ?True:False to a bool is a bit pointless | Volker Lendecke | 1 | -3/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-08 | s3: Remove unnecessary () | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-06 | s3:smbd: let fcb_or_dos_open() take a uint64_t vuid | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-06-06 | s3:include: change files_struct->vuid to uint64_t | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-06-06 | s3:smbd: fcb_or_dos_open() can be static | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2012-06-05 | Fix bug #8972 - Directory group write permission bit is set if unix ↵ | Jeremy Allison | 1 | -2/+4 | |
extensions are enabled We can't manipulate file_attributes if it's a posix call. I'll look at adding a test for this asap. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jun 5 04:26:11 CEST 2012 on sn-devel-104 | |||||
2012-06-03 | s3:smbd/open: avoid procid_is_me() | Stefan Metzmacher | 1 | -4/+5 | |
metze | |||||
2012-05-25 | Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid. | Jeremy Allison | 1 | -3/+20 | |
Ensure we only return *file_existed = true if there were valid share modes. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-25 | s3: Check for serverid_exists in find_oplock_types | Volker Lendecke | 1 | -0/+18 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-25 | s3: Check for serverid_exists in open_mode_check | Volker Lendecke | 1 | -0/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 1 | -25/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s3: Check for serverid_exists in find_oplock_types | Volker Lendecke | 1 | -0/+20 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-17 | s3: Check for serverid_exists in open_mode_check | Volker Lendecke | 1 | -0/+5 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-04 | s3: Remove an unused parameter from check_parent_access() | Volker Lendecke | 1 | -10/+3 | |
2012-05-04 | s3: In mkdir_internal, don't retrieve parent_dir from check_parent_access | Volker Lendecke | 1 | -1/+1 | |
We have already created that ourselves a few lines above | |||||
2012-05-04 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2012-02-19 | s3: Remove a pointless else branch | Volker Lendecke | 1 | -2/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 19 23:14:15 CET 2012 on sn-devel-104 | |||||
2012-02-19 | s3: get_share_mode_lock_fresh->get_share_mode_lock | Volker Lendecke | 1 | -9/+9 | |
get_share_mode_lock_fresh is just a confusing name Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 19 19:16:41 CET 2012 on sn-devel-104 | |||||
2012-02-19 | s3: get_share_mode_lock->get_existing_share_mode_lock | Volker Lendecke | 1 | -1/+2 | |
2012-02-14 | s3: files_struct->mode is only written, remove it | Volker Lendecke | 1 | -2/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Feb 14 19:14:29 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3: Simplify an if-statement | Volker Lendecke | 1 | -1/+1 | |
is_ntfs_default_stream_smb_fname already contains all checks that the variable "stream_name" gives us here. | |||||
2012-01-31 | s3: Unify stream testing in open_directory | Volker Lendecke | 1 | -9/+5 | |
The second if-statement could never have kicked in, assuming the SMB_ASSERT above was right. Jeremy, please check! Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 31 20:15:36 CET 2012 on sn-devel-104 | |||||
2012-01-31 | s3: Re-indent an && sequence for better understanding | Volker Lendecke | 1 | -2/+2 | |
2012-01-23 | Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested. | Richard Sharpe | 1 | -0/+1 | |
Prevent systems with "store dos attributes = yes" from overriding FILE_WRITE_ATTRIBUITES. | |||||
2012-01-18 | Revert "Fix bug #8175 - smbd deadlock." | Volker Lendecke | 1 | -68/+26 | |
This reverts commit 5a2b5b6cfed74e0e9c2965525995f64cdad7b7c9. | |||||
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 1 | -19/+19 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-12 | s3: Introduce get_share_mode_lock_fresh() | Volker Lendecke | 1 | -9/+6 | |
This slightly simplifies the code path for all callers which assume that a share mode exists already. Only the callers in open_file_ntcreate and open_directory will ever create new share modes. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-03 | s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask | Volker Lendecke | 1 | -3/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 3 15:16:50 CET 2012 on sn-devel-104 | |||||
2012-01-03 | s3: Avoid "file_existed" in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -36/+35 | |
We access the file by name anyway, so we can just try to access it. The file system will for sure tell us if the file does not exist. | |||||
2012-01-03 | s3: Remove some else{} branches in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -3/+7 | |
2012-01-03 | s3: Directly use *p_access_mask in smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -6/+4 | |
2012-01-03 | s3: Factor out smbd_calculate_maximum_allowed_access | Volker Lendecke | 1 | -40/+59 | |
2011-12-20 | Allow an object to be deleted from a directory if the caller has ↵ | Jeremy Allison | 1 | -1/+9 | |
DELETE_CHILD access even if we don't have access to read the ACL on the object. Fixes bug #8673 - NT ACL issue. Different fix needed for 3.6.x. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Dec 20 22:13:51 CET 2011 on sn-devel-104 | |||||
2011-12-17 | check_name() not needed in mkdir. | Jeremy Allison | 1 | -5/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 17 02:44:55 CET 2011 on sn-devel-104 | |||||
2011-12-17 | Ensure VALID_STAT before accessing fields. | Jeremy Allison | 1 | -1/+3 | |
2011-12-16 | s3:smbd: avoid using sconn_server_id() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-12-16 | s3: Add some const to find_oplock_types | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 16 09:10:07 CET 2011 on sn-devel-104 | |||||
2011-12-16 | s3: Make open_file_ntcreate a bit easier to read | Volker Lendecke | 1 | -3/+2 | |
Move the declaration of "id" closer to its use |