summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_open.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell1-0/+37
2007-10-10r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC...Andrew Tridgell1-2/+4
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-5/+5
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-1/+13
2007-10-10r3540: added testing of SMBntcancel in the open/open/close muxAndrew Tridgell1-2/+8
2007-10-10r3539: much nicer async open delay code.Andrew Tridgell1-95/+83
2007-10-10r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...Andrew Tridgell1-3/+1
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-1/+0
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-55/+199
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell1-4/+4
2007-10-10r3373: added better error reporting in pvfs_openAndrew Tridgell1-6/+6
2007-10-10r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell1-18/+12
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