Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 3 | -104/+84 |
2007-10-10 | r4164: added a test that simulates a OS/2 file delete. This includes seek by | Andrew Tridgell | 1 | -0/+105 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4074: make the RAW-ACLS test use the new lsa helper functions to determine | Andrew Tridgell | 1 | -16/+39 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 7 | -22/+22 |
2007-10-10 | r4061: more additions to the RAW-ACLS test, to help me work out some details ... | Andrew Tridgell | 1 | -5/+54 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r4053: expanded and fixed a bug in the RAW-ACLS test | Andrew Tridgell | 1 | -6/+19 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 4 | -7/+7 |
2007-10-10 | r4036: expanded the RAW-ACLS torture test to include tests for the | Andrew Tridgell | 1 | -2/+427 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 8 | -19/+19 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 11 | -60/+71 |
2007-10-10 | r3835: - added testing of setting an initial ACL on a file using NTTRANS create | Andrew Tridgell | 1 | -0/+92 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 1 | -18/+20 |
2007-10-10 | r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file | Andrew Tridgell | 1 | -0/+162 |
2007-10-10 | r3828: added testing of opening an existing file with EAs (the EAs are ignored) | Andrew Tridgell | 1 | -2/+22 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 1 | -1/+67 |
2007-10-10 | r3821: added client side code and test code for NTTRANS_CREATE | Andrew Tridgell | 1 | -0/+176 |
2007-10-10 | r3800: - fixed delete-on-close behaviour for streams | Andrew Tridgell | 1 | -0/+15 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 1 | -4/+10 |
2007-10-10 | r3793: add some streams tests that show how the :$DATA suffix is handled | Andrew Tridgell | 1 | -1/+23 |
2007-10-10 | r3746: added RAW-STREAMS and RAW-EAS tests to smbtorture | Andrew Tridgell | 2 | -0/+409 |
2007-10-10 | r3717: - expanded the RAW-RENAME test a little | Andrew Tridgell | 1 | -3/+46 |
2007-10-10 | r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet | Andrew Tridgell | 14 | -348/+35 |
2007-10-10 | r3594: continue conversion to __location__ from __LINE__ for error reporting | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r3576: don't consider short share delay timeouts to be an error, so we can | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 1 | -47/+29 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 1 | -14/+33 |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 2 | -4/+26 |
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 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -31/+31 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 6 | -0/+6 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 9 | -0/+9 |
2007-10-10 | r3324: made the smbtorture code completely warning free | Andrew Tridgell | 19 | -20/+20 |
2007-10-10 | r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This | Andrew Tridgell | 1 | -209/+72 |
2007-10-10 | r3276: - allow for more than 256 open old style searches (limit currently set... | Andrew Tridgell | 1 | -14/+166 |
2007-10-10 | r3270: - added another unlink test | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3261: added seek to RAW-SEARCH test | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r3259: expanded the RAW-SEARCH test some more | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3257: make the RAW-SEARCH test less sensitive to the servers directory ordering | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r3254: - expanded the RAW-IOCTL test | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r3251: - move the openattr test code into basic/attr.c | Andrew Tridgell | 1 | -113/+111 |
2007-10-10 | r3245: use __location__ in RAW-SEARCH | Andrew Tridgell | 1 | -18/+18 |
2007-10-10 | r3242: make the RAW-READ test not exercise the 0-0 lock, which is not determi... | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r3236: test a few more combinations in RAW-UNLINK | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r3235: try readx beyond 64k in RAW-READ | Andrew Tridgell | 1 | -6/+17 |
2007-10-10 | r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE | Andrew Tridgell | 1 | -0/+2 |