summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/samba.i
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a charTim Potter1-2/+2
2007-10-10r6211: Use cli_credentials_set_{domain,username,password}() to fill inTim Potter1-1/+18
2007-10-10r6210: Call cli_credentials_set_conf() when initialising credentials inTim Potter1-1/+1
2007-10-10r6208: Add cli_credentials support for swig wrappers. For the moment itTim Potter1-0/+6
2007-10-10r5350: Implement an input typemap for NTSTATUS.Tim Potter1-0/+11
2007-10-10r5242: Check that argument is an integer or a long for uint32_t inputTim Potter1-3/+16
2007-10-10r5094: Use builtin swig types for converting between fixed width integer types.Tim Potter1-11/+8
2007-10-10r5017: Fix bug in output typemap for uint32 (!)Tim Potter1-1/+1
2007-10-10r3459: Fix cut&paste error in copyright header.Tim Potter1-2/+2
2007-10-10r3010: Do some more PyInt vs PyLong checks.Tim Potter1-3/+2
2007-10-10r3007: uint32 values need to be stored in Python longs, as on 32-bit machinesTim Potter1-1/+5
2007-10-10r2986: Add correct value to dict when generating wrapper for functions thatTim Potter1-4/+0
2007-10-10r2765: Allow functions containing WERROR values to be compiled.Tim Potter1-0/+3
2007-10-10r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter1-0/+6
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 Potter1-0/+33