summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-21ntvfs: Fix Coverity ID 1107224 Resource leakVolker Lendecke1-1/+3
2011-12-01s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell1-8/+8
2011-09-05s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher1-2/+2
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-1/+1
2011-05-08s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett1-2/+2
2011-02-15s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky1-1/+11
2010-03-05s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell1-1/+1
2010-03-05s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell1-7/+7
2010-03-05s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell1-0/+20
2010-03-05s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell1-4/+6
2009-12-17s4-ntvfs: check if pvfs is NULL in pvfs_logoffbrendan powers1-0/+5
2009-11-27s4-pvfs: fixed access check failure in SFILEINFO testAndrew Tridgell1-8/+5
2009-10-19s4-pvfs: fixed uninitialised variableAndrew Tridgell1-1/+1
2009-10-18s4-pvfs: change the handling of access checking on createAndrew Tridgell1-11/+11
2009-10-15s4-pvfs: implement root_fid support in posix backendAndrew Tridgell1-0/+15
2009-08-05fixed a problem with group policy writes causing policy corruptionAndrew Tridgell1-3/+7
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-8/+16
2008-10-28s4: ntvfs/posix: to set a DACL at open time SEC_DESC_DACL_PRESENT must be setStefan Metzmacher1-2/+4
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23added some debug codeAndrew Tridgell1-0/+2
2008-08-14pvfs: fix handling of create_option flagsStefan Metzmacher1-2/+12
2008-07-24we can't query the ACL on a new file till it exists!Andrew Tridgell1-6/+6
2008-07-18More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett1-5/+18
2008-07-16Ignore and handle more NT Create & X options.Andrew Bartlett1-1/+12
2008-06-03pvfs: use utimes() instead of utime() to get better timestamp resolutionStefan Metzmacher1-6/+6
2008-06-03pvfs_close: correctly handle the write time updates passed by close()Stefan Metzmacher1-4/+3
2008-06-03pvfs: correctly set the write time in the handle destructorStefan Metzmacher1-0/+46
2008-06-03pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher1-2/+2
2008-06-03opendb: add write time handlingStefan Metzmacher1-8/+15
2008-05-29added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell1-4/+20
2008-05-28fixed create_action for truncated filesAndrew Tridgell1-1/+12
2008-05-28implement the documented SMB2 create blobs in the serverAndrew Tridgell1-0/+3
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell1-3/+26
2008-05-27another attempt at the damn SEC_STD_SYNCHRONIZE flagAndrew Tridgell1-4/+1
2008-05-27disable the SEC_STD_SYNCHRONIZE test until we know what it meansAndrew Tridgell1-0/+2
2008-05-27make the SEC_STD_SYNCHRONIZE test more specificAndrew Tridgell1-2/+5
2008-05-27SEC_STD_SYNCHRONIZE is only invalid on SMB2Andrew Tridgell1-1/+10
2008-05-27check for some more invalid bits in smb2 createAndrew Tridgell1-0/+9
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-11/+27
2008-05-23pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher1-1/+8
2008-05-22check for invalid file attribute values in createAndrew Tridgell1-0/+4
2008-05-20check the creation options where the client can require a path to be aAndrew Tridgell1-0/+14
2008-05-07pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME codeStefan Metzmacher1-17/+0
2008-03-15pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher1-2/+2
2008-03-15pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher1-2/+0
2008-03-12pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher1-4/+54
2008-03-12pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher1-2/+2
2008-03-12pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher1-31/+30
2008-03-07pvfs_open: fix the odb_open_file() callersStefan Metzmacher1-16/+8
2008-03-07pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher1-6/+45