summaryrefslogtreecommitdiff
path: root/source4/scripting/swig
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-1/+1
2007-10-10r15391: Wrap up the nbt_name_query() function as a bit of an experiment. ItTim Potter1-1/+2
2007-10-10r15389: Add some better torture tests for LdbMessage.Tim Potter1-8/+73
2007-10-10r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter1-8/+12
2007-10-10r15345: Add a read-only test to tdb torture tester.Tim Potter1-0/+8
2007-10-10r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij1-1/+1
2007-10-10r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij1-0/+2
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+2
2007-10-10r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter5-645/+1
2007-10-10r14915: Work in progress - getting ldb_add() working.Tim Potter2-8/+38
2007-10-10r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij2-0/+73
2007-10-10r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter2-9/+97
2007-10-10r14897: Do more error checking of tdb function returns and raise IOError orTim Potter1-6/+14
2007-10-10r14881: Unpack ldb_message_element and ldb_val arrays. Python can now accessTim Potter1-26/+41
2007-10-10r14880: Doc.Tim Potter1-1/+1
2007-10-10r14879: Fix bug unpacking ldb_messages.Tim Potter1-1/+12
2007-10-10r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter3-11/+80
2007-10-10r14873: Add skeleton swig ldb interface.Tim Potter2-0/+34
2007-10-10r14871: We don't need to import UserDict anymore.Tim Potter1-1/+1
2007-10-10r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2-11/+149
2007-10-10r14804: Start writing a more Pythonic tdb module.Tim Potter2-7/+48
2007-10-10r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter1-0/+10
2007-10-10r13985: Slowly start swig_ldbSimo Sorce2-2/+89
2007-10-10r13906: fix swig buildSimo Sorce1-2/+1
2007-10-10r7062: Merge scripting/swig/config.mk with scripting/config.mkTim Potter1-5/+0
2007-10-10r6592: Throw an IOError exception if tdb_open() or tdb_open_Ex() returns NULL.Tim Potter1-0/+12
2007-10-10r6591: Add some comments.Tim Potter1-4/+44
2007-10-10r6590: Remove bogus library versioning variables from swig wrappers.Tim Potter1-6/+0
2007-10-10r6540: Implement a bunch more SAMR functions.Tim Potter3-19/+139
2007-10-10r6539: A patch from jbm:Tim Potter1-13/+16
2007-10-10r6512: Refactor samr torture test to use the nicer OO interface instead of theTim Potter1-552/+88
2007-10-10r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().Tim Potter1-5/+29
2007-10-10r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for meTim Potter1-4/+56
2007-10-10r6508: Fix typo - yay testsuite.Tim Potter1-1/+1
2007-10-10r6507: Fix syntax error in GetAliasMembership().Tim Potter1-1/+11
2007-10-10r6506: Rename parameter to GetDomPwInfo.Tim Potter1-2/+2
2007-10-10r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter1-4/+26
2007-10-10r6329: Write tests for newly implemented alias functions.Tim Potter1-119/+52
2007-10-10r6328: Fix bug in OpenAlias.Tim Potter1-9/+66
2007-10-10r6327: Add LSA objects to dcerpc swig library.Tim Potter1-1/+1
2007-10-10r6326: Add %array_functions for struct lsa_SidPtr.Tim Potter1-0/+3
2007-10-10r6324: Pass server name instead of binding string on command line (always useTim Potter1-22/+19
2007-10-10r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter1-32/+9
2007-10-10r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter1-3/+22
2007-10-10r6213: Add %array_functions for struct samr_String so we can create andTim Potter1-0/+1
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 Potter4-8/+12