Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3249: - change_time is closer to ctime than mtime | Andrew Tridgell | 3 | -5/+9 |
2007-10-10 | r3248: don't stop searches on failed fill_search_info() | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3245: use __location__ in RAW-SEARCH | Andrew Tridgell | 1 | -18/+18 |
2007-10-10 | r3244: pvfs now passes the RAW-UNLINK and RAW-READ tests | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3243: read the high offset count in SMBreadx in the server | Andrew Tridgell | 1 | -0/+1 |
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 | r3241: don't skip the read completely for a zero-length read, as it could giv... | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r3240: - update the rules for what error codes should be given on the | Andrew Tridgell | 7 | -66/+327 |
2007-10-10 | r3239: reads of more than UINT16_MAX bytes should return 0 bytes | Andrew Tridgell | 1 | -5/+11 |
2007-10-10 | r3238: rename null_mtime() to the more accurate name "null_time()", and | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r3237: - allow for readx calls larger than 64k | Andrew Tridgell | 2 | -17/+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 | r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't try | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r3227: added a per-share option "case insensitive filesystem", that tells the | Andrew Tridgell | 5 | -10/+36 |
2007-10-10 | r3224: add the LOCAL-* tests to test_posix.sh | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3223: continue the effort on LIBREPLACE to try to get the ldb tools to | Andrew Tridgell | 3 | -34/+35 |
2007-10-10 | r3219: Hi, Andrew B.! | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r3218: Fix the build | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r3217: Start of a spoolss_GetPrinter test. | Tim Potter | 1 | -0/+26 |
2007-10-10 | r3216: Add tests for OpenPrinterEx and ClosePrinter. | Tim Potter | 1 | -8/+63 |
2007-10-10 | r3215: access_required -> access_mask for OpenPrinterEx | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3214: Load the config file (required for ncacn_np:) | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r3213: Make credentials in a binding dialog optional | Jelmer Vernooij | 3 | -31/+33 |
2007-10-10 | r3212: Never put a hostname in a ncalrpc binding string | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3211: Add a graphical endpoint mapper view tool | Jelmer Vernooij | 5 | -8/+334 |
2007-10-10 | r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, and | Andrew Tridgell | 5 | -35/+44 |
2007-10-10 | r3209: - Create directory for ncalrpc with correct mode | Jelmer Vernooij | 3 | -10/+17 |
2007-10-10 | r3208: fixed permissions of ncalrpc directory creation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3207: - reformat error msgs in BASE-DIR* tests | Andrew Tridgell | 6 | -16/+27 |
2007-10-10 | r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r3205: Create ncalrpc directory if it didn't exist yet | Jelmer Vernooij | 3 | -2/+7 |
2007-10-10 | r3204: Got unpacking of an array of PrinterInfo union elements working. Phew. | Tim Potter | 2 | -54/+45 |
2007-10-10 | r3203: moved more test functions into torture/basic/*.c | Andrew Tridgell | 4 | -211/+239 |
2007-10-10 | r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean... | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r3201: we now pass the BASE-OPEN test | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3200: - improved the accuracy of openx emulation. We now nearly pass the ope... | Andrew Tridgell | 3 | -21/+53 |
2007-10-10 | r3199: added a couple more test paths to RAW-CHKPATH | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3198: check for too many .. components in filenames | Andrew Tridgell | 3 | -5/+20 |
2007-10-10 | r3197: fixed error code mapping for ENOTDIR | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3196: Grr - add more useless dependencies to get swig wrappers to build. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r3195: fill in more of the fsinfo fields, and avoid calling the potentially | Andrew Tridgell | 1 | -25/+102 |
2007-10-10 | r3194: fixed an uninitialised variable | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3193: improved the initial permissions choice for file create, based upon do... | Andrew Tridgell | 2 | -61/+61 |
2007-10-10 | r3192: make sure we don't call pvfs_can_delete() until after we have confirme... | Andrew Tridgell | 1 | -10/+5 |
2007-10-10 | r3191: use __location__ in RAW-UNLINK test | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3190: When we don't have a PAC, do a lookup in the local ldb instead. | Andrew Bartlett | 3 | -148/+302 |
2007-10-10 | r3189: improved the share_conflict() logic (both in terms of readability and | Andrew Tridgell | 5 | -39/+78 |