summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell4-9/+97
2007-10-10r3252: pvfs now passes BASE-TRANS2Andrew Tridgell1-2/+2
2007-10-10r3251: - move the openattr test code into basic/attr.cAndrew Tridgell4-281/+310
2007-10-10r3250: Add idl for printer info level 0.Tim Potter1-11/+44
2007-10-10r3249: - change_time is closer to ctime than mtimeAndrew Tridgell3-5/+9
2007-10-10r3248: don't stop searches on failed fill_search_info()Andrew Tridgell1-7/+1
2007-10-10r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell1-1/+1
2007-10-10r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell1-1/+1
2007-10-10r3245: use __location__ in RAW-SEARCHAndrew Tridgell1-18/+18
2007-10-10r3244: pvfs now passes the RAW-UNLINK and RAW-READ testsAndrew Tridgell1-1/+2
2007-10-10r3243: read the high offset count in SMBreadx in the serverAndrew Tridgell1-0/+1
2007-10-10r3242: make the RAW-READ test not exercise the 0-0 lock, which is not determi...Andrew Tridgell1-4/+6
2007-10-10r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell1-8/+7
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell7-66/+327
2007-10-10r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell1-5/+11
2007-10-10r3238: rename null_mtime() to the more accurate name "null_time()", andAndrew Tridgell1-7/+7
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell2-17/+6
2007-10-10r3236: test a few more combinations in RAW-UNLINKAndrew Tridgell1-0/+27
2007-10-10r3235: try readx beyond 64k in RAW-READAndrew Tridgell1-6/+17
2007-10-10r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't tryAndrew Tridgell1-3/+13
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell5-10/+36
2007-10-10r3224: add the LOCAL-* tests to test_posix.shAndrew Tridgell1-1/+2
2007-10-10r3223: continue the effort on LIBREPLACE to try to get the ldb tools toAndrew Tridgell3-34/+35
2007-10-10r3219: Hi, Andrew B.!Volker Lendecke1-0/+2
2007-10-10r3218: Fix the buildVolker Lendecke2-2/+2
2007-10-10r3217: Start of a spoolss_GetPrinter test.Tim Potter1-0/+26
2007-10-10r3216: Add tests for OpenPrinterEx and ClosePrinter.Tim Potter1-8/+63
2007-10-10r3215: access_required -> access_mask for OpenPrinterExTim Potter1-1/+1
2007-10-10r3214: Load the config file (required for ncacn_np:)Jelmer Vernooij1-1/+4
2007-10-10r3213: Make credentials in a binding dialog optionalJelmer Vernooij3-31/+33
2007-10-10r3212: Never put a hostname in a ncalrpc binding stringJelmer Vernooij1-0/+1
2007-10-10r3211: Add a graphical endpoint mapper view toolJelmer Vernooij5-8/+334
2007-10-10r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, andAndrew Tridgell5-35/+44
2007-10-10r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij3-10/+17
2007-10-10r3208: fixed permissions of ncalrpc directory creationAndrew Tridgell1-1/+1
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell6-16/+27
2007-10-10r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLEAndrew Tridgell2-0/+3
2007-10-10r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij3-2/+7
2007-10-10r3204: Got unpacking of an array of PrinterInfo union elements working. Phew.Tim Potter2-54/+45
2007-10-10r3203: moved more test functions into torture/basic/*.cAndrew Tridgell4-211/+239
2007-10-10r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...Andrew Tridgell2-3/+3
2007-10-10r3201: we now pass the BASE-OPEN testAndrew Tridgell1-4/+4
2007-10-10r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell3-21/+53
2007-10-10r3199: added a couple more test paths to RAW-CHKPATHAndrew Tridgell1-0/+10
2007-10-10r3198: check for too many .. components in filenamesAndrew Tridgell3-5/+20
2007-10-10r3197: fixed error code mapping for ENOTDIRAndrew Tridgell1-1/+1
2007-10-10r3196: Grr - add more useless dependencies to get swig wrappers to build.Tim Potter1-1/+2
2007-10-10r3195: fill in more of the fsinfo fields, and avoid calling the potentiallyAndrew Tridgell1-25/+102
2007-10-10r3194: fixed an uninitialised variableAndrew Tridgell1-0/+1
2007-10-10r3193: improved the initial permissions choice for file create, based upon do...Andrew Tridgell2-61/+61