Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -4/+4 | |
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520) | |||||
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 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 4 | -62/+64 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26571: Hide warnings about unused macros and casting qualifiers in ↵ | Jelmer Vernooij | 1 | -21/+7 | |
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 | 13 | -663/+1851 | |
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 | r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵ | Jelmer Vernooij | 9 | -16/+239 | |
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19) | |||||
2007-12-24 | r26564: More python bindings for registry code. | Jelmer Vernooij | 7 | -101/+238 | |
(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-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 | 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 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 6 | -9/+9 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 6 | -9/+9 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 4 | -199/+197 | |
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c) | |||||
2007-12-21 | r26533: libreplace: hopefully fix the share library/module build on darwin | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 3d64338f3cfeef2e9851ca8c932863af6f1f22c3) | |||||
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 | |
an attribute with ';' in the name. Andrew Bartlett (This used to be commit f4023b176eabfb3282fe9b999eac8db55a095ab0) | |||||
2007-12-21 | r26520: More Python updates. | Jelmer Vernooij | 2 | -18/+108 | |
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7) | |||||
2007-12-21 | r26518: Fix provision of registry using Python. | Jelmer Vernooij | 5 | -20/+17 | |
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4) | |||||
2007-12-21 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵ | Kai Blin | 1 | -3/+0 | |
of thois. Thanks to metze for pointing this out (This used to be commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7) | |||||
2007-12-21 | r26512: Another attempt at fixing darwin | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 4fa04924ab41bd6ad1a0c6d8d9b1987bf09d5270) | |||||
2007-12-21 | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Kai Blin | 2 | -5/+8 | |
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (This used to be commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79) | |||||
2007-12-21 | r26510: attempt to fix shld flags for darwin. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5dbe3aff3c34f64f35f1e13a11c60c5023348919) | |||||
2007-12-21 | r26507: Fix function signature for freeifaddrs. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c) | |||||
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2) | |||||
2007-12-21 | r26503: Change order of arguments in param interface so it's easier to make the | Jelmer Vernooij | 1 | -2/+2 | |
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca) | |||||
2007-12-21 | r26498: Fix memory leak in iconv code. | Jelmer Vernooij | 3 | -11/+20 | |
(This used to be commit 8795697db56e4ca6715950d68f5ec370604fcc76) | |||||
2007-12-21 | r26497: Fix return type for freeifaddrs(). | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit 8c65053f51330bb55a81572264eefbcc56029dc1) | |||||
2007-12-21 | r26496: Move some provision functions to a new SamDB class, support setting ↵ | Jelmer Vernooij | 3 | -132/+134 | |
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34) | |||||
2007-12-21 | r26495: Add defines for getifaddrs/freeifaddrs. | Jelmer Vernooij | 1 | -0/+10 | |
(This used to be commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f) | |||||
2007-12-21 | r26492: Some hosts have a define called ifa_dstaddr. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd) | |||||
2007-12-21 | r26491: Fix syntax. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2513230e286179747bb84e4e87121b80bea8f3f0) | |||||
2007-12-21 | r26487: Cope with systems that don't have struct sockaddr.sa_len. | Jelmer Vernooij | 2 | -2/+15 | |
(This used to be commit 56080469ab28ae5a2f456cced34814d9c33480c6) | |||||
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 4 | -4/+5 | |
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb) | |||||
2007-12-21 | r26482: Use shared library version of ldb, to make sure not every module ↵ | Jelmer Vernooij | 1 | -0/+1 | |
ends up with its own private copy of ldb with its own list of modules... (This used to be commit ef029d950cb056b4b831e1ca0f6789484f262093) | |||||
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow ↵ | Jelmer Vernooij | 3 | -12/+27 | |
modules to provide an ops table directly rather than an initialization function. (This used to be commit a71419a73a869c24121005ccbbcb4396f888888b) | |||||
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0) | |||||
2007-12-21 | r26476: Remove unnecessary hack. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 827632ab6e00bacef45c15efc626a1ef587c0915) | |||||
2007-12-21 | r26475: Add ldb.set_credentials function. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f) | |||||
2007-12-21 | r26470: Update README. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908) | |||||
2007-12-21 | r26469: Fix paths, only include IPv4 addresses for now. | Jelmer Vernooij | 3 | -17/+19 | |
(This used to be commit fa9e3b6fa871b7541878f836ea54e882e614a3cf) | |||||
2007-12-21 | r26468: Match getifaddrs more closely, add trivial test. | Jelmer Vernooij | 2 | -22/+31 | |
(This used to be commit 92898c043b5a2649a2e423d02bcdaea78ae55737) | |||||
2007-12-21 | r26467: Use getifaddrs() for interface enumeration and provide replacements ↵ | Jelmer Vernooij | 6 | -437/+512 | |
for platforms that don't have it in lib/replace. (This used to be commit 9b4924fbd8619033c55b4c6e2589da247332e7db) | |||||
2007-12-21 | r26464: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15) | |||||
2007-12-21 | r26463: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit d98ac96dfe7bb055f9ad49bc6864890285aa59ed) | |||||
2007-12-21 | r26462: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 020f2f7426c2850fffc272f53065fa7305dd0313) | |||||
2007-12-21 | r26460: Enable ldb python tests. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 25e982453142eb7d2f68c0751d641581b46fbb49) |