summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher1-8/+4
2007-10-10r17876: Require one less patch for the LDAP backend to work.Andrew Bartlett1-4/+21
2007-10-10r17791: get rid of another compiler warningStefan Metzmacher1-2/+3
2007-10-10r17704: Add comments suggesting how to get the LDAP backend working.Andrew Bartlett1-3/+23
2007-10-10r17648: update minschema.jsSimo Sorce1-2/+14
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2-2/+2
2007-10-10r17548: It is a good idea to commit the fix (from mkhl) before the test thatAndrew Bartlett1-1/+1
2007-10-10r17534: Try another group for 'wheel' on True64.Andrew Bartlett1-1/+1
2007-10-10r17499: Open the main database only the minimum times during a provision.Andrew Bartlett1-84/+62
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-1/+5
2007-10-10r17339: pass the event context and messaging context together to theStefan Metzmacher2-2/+16
2007-10-10r17330: Enable the partitions module.Andrew Bartlett1-1/+4
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-0/+7
2007-10-10r16265: Fix 'newuser' command.Andrew Bartlett1-1/+1
2007-10-10r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett1-19/+150
2007-10-10r16168: Make the example match the actual function.Andrew Bartlett1-1/+1
2007-10-10r16063: Make is clearer when we can't write to the smb.confAndrew Bartlett1-5/+8
2007-10-10r15805: Fix incompatible type assignment. Caught by the IBM checker.Jelmer Vernooij1-1/+1
2007-10-10r15731: module init functions should return NTSTATUS, not voidAndrew Tridgell10-10/+20
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-1/+1
2007-10-10r15581: Remove unused includeJelmer Vernooij1-1/+0
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 Vernooij2-2/+2
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij2-2/+2
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 Vernooij2-5/+5
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+2
2007-10-10r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach1-1/+2
2007-10-10r15077: map SID_BUILTIN_USERSStefan Metzmacher1-0/+1
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-8/+6
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-10r14875: Make better use of the build systemJelmer Vernooij1-26/+15
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-10r14870: Update to link with dynamic instead of static objects.Tim Potter1-7/+10
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-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-10r14801: Move swig testing makefile fragment into swig's config.mk and out ofTim Potter1-0/+5
2007-10-10r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter2-4/+15