r4227: index the privilege attribute to make lsa privilege calls efficient
[samba.git] / source / scripting /
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.
2007-10-10 Tim Potterr2296: Correct setting of access_mask in test program.
2007-10-10 Tim Potterr2295: Convert simple scalar types and policy handles...
2007-10-10 Tim Potterr2278: Add some more helper functions.
2007-10-10 Tim Potterr2276: Remove garbage collection debugs.
2007-10-10 Tim Potterr2256: Include autogenerated interfaces for lsa and...
2007-10-10 Tim Potterr2253: Add test program, as small example of what's...
2007-10-10 Tim Potterr2243: Include definition for PRINTF_ATTRIBUTE in Pytho...
2007-10-10 Tim Potterr2236: Zero request structure to let the REF_ALLOC...
2007-10-10 Tim Potterr2235: When creating exception data, use Py_BuildValue...
2007-10-10 Tim Potterr2230: Wrapper for dcerpc_samr_Connect2(). All this...
2007-10-10 Tim Potterr2229: Have dcerpc_pipe_connect() throw an exception...
2007-10-10 Tim Potterr2228: Finally commit bits of old workareas together...
2007-10-10 Tim Potterr2227: Get rid of annoying compiler warning.
2007-10-10 Tim Potterr2226: A bunch of fixes to get python tdb module buildi...
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr888: more ..int32 -> ..int32_t stuff
2007-10-10 Tim Potterr383: Scripting extensions using swig. This commit...