Age | Commit message (Expand) | Author | Files | Lines |
2010-03-05 | s4-pvfs: use pvfs_sys_fchmod() | Andrew Tridgell | 1 | -1/+1 |
2010-03-05 | s4-pvfs: use pvfs_sys_*() functions to wrap posix calls | Andrew Tridgell | 1 | -7/+7 |
2010-03-05 | s4-pvfs: log more error conditions in NTVFS backend | Andrew Tridgell | 1 | -0/+20 |
2010-03-05 | s4-pvfs: move the private ntcreatex flags to private_flags | Andrew Tridgell | 1 | -4/+6 |
2009-12-17 | s4-ntvfs: check if pvfs is NULL in pvfs_logoff | brendan powers | 1 | -0/+5 |
2009-11-27 | s4-pvfs: fixed access check failure in SFILEINFO test | Andrew Tridgell | 1 | -8/+5 |
2009-10-19 | s4-pvfs: fixed uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2009-10-18 | s4-pvfs: change the handling of access checking on create | Andrew Tridgell | 1 | -11/+11 |
2009-10-15 | s4-pvfs: implement root_fid support in posix backend | Andrew Tridgell | 1 | -0/+15 |
2009-08-05 | fixed a problem with group policy writes causing policy corruption | Andrew Tridgell | 1 | -3/+7 |
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 1 | -8/+16 |
2008-10-28 | s4: ntvfs/posix: to set a DACL at open time SEC_DESC_DACL_PRESENT must be set | Stefan Metzmacher | 1 | -2/+4 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | added some debug code | Andrew Tridgell | 1 | -0/+2 |
2008-08-14 | pvfs: fix handling of create_option flags | Stefan Metzmacher | 1 | -2/+12 |
2008-07-24 | we can't query the ACL on a new file till it exists! | Andrew Tridgell | 1 | -6/+6 |
2008-07-18 | More 'must be ignored' options from the MS-SMB doc. | Andrew Bartlett | 1 | -5/+18 |
2008-07-16 | Ignore and handle more NT Create & X options. | Andrew Bartlett | 1 | -1/+12 |
2008-06-03 | pvfs: use utimes() instead of utime() to get better timestamp resolution | Stefan Metzmacher | 1 | -6/+6 |
2008-06-03 | pvfs_close: correctly handle the write time updates passed by close() | Stefan Metzmacher | 1 | -4/+3 |
2008-06-03 | pvfs: correctly set the write time in the handle destructor | Stefan Metzmacher | 1 | -0/+46 |
2008-06-03 | pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb | Stefan Metzmacher | 1 | -2/+2 |
2008-06-03 | opendb: add write time handling | Stefan Metzmacher | 1 | -8/+15 |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 1 | -4/+20 |
2008-05-28 | fixed create_action for truncated files | Andrew Tridgell | 1 | -1/+12 |
2008-05-28 | implement the documented SMB2 create blobs in the server | Andrew Tridgell | 1 | -0/+3 |
2008-05-27 | added support for the output fields of SMB2 close | Andrew Tridgell | 1 | -3/+26 |
2008-05-27 | another attempt at the damn SEC_STD_SYNCHRONIZE flag | Andrew Tridgell | 1 | -4/+1 |
2008-05-27 | disable the SEC_STD_SYNCHRONIZE test until we know what it means | Andrew Tridgell | 1 | -0/+2 |
2008-05-27 | make the SEC_STD_SYNCHRONIZE test more specific | Andrew Tridgell | 1 | -2/+5 |
2008-05-27 | SEC_STD_SYNCHRONIZE is only invalid on SMB2 | Andrew Tridgell | 1 | -1/+10 |
2008-05-27 | check for some more invalid bits in smb2 create | Andrew Tridgell | 1 | -0/+9 |
2008-05-26 | stricter checks for valid inputs in SMB2 open and lock | Andrew Tridgell | 1 | -11/+27 |
2008-05-23 | pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory | Stefan Metzmacher | 1 | -1/+8 |
2008-05-22 | check for invalid file attribute values in create | Andrew Tridgell | 1 | -0/+4 |
2008-05-20 | check the creation options where the client can require a path to be a | Andrew Tridgell | 1 | -0/+14 |
2008-05-07 | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code | Stefan Metzmacher | 1 | -17/+0 |
2008-03-15 | pvfs_open: set h->have_opendb_entry directly after odb_open_file() | Stefan Metzmacher | 1 | -2/+2 |
2008-03-15 | pvfs_open: the pvfs_odb_retry structs need to be children of the request | Stefan Metzmacher | 1 | -2/+0 |
2008-03-12 | pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open() | Stefan Metzmacher | 1 | -4/+54 |
2008-03-12 | pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks | Stefan Metzmacher | 1 | -2/+2 |
2008-03-12 | pvfs_open: pass down &f->handle->fd to odb_open_file() | Stefan Metzmacher | 1 | -31/+30 |
2008-03-07 | pvfs_open: fix the odb_open_file() callers | Stefan Metzmacher | 1 | -16/+8 |
2008-03-07 | pvfs_open: always call odb_can_open() before odb_open_file() | Stefan Metzmacher | 1 | -6/+45 |
2008-03-06 | pvfs_open: pass down allow_level_II_oplock to odb_open_file() | Stefan Metzmacher | 1 | -4/+16 |
2008-03-06 | pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails | Stefan Metzmacher | 1 | -6/+5 |
2008-02-29 | pvfs_open: make pvfs_locking_key() non static | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | pvfs_open: fix callers of odb_get_delete_on_close() | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | pvfs: remove unused args from pvfs_delete_on_close_set() | Stefan Metzmacher | 1 | -2/+1 |
2008-02-28 | pvfs_open: use the delete_path of odb_close_file() | Stefan Metzmacher | 1 | -49/+35 |