summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request.Tim Potter1-8/+0
2007-10-10r5777: At some stage SIG_ATOMIC_T was renamed to sig_atomic_t. This shouldTim Potter1-7/+4
2007-10-10r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2-198/+41
2007-10-10r5368: Fix ups for domain_name field name change.Tim Potter1-8/+50
2007-10-10r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter1-22/+32
2007-10-10r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter1-0/+3
2007-10-10r5350: Implement an input typemap for NTSTATUS.Tim Potter1-0/+11
2007-10-10r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter1-6/+53
2007-10-10r5335: Add a Close() method to SamrHandle object.Tim Potter1-1/+148
2007-10-10r5293: Map an empty policy handle to None when creating policy handles, andTim Potter1-3/+20
2007-10-10r5247: Fix rpcclient to work with new swig interface.Tim Potter1-18/+34
2007-10-10r5244: Convert this module to use the new structure mapping SWIG stuff instea...Tim Potter1-72/+103
2007-10-10r5243: Woohoo - memory leak city! Comment out talloc_free() call until ITim Potter1-1/+1
2007-10-10r5242: Check that argument is an integer or a long for uint32_t inputTim Potter1-3/+16
2007-10-10r5224: Add in/out typemaps for resume handles. This saves us having to muchTim Potter1-0/+39
2007-10-10r5095: uint32 -> uint32_tTim Potter1-3/+2
2007-10-10r5094: Use builtin swig types for converting between fixed width integer types.Tim Potter1-11/+8
2007-10-10r5074: Remove dead code.Tim Potter1-266/+0
2007-10-10r5018: Initialise required subsystems (by hand, generated by substitutingTim Potter1-8/+40
2007-10-10r5017: Fix bug in output typemap for uint32 (!)Tim Potter1-1/+1
2007-10-10r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into theTim Potter2-13/+8
2007-10-10r4982: Start to move swig dependencies into new build system. UnfortunatelyTim Potter2-0/+16
2007-10-10r4981: Fix swig build.Tim Potter1-3/+1
2007-10-10r4546: Use talloc_p() instad of talloc()Tim Potter1-1/+1
2007-10-10r3870: Delete wrappers for tdb_lockkeys() and tdb_unlockkeys().Tim Potter1-2/+0
2007-10-10r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter1-1/+0
2007-10-10r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2-6/+186
2007-10-10r3589: Add some extra status codes.Tim Potter1-0/+2
2007-10-10r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2-3/+15
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-10r3505: #include dynconfig.hTim Potter1-0/+1
2007-10-10r3474: Add conversion functions for the time_t type.Tim Potter1-0/+23
2007-10-10r3459: Fix cut&paste error in copyright header.Tim Potter1-2/+2
2007-10-10r3456: Add appropriate #includes to fix Python extensions build.Tim Potter1-0/+8
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 Potter2-1/+43
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-10r3309: Add wrapper for dcerpc_server_name() function.Tim Potter1-0/+2
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-10r3010: Do some more PyInt vs PyLong checks.Tim Potter1-3/+2