summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3277: don't use the non-portable getaddrinfo() function, instead useAndrew Tridgell1-18/+3
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell3-28/+219
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell6-33/+32
2007-10-10r3270: - added another unlink testAndrew Tridgell2-1/+5
2007-10-10r3269: fixed return valueAndrew Tridgell1-1/+1
2007-10-10r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell1-12/+41
2007-10-10r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell1-0/+2
2007-10-10r3263: - pvfs now passes RAW-SEARCHAndrew Tridgell1-2/+2
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell4-101/+176
2007-10-10r3261: added seek to RAW-SEARCH testAndrew Tridgell2-15/+23
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell3-55/+79
2007-10-10r3259: expanded the RAW-SEARCH test some moreAndrew Tridgell1-2/+4
2007-10-10r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell1-1/+1
2007-10-10r3257: make the RAW-SEARCH test less sensitive to the servers directory orderingAndrew Tridgell1-6/+7
2007-10-10r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell3-25/+0
2007-10-10r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2-2/+5
2007-10-10r3254: - expanded the RAW-IOCTL testAndrew Tridgell3-11/+11
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