summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig/dcerpc.i
Commit message (Expand)AuthorAgeFilesLines
* r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.Tim Potter2007-10-101-0/+10
* r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter2007-10-101-1/+8
* 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
* 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
* r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter2007-10-101-2/+2
* r2336: Add another conversion function to allow union arms that contain struc...Tim Potter2007-10-101-4/+4
* r2324: Add hand-written versions of functions from misc.idl.Tim Potter2007-10-101-1/+26
* r2299: Map a (C) NULL pointer to (Python) None and vice versa.Tim Potter2007-10-101-0/+6
* r2297: Add string conversion functions.Tim Potter2007-10-101-1/+6
* r2295: Convert simple scalar types and policy handles between dcerpc functionTim Potter2007-10-101-0/+40
* r2278: Add some more helper functions.Tim Potter2007-10-101-10/+40
* r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter2007-10-101-1/+3
* r2253: Add test program, as small example of what's going on.Tim Potter2007-10-101-0/+2
* r2235: When creating exception data, use Py_BuildValue instead of doing itTim Potter2007-10-101-6/+18
* r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should beTim Potter2007-10-101-2/+26
* r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS isTim Potter2007-10-101-4/+22
* r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter2007-10-101-0/+68