1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

14517 Commits

Author SHA1 Message Date
Jelmer Vernooij
be33f4c611 r26576: Allow the static module loading code to be used for the Python modules.
Simplify the way module initialization functions are handled.
(This used to be commit ba8be2dfc0)
2007-12-24 01:51:06 -06:00
Jelmer Vernooij
1ab5bcfb93 r26575: Build a private copy of the Python executable for Samba 4, so we know we're always using the same library we build the modules for.
(This used to be commit 03270c5ffd)
2007-12-24 01:51:04 -06:00
Simo Sorce
2d400c1dd1 r26574: Do not call functions in the variable declaration, fix checking for tmp_ctx,
and also makes code more readable and debuggable.

Eliminate silly parenthesys.

Simo.
(This used to be commit 166195b487)
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
de9c8930a6 r26573: Fix warnings.
(This used to be commit 874f0ac056)
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
d0ba9f0014 r26572: Fix warnings in the Python code.
(This used to be commit 15038d9586)
2007-12-24 01:51:04 -06:00
Jelmer Vernooij
3ee442c54f r26571: Hide warnings about unused macros and casting qualifiers in autogenerated files.
(This used to be commit cb76c60007)
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
aa0a06f13c r26570: - Trim size of the swig-generated Python bindings by removing a 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 c550c03372)
2007-12-24 01:51:03 -06:00
Volker Lendecke
784c22899f r26569: Jelmer tells me that ldb must inevitably be build as a shared library,
otherwise it will break.

Sorry for breaking Samba4.

I will have to look how we can fix Samba3 :-(((
(This used to be commit c1dd0af164)
2007-12-24 01:51:02 -06:00
Volker Lendecke
9c32358ac7 r26568: Revert r26482
Next attempt to fix the Samba3 torture breakage

Jelmer, can you please review this?

Thanks,

Volker
(This used to be commit 1d624c8b88)
2007-12-24 01:51:02 -06:00
Jelmer Vernooij
fb021305e4 r26567: Allow registering new ldb modules from python.
(This used to be commit 485db76d84)
2007-12-24 01:51:02 -06:00
Jelmer Vernooij
f053e385ff r26566: Fix member provision when using python.
(This used to be commit e5573283df)
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
249cc734ce r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works now.
(This used to be commit 485d1fa3d1)
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
09f820f0bd r26564: More python bindings for registry code.
(This used to be commit f40fad9827)
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
670918f916 r26563: Fix reg_diff_apply argument order.
(This used to be commit cfffd0357e)
2007-12-24 01:51:01 -06:00
Jelmer Vernooij
b7ffc3b404 r26562: Fix provisioning using Python.
(This used to be commit b07ca944ba)
2007-12-24 01:51:00 -06:00
Jelmer Vernooij
af7e3dadf9 r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.
(This used to be commit d2b9055bc0)
2007-12-24 01:51:00 -06:00
Jelmer Vernooij
6915cad127 r26560: Add script for running in valgrind.
(This used to be commit cb5d6a9ee2)
2007-12-24 01:51:00 -06:00
Jelmer Vernooij
30ce895e0c r26559: Make the provision function a bit smaller.
(This used to be commit a1175231a5)
2007-12-24 01:51:00 -06:00
Günther Deschner
db225eeef1 r26558: Add IDL for netr_GetForestTrustInformation().
Guenther
(This used to be commit 7aa34b4879)
2007-12-24 01:51:00 -06:00
Andrew Bartlett
bc603538a4 r26557: sync WHATSNEW with release branch of Samba4
(This used to be commit 198705f9b7)
2007-12-24 01:50:59 -06:00
Andrew Bartlett
571506e34e r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT.
Add in another varient to test with in the OpenLDAP module-guessing
game, from Howard Chu.

Andrew Bartlett
(This used to be commit 722d8a5665)
2007-12-24 01:50:59 -06:00
Jelmer Vernooij
758be0eedc r26555: Use python-config utility to find python compile/link flags.
(This used to be commit 6cc5e838e6)
2007-12-24 01:50:59 -06:00
Jelmer Vernooij
6890891b5f r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.
(This used to be commit 37c7b65546)
2007-12-21 06:28:52 +01:00
Jelmer Vernooij
9f1e4c2b3a r26553: Fix html output.
(This used to be commit 769ac782f3)
2007-12-21 06:28:51 +01:00
Jelmer Vernooij
b3b3af05f1 r26552: remove unused state variable, use dot as path separator for test names.
(This used to be commit a84975610c)
2007-12-21 06:28:50 +01:00
James Peach
bf20aa02e6 r26551: Make sure NULL is defined before using it to test for getifaddrs().
Patch from Timur I. Bakeyev <timur@com.bat.ru>.
(This used to be commit 188156228b)
2007-12-21 06:28:50 +01:00
Stefan Metzmacher
6afef7d624 r26550: libreplace: fallback to __ss_family of struct sockaddr_storage
metze
(This used to be commit 11bdc9bed8)
2007-12-21 06:28:49 +01:00
Jelmer Vernooij
1ae762d3bc r26549: Remove suite-specific bits.
(This used to be commit ac01d515b7)
2007-12-21 06:28:48 +01:00
Jelmer Vernooij
70c9374305 r26548: Remove remaining variables from state hash.
(This used to be commit 84f5b3e257)
2007-12-21 06:28:48 +01:00
Jelmer Vernooij
254f1c6fee r26547: Make testsuites less special during subunit handling.
(This used to be commit 0bf6bdcd7f)
2007-12-21 06:28:47 +01:00
Jelmer Vernooij
9ca5a26746 r26546: Rather than having a gazillion targets, add output format variable for 'make test'.
(This used to be commit bd5217906c)
2007-12-21 06:28:47 +01:00
Jelmer Vernooij
109a903750 r26545: Sync output with ejs.
(This used to be commit 48ceaa9643)
2007-12-21 06:28:46 +01:00
Stefan Metzmacher
7c1fdfe4b5 Merge commit 'release-4-0-0alpha2' into v4-0-test
(This used to be commit e53723c40c)
2007-12-21 06:28:08 +01:00
Andrew Bartlett
c27f79433d r26541: Mark this as the release
(This used to be commit cc3912220a)
2007-12-21 06:00:02 +01:00
Andrew Bartlett
63d1c1dace r26501: Merge kblin's updated README
Andrew Bartlett
(This used to be commit 2afff9ba57)
2007-12-21 06:00:02 +01:00
Andrew Bartlett
1319bd0706 r26490: Update WHATSNEW. Unless some fancy new words arive soon, this is what
we will put out...

Andrew Bartlett
(This used to be commit 7e767b80d1)
2007-12-21 06:00:01 +01:00
Andrew Bartlett
5539575dfa r26489: Merge fixed ranged results module to release branch.
This is the last blocker for the release that I know of.

Andrew Bartlett
(This used to be commit d1020d4497)
2007-12-21 06:00:01 +01:00
Jelmer Vernooij
2949c9440a r26478: Update versions, fix typo.
(This used to be commit 913ba60939)
2007-12-21 06:00:00 +01:00
Andrew Bartlett
4d5aee7c14 r26390: Start on a WHATSNEW for the alpah2 release.
Andrew Bartlett
(This used to be commit d86c35c8ab)
2007-12-21 06:00:00 +01:00
Andrew Bartlett
55bfefb02b r26388: Fix up SWAT provision (again...), after changes I made to the
command-line version a while back.

Andrew Bartlett
(This used to be commit 609184581d)
2007-12-21 06:00:00 +01:00
Andrew Bartlett
b8a4093607 r26387: Merge logfile segfault into alpha2 branch.
Andrew Bartlett
(This used to be commit a6d1477ab9)
2007-12-21 05:59:59 +01:00
Andrew Bartlett
60c8e5b915 r26364: Branch Samba 4.0 for an alpha2 release.
Andrew Bartlett
(This used to be commit 7a891215d0)
2007-12-21 05:59:59 +01:00
Jelmer Vernooij
0500b87092 r26540: Revert my previous commit after concerns raised by Andrew.
(This used to be commit 6ac86f8be7)
2007-12-21 05:52:06 +01:00
Jelmer Vernooij
3e75f222bc r26539: Remove unnecessary statics.
(This used to be commit e53e79eebe)
2007-12-21 05:52:05 +01:00
Jelmer Vernooij
c2fffa8335 r26538: Pass path generation function around rather than base directory.
(This used to be commit 5f921af41e)
2007-12-21 05:51:59 +01:00
Jelmer Vernooij
6e2459211d r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).
(This used to be commit e91fe76d29)
2007-12-21 05:51:57 +01:00
Jelmer Vernooij
86f91db7d5 r26536: More tests for provisioning code.
(This used to be commit 43c8bfeedf)
2007-12-21 05:51:56 +01:00
Jelmer Vernooij
595ec370da r26535: Get rid of all-knowing ProvisionSettings object.
(This used to be commit 40bf88c8a7)
2007-12-21 05:51:56 +01:00
Stefan Metzmacher
5ed08ebac3 r26534: configure: using == in shell scripts isn't portable
Thanks to Björn Jacke <bj@sernet.de> for reporting this.

metze
(This used to be commit 1d5d970830)
2007-12-21 05:51:55 +01:00
Stefan Metzmacher
9d71dba42e r26533: libreplace: hopefully fix the share library/module build on darwin
metze
(This used to be commit 3d64338f3c)
2007-12-21 05:51:55 +01:00