summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2339: my first python commit!Andrew Tridgell1-3/+27
2007-10-10r2336: Add another conversion function to allow union arms that contain struc...Tim Potter2-4/+17
2007-10-10r2324: Add hand-written versions of functions from misc.idl.Tim Potter1-1/+26
2007-10-10r2300: Start writing a Python torture test suite based on the smbtorture rpc ...Tim Potter2-11/+52
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-10r2296: Correct setting of access_mask in test program.Tim Potter1-1/+1
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-10r2276: Remove garbage collection debugs.Tim Potter1-2/+0
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 Potter2-0/+15
2007-10-10r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper.Tim Potter1-0/+10
2007-10-10r2236: Zero request structure to let the REF_ALLOC flag work its magic.Tim Potter1-0/+21
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 Potter2-2/+39
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 Potter3-0/+99
2007-10-10r2227: Get rid of annoying compiler warning.Tim Potter1-0/+8
2007-10-10r2226: A bunch of fixes to get python tdb module building again. I'm notTim Potter1-2/+3
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r888: more ..int32 -> ..int32_t stuffStefan Metzmacher1-1/+1
2007-10-10r383: Scripting extensions using swig. This commit includes only a (LGPL)Tim Potter3-0/+192