summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* r4546: Use talloc_p() instad of talloc()Tim Potter2007-10-101-1/+1
* r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys().Tim Potter2007-10-101-2/+0
* r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter2007-10-101-1/+0
* r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2007-10-102-6/+186
* r3589: Add some extra status codes.Tim Potter2007-10-101-0/+2
* r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2007-10-102-3/+15
* r3521: Collect printer driver names in EnumPrinterDrivers.Tim Potter2007-10-101-4/+5
* r3506: Test EnumPorts function.Tim Potter2007-10-101-6/+14
* r3505: #include dynconfig.hTim Potter2007-10-101-0/+1
* r3474: Add conversion functions for the time_t type.Tim Potter2007-10-101-0/+23
* r3459: Fix cut&paste error in copyright header.Tim Potter2007-10-101-2/+2
* r3456: Add appropriate #includes to fix Python extensions build.Tim Potter2007-10-101-0/+8
* 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-102-1/+43
* 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
* r3309: Add wrapper for dcerpc_server_name() function.Tim Potter2007-10-101-0/+2
* 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
* r3010: Do some more PyInt vs PyLong checks.Tim Potter2007-10-101-3/+2
* r3009: Fix up unmarshall functions to return Python dict instead of a NTSTATUS.Tim Potter2007-10-101-2/+8
* r3007: uint32 values need to be stored in Python longs, as on 32-bit machinesTim Potter2007-10-101-1/+5
* r3001: Expose unmarshalling functions for structures marked "public" in theTim Potter2007-10-102-1/+7
* r2994: More cleanups. Move the generation of NTSTATUS and WERROR exceptionsTim Potter2007-10-101-32/+0
* r2986: Add correct value to dict when generating wrapper for functions thatTim Potter2007-10-102-4/+8
* r2975: Try to emulate NT_STATUS_IS_ERR() functionality for WERRORs. Unfortun...Tim Potter2007-10-101-2/+4
* r2966: Handle conversion of DATA_BLOB fields from Python in a slightly nicerTim Potter2007-10-101-10/+10
* r2965: Ignore *.pyc files in torture directory.Tim Potter2007-10-102-3/+41
* r2964: Add spoolss to list of wrapped client functions.Tim Potter2007-10-101-0/+1
* 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
* r2801: Wrapped functions that return a DOS error code can return DCERPCTim Potter2007-10-101-0/+4
* r2795: Split status code constants into a separate file.Tim Potter2007-10-102-520/+553
* r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene...Tim Potter2007-10-101-3/+26
* r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter2007-10-101-12/+22
* r2780: Add conversion routines for DATA_BLOB. I'm not convinced that DATA_BL...Tim Potter2007-10-101-0/+29
* r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey functions.Tim Potter2007-10-101-5/+102
* r2765: Allow functions containing WERROR values to be compiled.Tim Potter2007-10-102-0/+4
* 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-102-22/+55
* r2555: Start of a rpcclient type program.Tim Potter2007-10-102-0/+319