1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

3337 Commits

Author SHA1 Message Date
Jelmer Vernooij
035e0853e2 r26202: Fix dependencies.
(This used to be commit ecdec9421d)
2007-12-21 05:46:49 +01:00
Jelmer Vernooij
e266efffec r26200: Bring back some accidently removed files.
(This used to be commit a71e40ab5d)
2007-12-21 05:46:48 +01:00
Jelmer Vernooij
f2f16b45b5 r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403b)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
8515d23a3a r26196: Always build python bindings for ldb.
(This used to be commit 0aa19ce73f)
2007-12-21 05:46:46 +01:00
Jelmer Vernooij
4d417d2e0d r26195: Wrap two more functions.
(This used to be commit f7312cbb76)
2007-12-21 05:46:46 +01:00
Jelmer Vernooij
e1733d7244 r26194: Wrap the events subsystem in a separate file.
(This used to be commit cfb6bbdc31)
2007-12-21 05:46:45 +01:00
Andrew Bartlett
364266e22a r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
It appears that the control value is optional, implying type 0 responses.

Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.

Andrew Bartlett
(This used to be commit 833dfc2f2a)
2007-12-21 05:46:44 +01:00
Jelmer Vernooij
f023784d06 r26187: Fix module name, indentation.
(This used to be commit ef790ebf3a)
2007-12-21 05:46:40 +01:00
Jelmer Vernooij
06e444d913 r26185: No need to depend on ldap, shared lib already has that info.
(This used to be commit 522d6591d7)
2007-12-21 05:46:39 +01:00
Jelmer Vernooij
b9b9babce8 r26181: Set version to 1.1.1, as 1.1.0 has already been released.
(This used to be commit 19e3516000)
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
7ab84481d6 r26180: Allow prebuilding swig output files.
(This used to be commit 52106ad04e)
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
e12c724f07 r26179: Fix symlink.
(This used to be commit b25d0201da)
2007-12-21 05:46:37 +01:00
Jelmer Vernooij
8e37dc8c9e r26178: Link against -ldl as well to prevent undefined symbols.
(This used to be commit 7bb479f816)
2007-12-21 05:46:36 +01:00
Jelmer Vernooij
8463b9aff9 r26177: Allow prebuilding swig wrapper, install ldb.py.
(This used to be commit e61160dce4)
2007-12-21 05:46:35 +01:00
Andrew Bartlett
37039ea5b0 r26131: Ensure we show the right errors in the NULL base DN case. Based on
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>

Andrew Bartlett
(This used to be commit cc2d0c9f15)
2007-12-21 05:46:15 +01:00
Jelmer Vernooij
339ad9ea22 r26129: Specify path explicitly in case an external ldb installation is used.
(This used to be commit b86a6105ed)
2007-12-21 05:46:14 +01:00
Jelmer Vernooij
f5ceca4259 r26124: Install ldb_handlers.h, required by ldb_samba.
(This used to be commit 037774cff7)
2007-12-21 05:46:13 +01:00
Jelmer Vernooij
e541cc54f4 r26119: Fix warnings.
(This used to be commit 38a6522e44)
2007-12-21 05:46:10 +01:00
Jelmer Vernooij
6314a9a08f r26117: Fix DESTDIR use for bindir.
(This used to be commit b7eb2cadcf)
2007-12-21 05:46:10 +01:00
Jelmer Vernooij
eaecbfa0e2 r26114: Allow keyword-arguments.
(This used to be commit 99c342641b)
2007-12-21 05:46:09 +01:00
Jelmer Vernooij
3023afce68 r26112: Do proper error checking in __contains__.
(This used to be commit b67cc409fa)
2007-12-21 05:46:08 +01:00
Jelmer Vernooij
b6d657863c r26108: Add makefile rules for building, installing and checking python bindings.
(This used to be commit d8d04300d2)
2007-12-21 05:46:07 +01:00
Jelmer Vernooij
86be3d2f61 r26107: Add more tests.
(This used to be commit afa5f7c9e9)
2007-12-21 05:46:06 +01:00
Jelmer Vernooij
e4168bb0e0 r26106: Add targets for building, installing and checking python bindings.
(This used to be commit 7f1d38df05)
2007-12-21 05:46:06 +01:00
Jelmer Vernooij
e30c3d9684 r26105: Add targets for building and installing the python bindings.
(This used to be commit 634436adaa)
2007-12-21 05:46:05 +01:00
Stefan Metzmacher
b24e7a1505 r26102: libreplace: remove system/printing.h as it only contains samba3 stuff
metze
(This used to be commit 1ecb4ec01b)
2007-12-21 05:46:04 +01:00
Jelmer Vernooij
91fe80a555 r26090: Make building tdb python bindings independent of use of external tdb.
(This used to be commit bfe54e2f19)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
29cf3a93cc r26089: Move python detection to a separate file, and don't make it an error if it isn't available.
(This used to be commit 4e7709379d)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
39adc2418a r26088: Import some native-python python modules and move original python swig torture code to common python directory as well.
(This used to be commit cbf656ff05)
2007-12-21 05:45:59 +01:00
Jelmer Vernooij
f2b9a9ae11 r26087: Fix include, add setup.py for tdb
(This used to be commit 4b94d5ca74)
2007-12-21 05:45:57 +01:00
Jelmer Vernooij
efc0cc6be2 r26080: Import updated LDB bindings.
(This used to be commit 19342e66a7)
2007-12-21 05:45:56 +01:00
Jelmer Vernooij
2a98fd770a r26077: Import updated TDB bindings.
(This used to be commit afe091d92e)
2007-12-21 05:45:55 +01:00
Jelmer Vernooij
75c7fd4030 r26073: Import Python bindings for the registry.
(This used to be commit 777205b570)
2007-12-21 05:45:53 +01:00
Jelmer Vernooij
c027a0d111 r26072: Import trivial SWIG wrapper for talloc.
(This used to be commit 02d259c2c4)
2007-12-21 05:45:53 +01:00
Jelmer Vernooij
ea85165841 r26068: Import improved Python bindings for LDB, including tests.
(This used to be commit fc3a8caef7)
2007-12-21 05:45:51 +01:00
Jelmer Vernooij
6b62805ce7 r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (it was already being used for some).
(This used to be commit d8b1750165)
2007-12-21 05:45:49 +01:00
Stefan Metzmacher
b41a25c104 r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG
metze
(This used to be commit 8ec94633c4)
2007-12-21 05:45:45 +01:00
Stefan Metzmacher
c5e16f339c r26026: libreplace: split some linker macros
create:
AC_LIBREPLACE_LD_SHLIB_LINKER
AC_LIBREPLACE_LD_SHLIB_FLAGS
AC_LIBREPLACE_LD_SHLIB_DISALLOW_UNDEF_FLAG

and prerequire them for:
AC_LIBREPLACE_SHLD
AC_LIBREPLACE_SHLD_FLAGS
AC_LIBREPLACE_MDLD
AC_LIBREPLACE_MDLD_FLAGS

metze
(This used to be commit cc8692265d)
2007-12-21 05:45:45 +01:00
Stefan Metzmacher
662cda2138 r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill LD_ALLOW_SHLIB_UNDEF_FLAG
metze
(This used to be commit d2fb7d876b)
2007-12-21 05:45:44 +01:00
Stefan Metzmacher
35f115b402 r26020: GENCACHE depends on TDB_WRAP
metze
(This used to be commit 76b6376990)
2007-12-21 05:45:43 +01:00
Stefan Metzmacher
669a4e14fc r26019: use <tdb.h> instead of "tdb.h"
metze
(This used to be commit e162958e6f)
2007-12-21 05:45:43 +01:00
Stefan Metzmacher
e5e362567d r26018: dsdb/schema/proto.h doesn't exist anymore
metze
(This used to be commit 3b8215270c)
2007-12-21 05:45:43 +01:00
Stefan Metzmacher
7f3b941976 r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.h
metze
(This used to be commit 88f11a88f3)
2007-12-21 05:45:42 +01:00
Jelmer Vernooij
ca0b72a1fd r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
(This used to be commit 56dfcb4f2f)
2007-12-21 05:45:40 +01:00
Jelmer Vernooij
b7c5d2b0c9 r26002: Use osf rather than tru64 - pointed out by metze.
(This used to be commit df10de4295)
2007-12-21 05:45:35 +01:00
Jelmer Vernooij
4b546eada1 r26001: Share some code between macros, add macro specifically for testing the ld flag that allows undefined symbols.
(This used to be commit 6cd3a3a46a)
2007-12-21 05:45:35 +01:00
Stefan Metzmacher
25f1ea1269 r25999: libreplace: add AC_LIBREPLACE_STLD and AC_LIBREPLACE_STLD_FLAGS
metze
(This used to be commit c7b0b4c21e)
2007-12-21 05:45:33 +01:00
Jelmer Vernooij
413e992ae4 r25998: Add test for run time library path environment variable.
(This used to be commit b2355857ba)
2007-12-21 05:45:33 +01:00
Stefan Metzmacher
ff23cad8e3 r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared libraries
metze
(This used to be commit 7ee9700abe)
2007-12-21 05:45:31 +01:00
Stefan Metzmacher
5b79c134c1 r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared library
metze
(This used to be commit 1f2ba20a11)
2007-12-21 05:45:31 +01:00