summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: add disconnected checks to the open code.Stefan Metzmacher2012-09-081-0/+31
* Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison2012-09-051-29/+1
* s3: Slightly simplify fd_open_atomicVolker Lendecke2012-09-051-8/+7
* s3: Put a comment into the right placeVolker Lendecke2012-09-041-4/+5
* s3: Factor out disposition_to_open_flagsVolker Lendecke2012-09-041-24/+57
* s3: Factor out calculation of clear_adsVolker Lendecke2012-09-041-5/+17
* s3: Slightly simplify open_file_ntcreateVolker Lendecke2012-09-041-5/+5
* s3: Make "open_match_attributes" staticVolker Lendecke2012-09-041-6/+6
* s3: Make an if statement a bit easier to readVolker Lendecke2012-09-011-2/+3
* Change the S3 fileserver over to se_file_access_check().Jeremy Allison2012-08-311-6/+9
* Change the other two places where we set a security descriptor given by the c...Jeremy Allison2012-08-301-5/+1
* s3: Make request_timed_out() staticVolker Lendecke2012-07-311-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* Set fsp->initial_allocation_size before calling open_file_ntcreate().Jeremy Allison2012-07-121-0/+5
* Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...Jeremy Allison2012-07-121-0/+2
* Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...Jeremy Allison2012-07-101-0/+25
* Now we have a guaranteed indication of a file being created, use it to set th...Jeremy Allison2012-07-101-12/+8
* Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...Jeremy Allison2012-07-101-4/+107
* Simplify the logic in open_file() some more.Jeremy Allison2012-07-101-48/+36
* Simplify the logic in open_file().Jeremy Allison2012-07-091-22/+15
* Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison2012-07-091-29/+0
* Factor out check_same_dev_ino() from check_same_stat() so it can be called se...Jeremy Allison2012-07-091-2/+15
* s3-smbd: Remove deprecated 'share modes' option.Andreas Schneider2012-07-031-4/+0
* Don't allow asynchronous creates to be canceled in SMB2.Jeremy Allison2012-06-301-3/+14
* Allow for async opens.Jeremy Allison2012-06-301-4/+35
* Add new bool field async_open to struct deferred_open_record. Not used yet.Jeremy Allison2012-06-301-0/+4
* Fix defer_open() fuction in the open code path to cope with a NULL lck parame...Jeremy Allison2012-06-301-11/+16
* s3: Fix a typoVolker Lendecke2012-06-251-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-2/+2
* s3: Slightly simplify grant_fsp_oplock_typeVolker Lendecke2012-06-151-1/+3
* s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3: fix build on systems without O_NOFOLLOWBjörn Jacke2012-06-101-1/+1
* s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW ...Björn Jacke2012-06-101-1/+20
* s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam2012-06-081-1/+2
* s3: Replace an if with a boolean short circuitVolker Lendecke2012-06-081-5/+3
* s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke2012-06-081-3/+2
* s3: Remove unnecessary ()Volker Lendecke2012-06-081-1/+1
* s3:smbd: let fcb_or_dos_open() take a uint64_t vuidStefan Metzmacher2012-06-061-1/+1
* s3:include: change files_struct->vuid to uint64_tStefan Metzmacher2012-06-061-2/+2
* s3:smbd: fcb_or_dos_open() can be staticStefan Metzmacher2012-06-061-10/+10
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-051-2/+4
* s3:smbd/open: avoid procid_is_me()Stefan Metzmacher2012-06-031-4/+5
* Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid.Jeremy Allison2012-05-251-3/+20
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-251-0/+18
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-251-0/+5
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-181-25/+0
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-171-0/+20
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-171-0/+5
* s3: Remove an unused parameter from check_parent_access()Volker Lendecke2012-05-041-10/+3
* s3: In mkdir_internal, don't retrieve parent_dir from check_parent_accessVolker Lendecke2012-05-041-1/+1