r17886: add talloc_ptrtype() and talloc_array_ptrtype(),
[samba.git] / source / scripting /
2007-10-10 Andrew Bartlettr17876: Require one less patch for the LDAP backend...
2007-10-10 Stefan Metzmacherr17791: get rid of another compiler warning
2007-10-10 Andrew Bartlettr17704: Add comments suggesting how to get the LDAP...
2007-10-10 Simo Sorcer17648: update minschema.js
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Andrew Bartlettr17548: It is a good idea to commit the fix (from mkhl...
2007-10-10 Andrew Bartlettr17534: Try another group for 'wheel' on True64.
2007-10-10 Andrew Bartlettr17499: Open the main database only the minimum times...
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Stefan Metzmacherr17339: pass the event context and messaging context...
2007-10-10 Andrew Bartlettr17330: Enable the partitions module.
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Andrew Bartlettr16265: Fix 'newuser' command.
2007-10-10 Andrew Bartlettr16264: Add, but do not yet enable, the partitions...
2007-10-10 Andrew Bartlettr16168: Make the example match the actual function.
2007-10-10 Andrew Bartlettr16063: Make is clearer when we can't write to the...
2007-10-10 Jelmer Vernooijr15805: Fix incompatible type assignment. Caught by...
2007-10-10 Andrew Tridgellr15731: module init functions should return NTSTATUS...
2007-10-10 Jelmer Vernooijr15585: Revive pidl's SWIG file generator. It now gener...
2007-10-10 Jelmer Vernooijr15581: Remove unused include
2007-10-10 Tim Potterr15391: Wrap up the nbt_name_query() function as a...
2007-10-10 Tim Potterr15389: Add some better torture tests for LdbMessage.
2007-10-10 Tim Potterr15348: Start adding a dict interface and tests to...
2007-10-10 Tim Potterr15345: Add a read-only test to tdb torture tester.
2007-10-10 Jelmer Vernooijr15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15300: Only enable SWIG shared libs if python is available
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 James Peachr15187: Introduce new param type P_BYTES. This lets...
2007-10-10 Stefan Metzmacherr15077: map SID_BUILTIN_USERS
2007-10-10 Tim Potterr14968: Move tdb and ldb swig wrappers in to lib/tdb...
2007-10-10 Tim Potterr14915: Work in progress - getting ldb_add() working.
2007-10-10 Jelmer Vernooijr14906: Move SWIG-specific files to scripting/swig/
2007-10-10 Tim Potterr14901: More work on ldb swig interface. Wrap some...
2007-10-10 Tim Potterr14897: Do more error checking of tdb function returns...
2007-10-10 Tim Potterr14881: Unpack ldb_message_element and ldb_val arrays...
2007-10-10 Tim Potterr14880: Doc.
2007-10-10 Tim Potterr14879: Fix bug unpacking ldb_messages.
2007-10-10 Tim Potterr14878: Write swig wrappers for ldb_init() and ldb_conn...
2007-10-10 Jelmer Vernooijr14875: Make better use of the build system
2007-10-10 Tim Potterr14873: Add skeleton swig ldb interface.
2007-10-10 Tim Potterr14871: We don't need to import UserDict anymore.
2007-10-10 Tim Potterr14870: Update to link with dynamic instead of static...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Tim Potterr14854: Finish off swig wrapper and torture tests for...
2007-10-10 Tim Potterr14804: Start writing a more Pythonic tdb module.
2007-10-10 Tim Potterr14801: Move swig testing makefile fragment into swig...
2007-10-10 Tim Potterr14798: Get swig building again (by commenting out...
2007-10-10 Jelmer Vernooijr14603: Fix building of ejs modules as shared libs
2007-10-10 Jelmer Vernooijr14594: Fix some dependencies (required for shared...
2007-10-10 Jelmer Vernooijr14572: Give libraries saner names, remove some .pc...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14500: Make some more functions public
2007-10-10 Jelmer Vernooijr14497: Fix build with shared libraries
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14381: Kill structs.h
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Andrew Bartlettr14200: Now we have real USN support, don't force the...
2007-10-10 Stefan Metzmacherr14110: make ndr interface parsing code libraries,
2007-10-10 Jelmer Vernooijr14109: Modulify the smbcalls subsystem.
2007-10-10 Simo Sorcer13985: Slowly start swig_ldb
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Jelmer Vernooijr13944: Yet another round of splitups.
2007-10-10 Stefan Metzmacherr13942: fix dependencies
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Simo Sorcer13906: fix swig build
2007-10-10 Jelmer Vernooijr13903: Don't generate prototypes for modules and binar...
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Stefan Metzmacherr13710: fix compiler warnings
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Simo Sorcer13369: let's have a way to show the samba4 version...
2007-10-10 Andrew Tridgellr13102: fixed the vampire code to correctly setup forei...
2007-10-10 Andrew Tridgellr13098: make check for workgroup and realm case insensitive
2007-10-10 Andrew Tridgellr13097: move the creation of the default sam name ...
2007-10-10 Stefan Metzmacherr13084: fix 'make test'!
2007-10-10 Andrew Tridgellr13076: catch a easy to make error during vampire install
2007-10-10 Jelmer Vernooijr13062: Fix upgrade of WINS entries
2007-10-10 Andrew Bartlettr13018: Fix (correct) warning about mixing C/js interfa...
2007-10-10 Andrew Bartlettr12997: Feed the right event context to libnet in ejsne...
2007-10-10 Andrew Tridgellr12947: added some error checking that I stumbled acros...
2007-10-10 Andrew Bartlettr12945: Try to move closer to getting Samba3 import...
2007-10-10 Andrew Bartlettr12931: Remove some prefixes. We have:
2007-10-10 Andrew Bartlettr12929: Fix more implict global and shadowing variables.
2007-10-10 Andrew Bartlettr12928: This patch improves the interaction between...
2007-10-10 Andrew Bartlettr12918: Don't tell the user the difference between...
2007-10-10 Andrew Bartlettr12892: Add a 'Migrate from Windows' page to our instal...
2007-10-10 Andrew Bartlettr12891: We no longer manually set the 'name' attribute.
2007-10-10 Andrew Bartlettr12823: Fix up the provison and newuser code in SWAT...
2007-10-10 Andrew Bartlettr12822: Given that talloc gives us this extra level...
2007-10-10 Andrew Bartlettr12819: Fix swat authentication again. We need to...
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Andrew Bartlettr12749: Fix the newuser script.
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.
2007-10-10 Andrew Bartlettr12744: For correctly written scripts, we don't need...
2007-10-10 Andrew Bartlettr12739: Add support for using credentials in the provis...
2007-10-10 Andrew Bartlettr12738: Use a talloc_reference to ensure this doesn...
next