summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig/torture
Commit message (Expand)AuthorAgeFilesLines
* r15389: Add some better torture tests for LdbMessage.Tim Potter2007-10-101-8/+73
* r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter2007-10-101-8/+12
* r15345: Add a read-only test to tdb torture tester.Tim Potter2007-10-101-0/+8
* r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter2007-10-101-0/+6
* r14873: Add skeleton swig ldb interface.Tim Potter2007-10-101-0/+8
* r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2007-10-101-3/+79
* r14804: Start writing a more Pythonic tdb module.Tim Potter2007-10-101-7/+3
* r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter2007-10-101-0/+10
* r6540: Implement a bunch more SAMR functions.Tim Potter2007-10-101-0/+40
* r6512: Refactor samr torture test to use the nicer OO interface instead of theTim Potter2007-10-101-552/+88
* r6329: Write tests for newly implemented alias functions.Tim Potter2007-10-101-119/+52
* r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter2007-10-101-32/+9
* r6208: Add cli_credentials support for swig wrappers. For the moment itTim Potter2007-10-102-4/+3
* r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2007-10-102-198/+41
* r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2007-10-101-0/+12
* r3521: Collect printer driver names in EnumPrinterDrivers.Tim Potter2007-10-101-4/+5
* r3506: Test EnumPorts function.Tim Potter2007-10-101-6/+14
* r3430: Add tests for EnumPrinterDataEx, SetPrinterDataEx (doesn't work),Tim Potter2007-10-101-10/+65
* r3411: Ignore some autogenerated files.Tim Potter2007-10-101-0/+3
* r3410: Handle conversion of DATA_BLOBs and pointers to DATA_BLOBs from python.Tim Potter2007-10-101-1/+26
* r3405: Test EnumPrinterData and GetPrinterData.Tim Potter2007-10-101-1/+48
* r3403: Add test for operations on print server handle.Tim Potter2007-10-101-15/+72
* r3401: Fix IDL for SetForm RPC.Tim Potter2007-10-101-10/+29
* r3396: Rename form_name -> formname. This time, check smbtorture builds beforeTim Potter2007-10-101-1/+4
* r3311: Consistency updates for form name members.Tim Potter2007-10-101-33/+94
* r3308: Handle servers that don't have samr_Connect5.Tim Potter2007-10-101-4/+11
* r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3Tim Potter2007-10-101-6/+53
* r3217: Start of a spoolss_GetPrinter test.Tim Potter2007-10-101-0/+26
* r3216: Add tests for OpenPrinterEx and ClosePrinter.Tim Potter2007-10-101-8/+63
* r3204: Got unpacking of an array of PrinterInfo union elements working. Phew.Tim Potter2007-10-101-1/+1
* r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS.Tim Potter2007-10-101-2/+8
* r3001: Expose unmarshalling functions for structures marked "public" in theTim Potter2007-10-101-1/+1
* r2965: Ignore *.pyc files in torture directory.Tim Potter2007-10-102-3/+41
* r2817: Get winreg_GetKeySecurity() working but use data blob instead ofTim Potter2007-10-101-32/+77
* r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter2007-10-101-35/+25
* r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter2007-10-101-12/+22
* r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions.Tim Potter2007-10-101-5/+102
* r2739: Start of torture test for winreg wrappers.Tim Potter2007-10-101-0/+23
* r2728: Break arg parsing stuff out of samr.py into a standalone program.Tim Potter2007-10-102-47/+53
* r2560: Don't require structure fields that have the pidl value() propertyTim Potter2007-10-101-26/+2
* r2559: Python ints can't hold the full range of uint32 values so store themTim Potter2007-10-101-0/+12
* r2511: Add NT status codes.Tim Potter2007-10-101-17/+17
* r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo,Tim Potter2007-10-101-30/+288
* r2492: Some cleanups.Tim Potter2007-10-101-29/+145
* r2461: Update samr.py torture test after policy handle parameter renames.Tim Potter2007-10-101-32/+99
* r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(),Tim Potter2007-10-101-3/+174
* r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain,Tim Potter2007-10-101-2/+150
* r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter2007-10-101-1/+7
* r2419: Write tests for samr_EnumDomains() and samr_LookupDomain().Tim Potter2007-10-101-4/+38
* r2414: samr_Connect.system_name is now an array.Tim Potter2007-10-101-1/+1