summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_open.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-1/+1
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-081-2/+2
* s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky2011-02-151-1/+11
* s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell2010-03-051-1/+1
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-051-7/+7
* s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell2010-03-051-0/+20
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-051-4/+6
* s4-ntvfs: check if pvfs is NULL in pvfs_logoffbrendan powers2009-12-171-0/+5
* s4-pvfs: fixed access check failure in SFILEINFO testAndrew Tridgell2009-11-271-8/+5
* s4-pvfs: fixed uninitialised variableAndrew Tridgell2009-10-191-1/+1
* s4-pvfs: change the handling of access checking on createAndrew Tridgell2009-10-181-11/+11
* s4-pvfs: implement root_fid support in posix backendAndrew Tridgell2009-10-151-0/+15
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-051-3/+7
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-8/+16
* s4: ntvfs/posix: to set a DACL at open time SEC_DESC_DACL_PRESENT must be setStefan Metzmacher2008-10-281-2/+4
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* added some debug codeAndrew Tridgell2008-09-231-0/+2
* pvfs: fix handling of create_option flagsStefan Metzmacher2008-08-141-2/+12
* we can't query the ACL on a new file till it exists!Andrew Tridgell2008-07-241-6/+6
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-181-5/+18
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-161-1/+12
* pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher2008-06-031-6/+6
* pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher2008-06-031-4/+3
* pvfs: correctly set the write time in the handle destructorStefan Metzmacher2008-06-031-0/+46
* pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-031-2/+2
* opendb: add write time handlingStefan Metzmacher2008-06-031-8/+15
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-4/+20
* fixed create_action for truncated filesAndrew Tridgell2008-05-281-1/+12
* implement the documented SMB2 create blobs in the serverAndrew Tridgell2008-05-281-0/+3
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-3/+26
* another attempt at the damn SEC_STD_SYNCHRONIZE flagAndrew Tridgell2008-05-271-4/+1
* disable the SEC_STD_SYNCHRONIZE test until we know what it meansAndrew Tridgell2008-05-271-0/+2
* make the SEC_STD_SYNCHRONIZE test more specificAndrew Tridgell2008-05-271-2/+5
* SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell2008-05-271-1/+10
* check for some more invalid bits in smb2 createAndrew Tridgell2008-05-271-0/+9
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-261-11/+27
* pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher2008-05-231-1/+8
* check for invalid file attribute values in createAndrew Tridgell2008-05-221-0/+4
* check the creation options where the client can require a path to be aAndrew Tridgell2008-05-201-0/+14
* pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher2008-05-071-17/+0
* pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
* pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
* pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher2008-03-121-4/+54
* pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher2008-03-121-2/+2
* pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher2008-03-121-31/+30
* pvfs_open: fix the odb_open_file() callersStefan Metzmacher2008-03-071-16/+8
* pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-6/+45
* pvfs_open: pass down allow_level_II_oplock to odb_open_file()Stefan Metzmacher2008-03-061-4/+16
* pvfs_open: fix crash/leak in case pvfs_setup_oplock() failsStefan Metzmacher2008-03-061-6/+5
* pvfs_open: make pvfs_locking_key() non staticStefan Metzmacher2008-02-291-2/+2