Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 12 | -124/+138 | |
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | |||||
2007-12-26 | r26587: Fix reading Samba 3 WINS database and initial work on group db, ↵ | Jelmer Vernooij | 3 | -40/+196 | |
aliases and secrets. (This used to be commit c7c4cf258ac7975b409d26c9386838d4780c756f) | |||||
2007-12-26 | r26586: Rename fetch to get for consistency with the Python dictionary ↵ | Jelmer Vernooij | 4 | -13/+14 | |
interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a) | |||||
2007-12-26 | r26585: Fix samba3.python tests. | Jelmer Vernooij | 6 | -58/+128 | |
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa) | |||||
2007-12-26 | r26584: Fix exception handling in ldb constructor. | Jelmer Vernooij | 3 | -79/+18 | |
(This used to be commit 5383cf8e69233b3cb7c1876f52644537e459dea6) | |||||
2007-12-26 | r26583: Throw a proper exception in the python code when tdb_open() fails, ↵ | Jelmer Vernooij | 4 | -29/+26 | |
fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6) | |||||
2007-12-24 | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 4 | -4/+4 | |
(This used to be commit 7008f90e03a12687f739e5492b3e0ab36587db6a) | |||||
2007-12-24 | r26581: Make ldb_wait uniform, so that it is easy to remove it completely ↵ | Simo Sorce | 5 | -72/+90 | |
from modules later on. (This used to be commit f75ce8c20aa2b466e9ee86fdf1702b2ffda10ddf) | |||||
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 17 | -20/+27 | |
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46) | |||||
2007-12-24 | r26579: Fix the typo that breaks the code coverage build. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ad97efc480fc21d794f880abcd6c95827592986e) | |||||
2007-12-24 | r26578: Ensure directory exists. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit c89c667ec2c5c8b4bbee821deaf8f55a4da2064b) | |||||
2007-12-24 | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 1 | -11/+8 | |
(This used to be commit 1cf374eb3125c66844f01d013016feaf99760582) | |||||
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 28 | -44/+107 | |
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520) | |||||
2007-12-24 | r26575: Build a private copy of the Python executable for Samba 4, so we ↵ | Jelmer Vernooij | 4 | -13/+46 | |
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc) | |||||
2007-12-24 | r26574: Do not call functions in the variable declaration, fix checking for ↵ | Simo Sorce | 1 | -5/+7 | |
tmp_ctx, and also makes code more readable and debuggable. Eliminate silly parenthesys. Simo. (This used to be commit 166195b487ffa51933f772a56f47f7f0d4c867eb) | |||||
2007-12-24 | r26573: Fix warnings. | Jelmer Vernooij | 2 | -3/+3 | |
(This used to be commit 874f0ac0561e38a8c0ceda983f6c88c75ee29e9c) | |||||
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 19 | -221/+182 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in ↵ | Jelmer Vernooij | 7 | -45/+37 | |
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 37 | -1281/+3815 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-24 | r26569: Jelmer tells me that ldb must inevitably be build as a shared library, | Volker Lendecke | 1 | -0/+1 | |
otherwise it will break. Sorry for breaking Samba4. I will have to look how we can fix Samba3 :-((( (This used to be commit c1dd0af1642d7b15c623a76c13c3cf98fb3bd3da) | |||||
2007-12-24 | r26568: Revert r26482 | Volker Lendecke | 1 | -1/+0 | |
Next attempt to fix the Samba3 torture breakage Jelmer, can you please review this? Thanks, Volker (This used to be commit 1d624c8b883ffd44408da1d584dd063cef0edec9) | |||||
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 4 | -21/+78 | |
(This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189) | |||||
2007-12-24 | r26566: Fix member provision when using python. | Jelmer Vernooij | 1 | -9/+9 | |
(This used to be commit e5573283df9e98bccc8eae227cf0f11367ecf084) | |||||
2007-12-24 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵ | Jelmer Vernooij | 11 | -18/+243 | |
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19) | |||||
2007-12-24 | r26564: More python bindings for registry code. | Jelmer Vernooij | 8 | -104/+240 | |
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f) | |||||
2007-12-24 | r26563: Fix reg_diff_apply argument order. | Jelmer Vernooij | 4 | -10/+4 | |
(This used to be commit cfffd0357ee4c4bb3f3c9adb051eeee1bbac526a) | |||||
2007-12-24 | r26562: Fix provisioning using Python. | Jelmer Vernooij | 2 | -31/+44 | |
(This used to be commit b07ca944ba62a3f3de58c06b66533c0953a32de9) | |||||
2007-12-24 | r26561: Fix make gdbtest, valgrindtest and testenv for shared libs. | Jelmer Vernooij | 5 | -10/+25 | |
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2) | |||||
2007-12-24 | r26560: Add script for running in valgrind. | Jelmer Vernooij | 3 | -4/+8 | |
(This used to be commit cb5d6a9ee27cea4a7a34c3249eed55f601630b82) | |||||
2007-12-24 | r26559: Make the provision function a bit smaller. | Jelmer Vernooij | 1 | -164/+182 | |
(This used to be commit a1175231a58c60f32574816643dafc78ff867161) | |||||
2007-12-24 | r26558: Add IDL for netr_GetForestTrustInformation(). | Günther Deschner | 2 | -5/+12 | |
Guenther (This used to be commit 7aa34b48795d303ba600f34a4b1bc916007aee44) | |||||
2007-12-24 | r26557: sync WHATSNEW with release branch of Samba4 | Andrew Bartlett | 1 | -28/+19 | |
(This used to be commit 198705f9b7c6fc23bab6fc9f08f5ce7070e5cc11) | |||||
2007-12-24 | r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT. | Andrew Bartlett | 2 | -8/+19 | |
Add in another varient to test with in the OpenLDAP module-guessing game, from Howard Chu. Andrew Bartlett (This used to be commit 722d8a56651dfcd246c85904fed0e2aa48086dff) | |||||
2007-12-24 | r26555: Use python-config utility to find python compile/link flags. | Jelmer Vernooij | 1 | -102/+8 | |
(This used to be commit 6cc5e838e6c411ce74e7abde685720aa1f3cbdfb) | |||||
2007-12-21 | r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 37c7b65546190bdce40cb48435cc4fd51d89a124) | |||||
2007-12-21 | r26553: Fix html output. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 769ac782f30805b725ed9aba532a976b2892ab03) | |||||
2007-12-21 | r26552: remove unused state variable, use dot as path separator for test names. | Jelmer Vernooij | 6 | -136/+144 | |
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be) | |||||
2007-12-21 | r26551: Make sure NULL is defined before using it to test for getifaddrs(). | James Peach | 1 | -0/+4 | |
Patch from Timur I. Bakeyev <timur@com.bat.ru>. (This used to be commit 188156228b53c4bbc9c18c6ff1a0d3c6d0ba5fcb) | |||||
2007-12-21 | r26550: libreplace: fallback to __ss_family of struct sockaddr_storage | Stefan Metzmacher | 2 | -0/+29 | |
metze (This used to be commit 11bdc9bed80b9842ac1ab8f22509a5d191cddc91) | |||||
2007-12-21 | r26549: Remove suite-specific bits. | Jelmer Vernooij | 4 | -26/+24 | |
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9) | |||||
2007-12-21 | r26548: Remove remaining variables from state hash. | Jelmer Vernooij | 4 | -53/+44 | |
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a) | |||||
2007-12-21 | r26547: Make testsuites less special during subunit handling. | Jelmer Vernooij | 5 | -57/+88 | |
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782) | |||||
2007-12-21 | r26546: Rather than having a gazillion targets, add output format variable ↵ | Jelmer Vernooij | 1 | -6/+3 | |
for 'make test'. (This used to be commit bd5217906c12c36df9769fc32aee77d9c1805bf2) | |||||
2007-12-21 | r26545: Sync output with ejs. | Jelmer Vernooij | 3 | -36/+32 | |
(This used to be commit 48ceaa964327ed7094275780cc3c0767636bcb18) | |||||
2007-12-21 | Merge commit 'release-4-0-0alpha2' into v4-0-test | Stefan Metzmacher | 0 | -0/+0 | |
(This used to be commit e53723c40cb022903066503e2de3b750c2dc5112) | |||||
2007-12-21 | r26541: Mark this as the release | Andrew Bartlett | 1 | -1/+1 | |
(This used to be commit cc3912220a169280bc5cacfb98775a9f3fa42e90) | |||||
2007-12-21 | r26501: Merge kblin's updated README | Andrew Bartlett | 1 | -11/+12 | |
Andrew Bartlett (This used to be commit 2afff9ba5743e4067a129b87dc4a7c3e5749095f) | |||||
2007-12-21 | r26490: Update WHATSNEW. Unless some fancy new words arive soon, this is what | Andrew Bartlett | 1 | -7/+4 | |
we will put out... Andrew Bartlett (This used to be commit 7e767b80d11a5c51ba027c5b7f08a559049d4836) | |||||
2007-12-21 | r26489: Merge fixed ranged results module to release branch. | Andrew Bartlett | 1 | -28/+34 | |
This is the last blocker for the release that I know of. Andrew Bartlett (This used to be commit d1020d449765f304ba83c3dd65e719ff0c81b427) | |||||
2007-12-21 | r26478: Update versions, fix typo. | Jelmer Vernooij | 1 | -7/+7 | |
(This used to be commit 913ba6093944584f773cc2d293ba9a7394905b3c) |