summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Collapse)AuthorAgeFilesLines
...
* r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should beTim Potter2007-10-102-2/+39
| | | | | automatically generated but at the moment it's hand coded. (This used to be commit e1a368050d3abb6a6ca6529315dc4228e8590c7f)
* r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS isTim Potter2007-10-101-4/+22
| | | | | | | returned from the C function. This way we can return the struct dcerpc_pipe object instead of a tuple of (NTSTATUS, dcerpc_pipe) which is a bad interface. (This used to be commit a3a85bd419e38f0dce138e67174517e23a361010)
* r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter2007-10-103-0/+99
| | | | | | bindings happening. This commit lets python call dcerpc_pipe_connect() and open the samr pipe. (This used to be commit f5852bf3e2064f03aa9b63af4aa1b4f9e39bdb24)
* r2227: Get rid of annoying compiler warning.Tim Potter2007-10-101-0/+8
| | | | (This used to be commit 64f961f039545c9948eb7d7652b7494be2443174)
* r2226: A bunch of fixes to get python tdb module building again. I'm notTim Potter2007-10-101-2/+3
| | | | | | sure how this can be integrated into the build system properly though. Editing makefile.pl is the wrong way to do this. (This used to be commit e6a42f7880993271f2610584182f7d47538b6747)
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
* r888: more ..int32 -> ..int32_t stuffStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit f3b1d3bdc74f08ee2a1d22102d57bff94f71f5a5)
* r383: Scripting extensions using swig. This commit includes only a (LGPL)Tim Potter2007-10-103-0/+192
python interface to tdb and a rudimentary build system. Configure with --with-python and make swig to build and append $(builddir)/scripting/swig/python to PYTHONPATH. (This used to be commit bbc15d6f84b6a247ae87b253752a86a38f1d6798)