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