Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo, | Tim Potter | 1 | -30/+288 |
2007-10-10 | r2492: Some cleanups. | Tim Potter | 1 | -29/+145 |
2007-10-10 | r2490: Some changes to take into account non-error NTSTATUS codes being retur... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2486: Use correct type checks when checking 64-bit quantities (int64, uint64, | Tim Potter | 1 | -16/+16 |
2007-10-10 | r2461: Update samr.py torture test after policy handle parameter renames. | Tim Potter | 1 | -32/+99 |
2007-10-10 | r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(), | Tim Potter | 1 | -3/+174 |
2007-10-10 | r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain, | Tim Potter | 1 | -2/+150 |
2007-10-10 | r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish. | Tim Potter | 1 | -0/+10 |
2007-10-10 | r2423: Add some instructions for building extensions. | Tim Potter | 1 | -0/+37 |
2007-10-10 | r2421: Fix test for lookupdomain for a non-existent domain. | Tim Potter | 2 | -2/+15 |
2007-10-10 | r2419: Write tests for samr_EnumDomains() and samr_LookupDomain(). | Tim Potter | 1 | -4/+38 |
2007-10-10 | r2416: More argument checks. Raise an exception instead of segfaulting if a | Tim Potter | 1 | -1/+41 |
2007-10-10 | r2415: Throw a TypeError exception if a scalar value doesn't have the correct | Tim Potter | 1 | -8/+48 |
2007-10-10 | r2414: samr_Connect.system_name is now an array. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2410: Add test for samr_SetSecurity(). | Tim Potter | 1 | -2/+7 |
2007-10-10 | r2408: Tridge suggested that all the structures from misc.idl (policy handles, | Tim Potter | 1 | -132/+2 |
2007-10-10 | r2359: More consistency fixes: pass a talloc context to every function that | Tim Potter | 1 | -22/+61 |
2007-10-10 | r2358: More renaming of functions to keep things consistent. | Tim Potter | 1 | -30/+39 |
2007-10-10 | r2357: Start coding conversion routines for security descriptors, acls and sids. | Tim Potter | 1 | -3/+56 |
2007-10-10 | r2345: Add test for samr_QuerySecurity() | Tim Potter | 1 | -12/+35 |
2007-10-10 | r2344: Return PyDict_New() in stub functions instead of Py_None to avoid | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2342: Remove obsolete file. | Tim Potter | 1 | -59/+0 |
2007-10-10 | r2339: my first python commit! | Andrew Tridgell | 1 | -3/+27 |
2007-10-10 | r2336: Add another conversion function to allow union arms that contain struc... | Tim Potter | 2 | -4/+17 |
2007-10-10 | r2324: Add hand-written versions of functions from misc.idl. | Tim Potter | 1 | -1/+26 |
2007-10-10 | r2300: Start writing a Python torture test suite based on the smbtorture rpc ... | Tim Potter | 2 | -11/+52 |
2007-10-10 | r2299: Map a (C) NULL pointer to (Python) None and vice versa. | Tim Potter | 1 | -0/+6 |
2007-10-10 | r2297: Add string conversion functions. | Tim Potter | 1 | -1/+6 |
2007-10-10 | r2296: Correct setting of access_mask in test program. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2295: Convert simple scalar types and policy handles between dcerpc function | Tim Potter | 1 | -0/+40 |
2007-10-10 | r2278: Add some more helper functions. | Tim Potter | 1 | -10/+40 |
2007-10-10 | r2276: Remove garbage collection debugs. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are... | Tim Potter | 1 | -1/+3 |
2007-10-10 | r2253: Add test program, as small example of what's going on. | Tim Potter | 2 | -0/+15 |
2007-10-10 | r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper. | Tim Potter | 1 | -0/+10 |
2007-10-10 | r2236: Zero request structure to let the REF_ALLOC flag work its magic. | Tim Potter | 1 | -0/+21 |
2007-10-10 | r2235: When creating exception data, use Py_BuildValue instead of doing it | Tim Potter | 1 | -6/+18 |
2007-10-10 | r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should be | Tim Potter | 2 | -2/+39 |
2007-10-10 | r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS is | Tim Potter | 1 | -4/+22 |
2007-10-10 | r2228: Finally commit bits of old workareas together to get dcerpc python | Tim Potter | 3 | -0/+99 |
2007-10-10 | r2227: Get rid of annoying compiler warning. | Tim Potter | 1 | -0/+8 |
2007-10-10 | r2226: A bunch of fixes to get python tdb module building again. I'm not | Tim Potter | 1 | -2/+3 |
2007-10-10 | r960: convert 'unsigned int' to uint_t in the most places | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r888: more ..int32 -> ..int32_t stuff | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r383: Scripting extensions using swig. This commit includes only a (LGPL) | Tim Potter | 3 | -0/+192 |