summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/dcerpc.i
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2559: Python ints can't hold the full range of uint32 values so store themTim Potter1-22/+43
2007-10-10r2511: Add NT status codes.Tim Potter1-0/+520
2007-10-10r2490: Some changes to take into account non-error NTSTATUS codes being retur...Tim Potter1-1/+1
2007-10-10r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,Tim Potter1-16/+16
2007-10-10r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.Tim Potter1-0/+10
2007-10-10r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter1-1/+8
2007-10-10r2416: More argument checks. Raise an exception instead of segfaulting if aTim Potter1-1/+41
2007-10-10r2415: Throw a TypeError exception if a scalar value doesn't have the correctTim Potter1-8/+48
2007-10-10r2408: Tridge suggested that all the structures from misc.idl (policy handles,Tim Potter1-132/+2
2007-10-10r2359: More consistency fixes: pass a talloc context to every function thatTim Potter1-22/+61
2007-10-10r2358: More renaming of functions to keep things consistent.Tim Potter1-30/+39
2007-10-10r2357: Start coding conversion routines for security descriptors, acls and sids.Tim Potter1-3/+56
2007-10-10r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter1-2/+2
2007-10-10r2336: Add another conversion function to allow union arms that contain struc...Tim Potter1-4/+4
2007-10-10r2324: Add hand-written versions of functions from misc.idl.Tim Potter1-1/+26
2007-10-10r2299: Map a (C) NULL pointer to (Python) None and vice versa.Tim Potter1-0/+6
2007-10-10r2297: Add string conversion functions.Tim Potter1-1/+6
2007-10-10r2295: Convert simple scalar types and policy handles between dcerpc functionTim Potter1-0/+40
2007-10-10r2278: Add some more helper functions.Tim Potter1-10/+40
2007-10-10r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter1-1/+3
2007-10-10r2253: Add test program, as small example of what's going on.Tim Potter1-0/+2
2007-10-10r2235: When creating exception data, use Py_BuildValue instead of doing itTim Potter1-6/+18
2007-10-10r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should beTim Potter1-2/+26
2007-10-10r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS isTim Potter1-4/+22
2007-10-10r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter1-0/+68