summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2511: Add NT status codes.Tim Potter2007-10-102-17/+537
* r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo,Tim Potter2007-10-101-30/+288
* r2492: Some cleanups.Tim Potter2007-10-101-29/+145
* r2490: Some changes to take into account non-error NTSTATUS codes being retur...Tim Potter2007-10-101-1/+1
* r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,Tim Potter2007-10-101-16/+16
* r2461: Update samr.py torture test after policy handle parameter renames.Tim Potter2007-10-101-32/+99
* r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(),Tim Potter2007-10-101-3/+174
* r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain,Tim Potter2007-10-101-2/+150
* r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.Tim Potter2007-10-101-0/+10
* r2423: Add some instructions for building extensions.Tim Potter2007-10-101-0/+37
* r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter2007-10-102-2/+15
* r2419: Write tests for samr_EnumDomains() and samr_LookupDomain().Tim Potter2007-10-101-4/+38
* r2416: More argument checks. Raise an exception instead of segfaulting if aTim Potter2007-10-101-1/+41
* r2415: Throw a TypeError exception if a scalar value doesn't have the correctTim Potter2007-10-101-8/+48
* r2414: samr_Connect.system_name is now an array.Tim Potter2007-10-101-1/+1
* r2410: Add test for samr_SetSecurity().Tim Potter2007-10-101-2/+7
* r2408: Tridge suggested that all the structures from misc.idl (policy handles,Tim Potter2007-10-101-132/+2
* r2359: More consistency fixes: pass a talloc context to every function thatTim Potter2007-10-101-22/+61
* r2358: More renaming of functions to keep things consistent.Tim Potter2007-10-101-30/+39
* r2357: Start coding conversion routines for security descriptors, acls and sids.Tim Potter2007-10-101-3/+56
* r2345: Add test for samr_QuerySecurity()Tim Potter2007-10-101-12/+35
* r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter2007-10-101-2/+2
* r2342: Remove obsolete file.Tim Potter2007-10-101-59/+0
* r2339: my first python commit!Andrew Tridgell2007-10-101-3/+27
* r2336: Add another conversion function to allow union arms that contain struc...Tim Potter2007-10-102-4/+17
* r2324: Add hand-written versions of functions from misc.idl.Tim Potter2007-10-101-1/+26
* r2300: Start writing a Python torture test suite based on the smbtorture rpc ...Tim Potter2007-10-102-11/+52
* r2299: Map a (C) NULL pointer to (Python) None and vice versa.Tim Potter2007-10-101-0/+6