summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3249: - change_time is closer to ctime than mtimeAndrew Tridgell1-0/+4
2007-10-10r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell1-1/+1
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-3/+5
2007-10-10r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell1-5/+2
2007-10-10r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell1-9/+27
2007-10-10r3189: improved the share_conflict() logic (both in terms of readability andAndrew Tridgell1-4/+11
2007-10-10r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfsAndrew Tridgell1-2/+14
2007-10-10r3178: honor the write_time on pvfs_close()Andrew Tridgell1-0/+5
2007-10-10r3174: added pvfs_is_open() to allow us to check for open files on unlink. WeAndrew Tridgell1-0/+17
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell1-0/+6
2007-10-10r3159: use easy to recognise file handle numbers for new file, old file and d...Andrew Tridgell1-9/+17
2007-10-10r3154: pvfs now passes all of BASE-DELETEAndrew Tridgell1-2/+24
2007-10-10r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell1-27/+75
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell1-40/+91
2007-10-10r3142: fill in all the ntcreatex response fields explicitly, rather thanAndrew Tridgell1-35/+41
2007-10-10r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell1-27/+186
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-44/+157
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-1/+1
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-30/+33
2007-10-10r3034: - fixed a bug in message dispatch, when the dispatch function called ...Andrew Tridgell1-0/+4
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell1-0/+1
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-2/+4
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-0/+19
2007-10-10r2926: name->dos.attrib is not valid unless name->exists is trueAndrew Tridgell1-2/+4
2007-10-10r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell1-1/+6
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-13/+16
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-2/+51
2007-10-10r2613: use a talloc destructor to ensure that file descriptors are not leakedAndrew Tridgell1-2/+26
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-3/+3
2007-10-10r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell1-0/+5
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-0/+175