Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3405: Test EnumPrinterData and GetPrinterData. | Tim Potter | 1 | -1/+48 |
2007-10-10 | r3403: Add test for operations on print server handle. | Tim Potter | 1 | -15/+72 |
2007-10-10 | r3401: Fix IDL for SetForm RPC. | Tim Potter | 1 | -10/+29 |
2007-10-10 | r3396: Rename form_name -> formname. This time, check smbtorture builds before | Tim Potter | 1 | -1/+4 |
2007-10-10 | r3311: Consistency updates for form name members. | Tim Potter | 1 | -33/+94 |
2007-10-10 | r3309: Add wrapper for dcerpc_server_name() function. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r3308: Handle servers that don't have samr_Connect5. | Tim Potter | 1 | -4/+11 |
2007-10-10 | r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3 | Tim Potter | 1 | -6/+53 |
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 | r3204: Got unpacking of an array of PrinterInfo union elements working. Phew. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3010: Do some more PyInt vs PyLong checks. | Tim Potter | 1 | -3/+2 |
2007-10-10 | r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS. | Tim Potter | 1 | -2/+8 |
2007-10-10 | r3007: uint32 values need to be stored in Python longs, as on 32-bit machines | Tim Potter | 1 | -1/+5 |
2007-10-10 | r3001: Expose unmarshalling functions for structures marked "public" in the | Tim Potter | 2 | -1/+7 |
2007-10-10 | r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptions | Tim Potter | 1 | -32/+0 |
2007-10-10 | r2986: Add correct value to dict when generating wrapper for functions that | Tim Potter | 2 | -4/+8 |
2007-10-10 | r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun... | Tim Potter | 1 | -2/+4 |
2007-10-10 | r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicer | Tim Potter | 1 | -10/+10 |
2007-10-10 | r2965: Ignore *.pyc files in torture directory. | Tim Potter | 2 | -3/+41 |
2007-10-10 | r2964: Add spoolss to list of wrapped client functions. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r2817: Get winreg_GetKeySecurity() working but use data blob instead of | Tim Potter | 1 | -32/+77 |
2007-10-10 | r2807: OK I think winreg_EnumValue() finally works. The previous version | Tim Potter | 1 | -35/+25 |
2007-10-10 | r2801: Wrapped functions that return a DOS error code can return DCERPC | Tim Potter | 1 | -0/+4 |
2007-10-10 | r2795: Split status code constants into a separate file. | Tim Potter | 2 | -520/+553 |
2007-10-10 | r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene... | Tim Potter | 1 | -3/+26 |
2007-10-10 | r2781: Got winreg_EnumValue() working. Check it in so I don't break it trying | Tim Potter | 1 | -12/+22 |
2007-10-10 | r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL... | Tim Potter | 1 | -0/+29 |
2007-10-10 | r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions. | Tim Potter | 1 | -5/+102 |
2007-10-10 | r2765: Allow functions containing WERROR values to be compiled. | Tim Potter | 2 | -0/+4 |
2007-10-10 | r2739: Start of torture test for winreg wrappers. | Tim Potter | 1 | -0/+23 |
2007-10-10 | r2728: Break arg parsing stuff out of samr.py into a standalone program. | Tim Potter | 2 | -47/+53 |
2007-10-10 | r2560: Don't require structure fields that have the pidl value() property | Tim Potter | 1 | -26/+2 |
2007-10-10 | r2559: Python ints can't hold the full range of uint32 values so store them | Tim Potter | 2 | -22/+55 |
2007-10-10 | r2555: Start of a rpcclient type program. | Tim Potter | 2 | -0/+319 |
2007-10-10 | r2511: Add NT status codes. | Tim Potter | 2 | -17/+537 |
2007-10-10 | r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo, | Tim Potter | 1 | -30/+288 |
2007-10-10 | r2492: Some cleanups. | Tim Potter | 1 | -29/+145 |
2007-10-10 | r2490: Some changes to take into account non-error NTSTATUS codes being retur... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2486: Use correct type checks when checking 64-bit quantities (int64, uint64, | Tim Potter | 1 | -16/+16 |
2007-10-10 | r2461: Update samr.py torture test after policy handle parameter renames. | Tim Potter | 1 | -32/+99 |
2007-10-10 | r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(), | Tim Potter | 1 | -3/+174 |
2007-10-10 | r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain, | Tim Potter | 1 | -2/+150 |
2007-10-10 | r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish. | Tim Potter | 1 | -0/+10 |
2007-10-10 | r2423: Add some instructions for building extensions. | Tim Potter | 1 | -0/+37 |
2007-10-10 | r2421: Fix test for lookupdomain for a non-existent domain. | Tim Potter | 2 | -2/+15 |
2007-10-10 | r2419: Write tests for samr_EnumDomains() and samr_LookupDomain(). | Tim Potter | 1 | -4/+38 |
2007-10-10 | r2416: More argument checks. Raise an exception instead of segfaulting if a | Tim Potter | 1 | -1/+41 |
2007-10-10 | r2415: Throw a TypeError exception if a scalar value doesn't have the correct | Tim Potter | 1 | -8/+48 |
2007-10-10 | r2414: samr_Connect.system_name is now an array. | Tim Potter | 1 | -1/+1 |