Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strange | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r4026: added NT ACL checking on pvfs_open() for existing files. I need to | Andrew Tridgell | 1 | -14/+12 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on | Andrew Tridgell | 1 | -14/+42 |
2007-10-10 | r3835: - added testing of setting an initial ACL on a file using NTTRANS create | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r3806: added support to smb_server and pvfs for the NTTRANS Create call. This | Andrew Tridgell | 1 | -1/+16 |
2007-10-10 | r3800: - fixed delete-on-close behaviour for streams | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 1 | -29/+97 |
2007-10-10 | r3747: - added some of the infrastructure needed for streams support in pvfs | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r3741: FILE_ATTRIBUTE_DIRECTORY is illegal in open of a file | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3718: added support for the ntrename level in pvfs_rename(). | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3717: - expanded the RAW-RENAME test a little | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3631: a couple of tweaks to the talloc hierarchy for async requests in | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3618: - this adds the special case for DENY_DOS semantics, as shown by the B... | Andrew Tridgell | 1 | -35/+119 |
2007-10-10 | r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in | Andrew Tridgell | 1 | -111/+151 |
2007-10-10 | r3595: - fixed a talloc_free ordering problem on cleanup with pending requests | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3580: - on file overwrite in ntcreatex we need to replace the file permissions. | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 1 | -1/+26 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 1 | -0/+37 |
2007-10-10 | r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3549: added support for DOS extended attribute lists (name/value pairs) | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 1 | -2/+8 |
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 |