r5445: move FormInfo1 struct to the place where it's used
[samba.git] / source4 / scripting /
2007-10-10 Tim Potterr5369: Rename torture modules so they don't conflict...
2007-10-10 Tim Potterr5368: Fix ups for domain_name field name change.
2007-10-10 Tim Potterr5353: Throw a NTSTATUS exception if a NT error code...
2007-10-10 Tim Potterr5351: Add wrapper for nt_errstr and array functions...
2007-10-10 Tim Potterr5350: Implement an input typemap for NTSTATUS.
2007-10-10 Tim Potterr5348: Implement the remaining samr connect functions...
2007-10-10 Tim Potterr5335: Add a Close() method to SamrHandle object.
2007-10-10 Tim Potterr5293: Map an empty policy handle to None when creating...
2007-10-10 Tim Potterr5247: Fix rpcclient to work with new swig interface.
2007-10-10 Tim Potterr5244: Convert this module to use the new structure...
2007-10-10 Tim Potterr5243: Woohoo - memory leak city! Comment out talloc_f...
2007-10-10 Tim Potterr5242: Check that argument is an integer or a long...
2007-10-10 Tim Potterr5224: Add in/out typemaps for resume handles. This...
2007-10-10 Tim Potterr5095: uint32 -> uint32_t
2007-10-10 Tim Potterr5094: Use builtin swig types for converting between...
2007-10-10 Tim Potterr5074: Remove dead code.
2007-10-10 Tim Potterr5018: Initialise required subsystems (by hand, generat...
2007-10-10 Tim Potterr5017: Fix bug in output typemap for uint32 (!)
2007-10-10 Tim Potterr5016: Use LIBRARY instead of BINARY for inserting...
2007-10-10 Tim Potterr4982: Start to move swig dependencies into new build...
2007-10-10 Tim Potterr4981: Fix swig build.
2007-10-10 Tim Potterr4546: Use talloc_p() instad of talloc()
2007-10-10 Tim Potterr3870: Delete wrappers for tdb_lockkeys() and tdb_unloc...
2007-10-10 Tim Potterr3607: EnumDomainAlises doesn't take a max_size parameter.
2007-10-10 Tim Potterr3590: Add some more commands to rpcclient from a patch...
2007-10-10 Tim Potterr3589: Add some extra status codes.
2007-10-10 Tim Potterr3588: Fix bug in converting SIDs containing large...
2007-10-10 Tim Potterr3521: Collect printer driver names in EnumPrinterDrivers.
2007-10-10 Tim Potterr3506: Test EnumPorts function.
2007-10-10 Tim Potterr3505: #include dynconfig.h
2007-10-10 Tim Potterr3474: Add conversion functions for the time_t type.
2007-10-10 Tim Potterr3459: Fix cut&paste error in copyright header.
2007-10-10 Tim Potterr3456: Add appropriate #includes to fix Python extensio...
2007-10-10 Tim Potterr3430: Add tests for EnumPrinterDataEx, SetPrinterDataE...
2007-10-10 Tim Potterr3411: Ignore some autogenerated files.
2007-10-10 Tim Potterr3410: Handle conversion of DATA_BLOBs and pointers...
2007-10-10 Tim Potterr3405: Test EnumPrinterData and GetPrinterData.
2007-10-10 Tim Potterr3403: Add test for operations on print server handle.
2007-10-10 Tim Potterr3401: Fix IDL for SetForm RPC.
2007-10-10 Tim Potterr3396: Rename form_name -> formname. This time, check...
2007-10-10 Tim Potterr3311: Consistency updates for form name members.
2007-10-10 Tim Potterr3309: Add wrapper for dcerpc_server_name() function.
2007-10-10 Tim Potterr3308: Handle servers that don't have samr_Connect5.
2007-10-10 Tim Potterr3302: The security descriptors in spoolss_PrinterInfo2...
2007-10-10 Tim Potterr3217: Start of a spoolss_GetPrinter test.
2007-10-10 Tim Potterr3216: Add tests for OpenPrinterEx and ClosePrinter.
2007-10-10 Tim Potterr3204: Got unpacking of an array of PrinterInfo union...
2007-10-10 Tim Potterr3010: Do some more PyInt vs PyLong checks.
2007-10-10 Tim Potterr3009: Fix up unmarshall functions to return Python...
2007-10-10 Tim Potterr3007: uint32 values need to be stored in Python longs...
2007-10-10 Tim Potterr3001: Expose unmarshalling functions for structures...
2007-10-10 Tim Potterr2994: More cleanups. Move the generation of NTSTATUS...
2007-10-10 Tim Potterr2986: Add correct value to dict when generating wrappe...
2007-10-10 Tim Potterr2975: Try to emulate NT_STATUS_IS_ERR() functionality...
2007-10-10 Tim Potterr2966: Handle conversion of DATA_BLOB fields from Pytho...
2007-10-10 Tim Potterr2965: Ignore *.pyc files in torture directory.
2007-10-10 Tim Potterr2964: Add spoolss to list of wrapped client functions.
2007-10-10 Tim Potterr2817: Get winreg_GetKeySecurity() working but use...
2007-10-10 Tim Potterr2807: OK I think winreg_EnumValue() finally works...
2007-10-10 Tim Potterr2801: Wrapped functions that return a DOS error code...
2007-10-10 Tim Potterr2795: Split status code constants into a separate...
2007-10-10 Tim Potterr2790: Add code to generate WERROR exceptions. Arrange...
2007-10-10 Tim Potterr2781: Got winreg_EnumValue() working. Check it in...
2007-10-10 Tim Potterr2780: Add conversion routines for DATA_BLOB. I'm...
2007-10-10 Tim Potterr2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey...
2007-10-10 Tim Potterr2765: Allow functions containing WERROR values to...
2007-10-10 Tim Potterr2739: Start of torture test for winreg wrappers.
2007-10-10 Tim Potterr2728: Break arg parsing stuff out of samr.py into...
2007-10-10 Tim Potterr2560: Don't require structure fields that have the...
2007-10-10 Tim Potterr2559: Python ints can't hold the full range of uint32...
2007-10-10 Tim Potterr2555: Start of a rpcclient type program.
2007-10-10 Tim Potterr2511: Add NT status codes.
2007-10-10 Tim Potterr2502: Finish off samr torture test: samr_CreateUser2...
2007-10-10 Tim Potterr2492: Some cleanups.
2007-10-10 Tim Potterr2490: Some changes to take into account non-error...
2007-10-10 Tim Potterr2486: Use correct type checks when checking 64-bit...
2007-10-10 Tim Potterr2461: Update samr.py torture test after policy handle...
2007-10-10 Tim Potterr2429: Add tests for samr_QueryUserInfo(), samr_QueryUs...
2007-10-10 Tim Potterr2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemb...
2007-10-10 Tim Potterr2424: Refactor handling of non-OK NTSTATUS returns...
2007-10-10 Tim Potterr2423: Add some instructions for building extensions.
2007-10-10 Tim Potterr2421: Fix test for lookupdomain for a non-existent...
2007-10-10 Tim Potterr2419: Write tests for samr_EnumDomains() and samr_Look...
2007-10-10 Tim Potterr2416: More argument checks. Raise an exception instea...
2007-10-10 Tim Potterr2415: Throw a TypeError exception if a scalar value...
2007-10-10 Tim Potterr2414: samr_Connect.system_name is now an array.
2007-10-10 Tim Potterr2410: Add test for samr_SetSecurity().
2007-10-10 Tim Potterr2408: Tridge suggested that all the structures from...
2007-10-10 Tim Potterr2359: More consistency fixes: pass a talloc context...
2007-10-10 Tim Potterr2358: More renaming of functions to keep things consis...
2007-10-10 Tim Potterr2357: Start coding conversion routines for security...
2007-10-10 Tim Potterr2345: Add test for samr_QuerySecurity()
2007-10-10 Tim Potterr2344: Return PyDict_New() in stub functions instead...
2007-10-10 Tim Potterr2342: Remove obsolete file.
2007-10-10 Andrew Tridgellr2339: my first python commit!
2007-10-10 Tim Potterr2336: Add another conversion function to allow union...
2007-10-10 Tim Potterr2324: Add hand-written versions of functions from...
2007-10-10 Tim Potterr2300: Start writing a Python torture test suite based...
2007-10-10 Tim Potterr2299: Map a (C) NULL pointer to (Python) None and...
2007-10-10 Tim Potterr2297: Add string conversion functions.
next