summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig
Commit message (Expand)AuthorAgeFilesLines
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2007-10-105-645/+1
* r14915: Work in progress - getting ldb_add() working.Tim Potter2007-10-102-8/+38
* r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij2007-10-102-0/+73
* r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter2007-10-102-9/+97
* r14897: Do more error checking of tdb function returns and raise IOError orTim Potter2007-10-101-6/+14
* r14881: Unpack ldb_message_element and ldb_val arrays. Python can now accessTim Potter2007-10-101-26/+41
* r14880: Doc.Tim Potter2007-10-101-1/+1
* r14879: Fix bug unpacking ldb_messages.Tim Potter2007-10-101-1/+12
* r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter2007-10-103-11/+80
* r14873: Add skeleton swig ldb interface.Tim Potter2007-10-102-0/+34
* r14871: We don't need to import UserDict anymore.Tim Potter2007-10-101-1/+1
* r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2007-10-102-11/+149
* r14804: Start writing a more Pythonic tdb module.Tim Potter2007-10-102-7/+48
* r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter2007-10-101-0/+10
* r13985: Slowly start swig_ldbSimo Sorce2007-10-102-2/+89
* r13906: fix swig buildSimo Sorce2007-10-101-2/+1
* r7062: Merge scripting/swig/config.mk with scripting/config.mkTim Potter2007-10-101-5/+0
* r6592: Throw an IOError exception if tdb_open() or tdb_open_Ex() returns NULL.Tim Potter2007-10-101-0/+12
* r6591: Add some comments.Tim Potter2007-10-101-4/+44
* r6590: Remove bogus library versioning variables from swig wrappers.Tim Potter2007-10-101-6/+0
* r6540: Implement a bunch more SAMR functions.Tim Potter2007-10-103-19/+139
* r6539: A patch from jbm:Tim Potter2007-10-101-13/+16
* r6512: Refactor samr torture test to use the nicer OO interface instead of theTim Potter2007-10-101-552/+88
* r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().Tim Potter2007-10-101-5/+29
* r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for meTim Potter2007-10-101-4/+56
* r6508: Fix typo - yay testsuite.Tim Potter2007-10-101-1/+1
* r6507: Fix syntax error in GetAliasMembership().Tim Potter2007-10-101-1/+11
* r6506: Rename parameter to GetDomPwInfo.Tim Potter2007-10-101-2/+2
* r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter2007-10-101-4/+26
* r6329: Write tests for newly implemented alias functions.Tim Potter2007-10-101-119/+52
* r6328: Fix bug in OpenAlias.Tim Potter2007-10-101-9/+66
* r6327: Add LSA objects to dcerpc swig library.Tim Potter2007-10-101-1/+1
* r6326: Add %array_functions for struct lsa_SidPtr.Tim Potter2007-10-101-0/+3
* r6324: Pass server name instead of binding string on command line (always useTim Potter2007-10-101-22/+19
* r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter2007-10-101-32/+9
* r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter2007-10-101-3/+22
* r6213: Add %array_functions for struct samr_String so we can create andTim Potter2007-10-101-0/+1
* r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a charTim Potter2007-10-101-2/+2
* r6211: Use cli_credentials_set_{domain,username,password}() to fill inTim Potter2007-10-101-1/+18
* r6210: Call cli_credentials_set_conf() when initialising credentials inTim Potter2007-10-101-1/+1
* r6208: Add cli_credentials support for swig wrappers. For the moment itTim Potter2007-10-104-8/+12
* r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request.Tim Potter2007-10-101-8/+0
* r5777: At some stage SIG_ATOMIC_T was renamed to sig_atomic_t. This shouldTim Potter2007-10-101-7/+4
* r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2007-10-102-198/+41
* r5368: Fix ups for domain_name field name change.Tim Potter2007-10-101-8/+50
* r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter2007-10-101-22/+32
* r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter2007-10-101-0/+3
* r5350: Implement an input typemap for NTSTATUS.Tim Potter2007-10-101-0/+11
* r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter2007-10-101-6/+53
* r5335: Add a Close() method to SamrHandle object.Tim Potter2007-10-101-1/+148