Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 1 | -95/+83 |
2007-10-10 | r3532: make sharing violation delay in pvfs configurable with "posix:sharedel... | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -55/+199 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3373: added better error reporting in pvfs_open | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll... | Andrew Tridgell | 1 | -18/+12 |
2007-10-10 | r3249: - change_time is closer to ctime than mtime | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3240: - update the rules for what error codes should be given on the | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r3200: - improved the accuracy of openx emulation. We now nearly pass the ope... | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r3193: improved the initial permissions choice for file create, based upon do... | Andrew Tridgell | 1 | -9/+27 |
2007-10-10 | r3189: improved the share_conflict() logic (both in terms of readability and | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs | Andrew Tridgell | 1 | -2/+14 |
2007-10-10 | r3178: honor the write_time on pvfs_close() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3174: added pvfs_is_open() to allow us to check for open files on unlink. We | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r3161: pvfs now passes the RAW-SEEK test | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r3159: use easy to recognise file handle numbers for new file, old file and d... | Andrew Tridgell | 1 | -9/+17 |
2007-10-10 | r3154: pvfs now passes all of BASE-DELETE | Andrew Tridgell | 1 | -2/+24 |
2007-10-10 | r3153: pvfs now passes the first 9 of the BASE-DELETE tests | Andrew Tridgell | 1 | -27/+75 |
2007-10-10 | r3147: added basic share modes support for pvfs (or more precisely, ntcreatex | Andrew Tridgell | 1 | -40/+91 |
2007-10-10 | r3142: fill in all the ntcreatex response fields explicitly, rather than | Andrew Tridgell | 1 | -35/+41 |
2007-10-10 | r3135: split the "create new" logic out from the "open existing" logic in | Andrew Tridgell | 1 | -27/+186 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 1 | -44/+157 |
2007-10-10 | r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3056: added a id -> pointer data structure (a type of radix tree). This is | Andrew Tridgell | 1 | -30/+33 |
2007-10-10 | r3034: - fixed a bug in message dispatch, when the dispatch function called ... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3031: added support for lock cancelation, which effectively just triggers an... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3029: implemented byte range lock timeouts. | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3012: added initial support for byte range locking in the posix vfs. This is | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r2926: name->dos.attrib is not valid unless name->exists is true | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2916: longhorn client doesn't bother setting the directory bit in ntcreatex | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 1 | -13/+16 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -2/+51 |
2007-10-10 | r2613: use a talloc destructor to ensure that file descriptors are not leaked | Andrew Tridgell | 1 | -2/+26 |
2007-10-10 | r2561: completely redid the ntvfs module chaining code, You can now do someth... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ... | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2436: the second big lump of posix vfs code. | Andrew Tridgell | 1 | -0/+175 |