summaryrefslogtreecommitdiffstats
path: root/source/scripting
Commit message (Expand)AuthorAgeFilesLines
* r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter2006-04-301-8/+12
* r15345: Add a read-only test to tdb torture tester.Tim Potter2006-04-301-0/+8
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2006-04-292-2/+2
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2006-04-292-2/+2
* r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij2006-04-271-0/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-242-5/+5
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2006-04-241-1/+2
* r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach2006-04-241-1/+2
* r15077: map SID_BUILTIN_USERSStefan Metzmacher2006-04-131-0/+1
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2006-04-085-645/+1
* r14915: Work in progress - getting ldb_add() working.Tim Potter2006-04-042-8/+38
* r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij2006-04-042-8/+6
* r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter2006-04-042-9/+97
* r14897: Do more error checking of tdb function returns and raise IOError or Tim Potter2006-04-031-6/+14
* r14881: Unpack ldb_message_element and ldb_val arrays. Python can now access Tim Potter2006-04-031-26/+41
* r14880: Doc.Tim Potter2006-04-031-1/+1
* r14879: Fix bug unpacking ldb_messages.Tim Potter2006-04-031-1/+12
* r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter2006-04-033-11/+80
* r14875: Make better use of the build systemJelmer Vernooij2006-04-031-26/+15
* r14873: Add skeleton swig ldb interface.Tim Potter2006-04-032-0/+34
* r14871: We don't need to import UserDict anymore.Tim Potter2006-04-031-1/+1
* r14870: Update to link with dynamic instead of static objects.Tim Potter2006-04-031-7/+10
* r14860: create libcli/security/security.hStefan Metzmacher2006-04-021-1/+1
* r14854: Finish off swig wrapper and torture tests for tdb.Tim Potter2006-04-022-11/+149
* r14804: Start writing a more Pythonic tdb module.Tim Potter2006-03-302-7/+48
* r14801: Move swig testing makefile fragment into swig's config.mk and out of Tim Potter2006-03-301-0/+5
* r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter2006-03-302-4/+15
* r14603: Fix building of ejs modules as shared libsJelmer Vernooij2006-03-213-4/+14
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2006-03-201-1/+0
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2006-03-192-4/+4
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-184-0/+6
* r14500: Make some more functions publicJelmer Vernooij2006-03-171-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2006-03-171-1/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2006-03-161-1/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-164-4/+5
* r14381: Kill structs.hJelmer Vernooij2006-03-141-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-141-0/+3
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2006-03-144-0/+4
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two paramete...Jelmer Vernooij2006-03-131-16/+1
* r14200: Now we have real USN support, don't force the values in the provisionAndrew Bartlett2006-03-111-16/+0
* r14110: make ndr interface parsing code libraries,Stefan Metzmacher2006-03-091-1/+1
* r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2006-03-092-27/+60
* r13985: Slowly start swig_ldbSimo Sorce2006-03-073-3/+104
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2006-03-071-2/+2
* r13944: Yet another round of splitups.Jelmer Vernooij2006-03-071-1/+0
* r13942: fix dependenciesStefan Metzmacher2006-03-071-3/+22
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-078-0/+11
* r13906: fix swig buildSimo Sorce2006-03-071-2/+1
* r13903: Don't generate prototypes for modules and binaries in include/proto.h...Jelmer Vernooij2006-03-061-0/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-021-1/+5