index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set fsp->initial_allocation_size before calling open_file_ntcreate().
Jeremy Allison
2012-07-12
1
-0
/
+5
*
Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...
Jeremy Allison
2012-07-12
1
-0
/
+2
*
Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...
Jeremy Allison
2012-07-10
1
-0
/
+25
*
Now we have a guaranteed indication of a file being created, use it to set th...
Jeremy Allison
2012-07-10
1
-12
/
+8
*
Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...
Jeremy Allison
2012-07-10
1
-4
/
+107
*
Simplify the logic in open_file() some more.
Jeremy Allison
2012-07-10
1
-48
/
+36
*
Simplify the logic in open_file().
Jeremy Allison
2012-07-09
1
-22
/
+15
*
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
2012-07-09
1
-29
/
+0
*
Factor out check_same_dev_ino() from check_same_stat() so it can be called se...
Jeremy Allison
2012-07-09
1
-2
/
+15
*
s3-smbd: Remove deprecated 'share modes' option.
Andreas Schneider
2012-07-03
1
-4
/
+0
*
Don't allow asynchronous creates to be canceled in SMB2.
Jeremy Allison
2012-06-30
1
-3
/
+14
*
Allow for async opens.
Jeremy Allison
2012-06-30
1
-4
/
+35
*
Add new bool field async_open to struct deferred_open_record. Not used yet.
Jeremy Allison
2012-06-30
1
-0
/
+4
*
Fix defer_open() fuction in the open code path to cope with a NULL lck parame...
Jeremy Allison
2012-06-30
1
-11
/
+16
*
s3: Fix a typo
Volker Lendecke
2012-06-25
1
-1
/
+1
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
1
-2
/
+2
*
s3: Slightly simplify grant_fsp_oplock_type
Volker Lendecke
2012-06-15
1
-1
/
+3
*
s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging.
Michael Adam
2012-06-15
1
-4
/
+4
*
s3: fix build on systems without O_NOFOLLOW
Björn Jacke
2012-06-10
1
-1
/
+1
*
s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW ...
Björn Jacke
2012-06-10
1
-1
/
+20
*
s3:smbd: change set_file_oplock() to return NTSTATUS
Michael Adam
2012-06-08
1
-1
/
+2
*
s3: Replace an if with a boolean short circuit
Volker Lendecke
2012-06-08
1
-5
/
+3
*
s3: Assigning ?True:False to a bool is a bit pointless
Volker Lendecke
2012-06-08
1
-3
/
+2
*
s3: Remove unnecessary ()
Volker Lendecke
2012-06-08
1
-1
/
+1
*
s3:smbd: let fcb_or_dos_open() take a uint64_t vuid
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:include: change files_struct->vuid to uint64_t
Stefan Metzmacher
2012-06-06
1
-2
/
+2
*
s3:smbd: fcb_or_dos_open() can be static
Stefan Metzmacher
2012-06-06
1
-10
/
+10
*
Fix bug #8972 - Directory group write permission bit is set if unix extension...
Jeremy Allison
2012-06-05
1
-2
/
+4
*
s3:smbd/open: avoid procid_is_me()
Stefan Metzmacher
2012-06-03
1
-4
/
+5
*
Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid.
Jeremy Allison
2012-05-25
1
-3
/
+20
*
s3: Check for serverid_exists in find_oplock_types
Volker Lendecke
2012-05-25
1
-0
/
+18
*
s3: Check for serverid_exists in open_mode_check
Volker Lendecke
2012-05-25
1
-0
/
+5
*
s3: Revert the serverid changes, they need more work
Volker Lendecke
2012-05-18
1
-25
/
+0
*
s3: Check for serverid_exists in find_oplock_types
Volker Lendecke
2012-05-17
1
-0
/
+20
*
s3: Check for serverid_exists in open_mode_check
Volker Lendecke
2012-05-17
1
-0
/
+5
*
s3: Remove an unused parameter from check_parent_access()
Volker Lendecke
2012-05-04
1
-10
/
+3
*
s3: In mkdir_internal, don't retrieve parent_dir from check_parent_access
Volker Lendecke
2012-05-04
1
-1
/
+1
*
s3: Fix a typo
Volker Lendecke
2012-05-04
1
-1
/
+1
*
s3: Remove a pointless else branch
Volker Lendecke
2012-02-19
1
-2
/
+1
*
s3: get_share_mode_lock_fresh->get_share_mode_lock
Volker Lendecke
2012-02-19
1
-9
/
+9
*
s3: get_share_mode_lock->get_existing_share_mode_lock
Volker Lendecke
2012-02-19
1
-1
/
+2
*
s3: files_struct->mode is only written, remove it
Volker Lendecke
2012-02-14
1
-2
/
+0
*
s3: Simplify an if-statement
Volker Lendecke
2012-01-31
1
-1
/
+1
*
s3: Unify stream testing in open_directory
Volker Lendecke
2012-01-31
1
-9
/
+5
*
s3: Re-indent an && sequence for better understanding
Volker Lendecke
2012-01-31
1
-2
/
+2
*
Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested.
Richard Sharpe
2012-01-23
1
-0
/
+1
*
Revert "Fix bug #8175 - smbd deadlock."
Volker Lendecke
2012-01-18
1
-68
/
+26
*
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
2012-01-12
1
-19
/
+19
*
s3: Introduce get_share_mode_lock_fresh()
Volker Lendecke
2012-01-12
1
-9
/
+6
*
s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask
Volker Lendecke
2012-01-03
1
-3
/
+2
[next]