2007-10-10 |
Tim Potter | r2994: More cleanups. Move the generation of NTSTATUS...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2986: Add correct value to dict when generating wrapper...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2975: Try to emulate NT_STATUS_IS_ERR() functionality...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2967: Add some printer enum constants from Samba3...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2966: Handle conversion of DATA_BLOB fields from Python...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2965: Ignore *.pyc files in torture directory.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2964: Add spoolss to list of wrapped client functions.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2963: Handle structures that contain more than one...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2962: Tweak to get conversion function for pointers...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2817: Get winreg_GetKeySecurity() working but use...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2807: OK I think winreg_EnumValue() finally works...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2806: Add winreg.i to dependencies for dcerpc.i
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2805: Handle NULL pointers when converting structures...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2801: Wrapped functions that return a DOS error code...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2795: Split status code constants into a separate...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2790: Add code to generate WERROR exceptions. Arrange...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2782: Reformat IDL for winreg_EnumValue()
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2781: Got winreg_EnumValue() working. Check it in...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2780: Add conversion routines for DATA_BLOB. I'm...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2777: Correctly abort if an idl file fails to parse...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2767: Get rid of some unnecessary %s formatting.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2766: Test OpenKey, QueryInfoKey, EnumKey, CloseKey...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2765: Allow functions containing WERROR values to...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2764: Use hand-written function for all occurrences...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2739: Start of torture test for winreg wrappers.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2728: Break arg parsing stuff out of samr.py into...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2597: A small program that takes SID strings on stdin...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2582: Merge checks for xattr and acl libraries from...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2576: Some userspace tools for getting and setting...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2560: Don't require structure fields that have the...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2559: Python ints can't hold the full range of uint32...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2555: Start of a rpcclient type program.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2516: Remove duplicate line.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2511: Add NT status codes.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2502: Finish off samr torture test: samr_CreateUser2...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2501: The AddMemberToAlias test doesn't need a domain_handle.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2496: Check that reference parameters are not None.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2492: Some cleanups.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2491: Handle pointers to scalars when converting to...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2490: Some changes to take into account non-error...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2489: Rename account_flags in EnumDomainAliases()...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2486: Use correct type checks when checking 64-bit...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2461: Update samr.py torture test after policy handle...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2458: Rename policy handle parameters for the SAMR...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInf...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2428: Handle unions as [out] parameters by passing...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFro...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2426: Handle pointer to scalars converting C to Python.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2425: Found another place for a type check. When...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2424: Refactor handling of non-OK NTSTATUS returns...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2423: Add some instructions for building extensions.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2421: Fix test for lookupdomain for a non-existent...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2419: Write tests for samr_EnumDomains() and samr_LookupDom...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2418: Handle a pointer to a scalar when converting...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2417: Add comments to the interface generator as well...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2416: More argument checks. Raise an exception instead...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2415: Throw a TypeError exception if a scalar value...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2414: samr_Connect.system_name is now an array.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2411: The other half of getting autogenerated code...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2410: Add test for samr_SetSecurity().
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2409: Convert NULL pointers to Py_None, and vice versa.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2408: Tridge suggested that all the structures from...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2399: Display text description of rpc fault in debug...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2398: Import Data::Dumper module safely so it doesn...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2359: More consistency fixes: pass a talloc context...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2358: More renaming of functions to keep things consistent.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2357: Start coding conversion routines for security...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2345: Add test for samr_QuerySecurity()
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2344: Return PyDict_New() in stub functions instead...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2342: Remove obsolete file.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2336: Add another conversion function to allow union...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2335: Zero function parameter struct so we can do...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2325: Generate conversion stubs for IDL unions.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2324: Add hand-written versions of functions from...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2323: More tweaks to get things building again.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2322: More renames of autogenerated functions so they...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2300: Start writing a Python torture test suite based...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2299: Map a (C) NULL pointer to (Python) None and...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2298: Convert to and from string parameters.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2297: Add string conversion functions.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2296: Correct setting of access_mask in test program.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2295: Convert simple scalar types and policy handles...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2289: Autogenerate some more attractive looking stubs...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2278: Add some more helper functions.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2277: Generate stubs for input and output typemaps.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2276: Remove garbage collection debugs.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2256: Include autogenerated interfaces for lsa and...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2255: Don't do experimental swig stuff by default.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2253: Add test program, as small example of what's...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2247: talloc_destroy -> talloc_free
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2243: Include definition for PRINTF_ATTRIBUTE in Python...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2236: Zero request structure to let the REF_ALLOC...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2235: When creating exception data, use Py_BuildValue...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2234: Tridge, this is a patch to allow people to set...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2230: Wrapper for dcerpc_samr_Connect2(). All this...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2229: Have dcerpc_pipe_connect() throw an exception...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2228: Finally commit bits of old workareas together...
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2227: Get rid of annoying compiler warning.
|
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r2226: A bunch of fixes to get python tdb module building...
|
commit | commitdiff | tree |