summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij2-7/+7
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31)
2007-12-21r26195: Wrap two more functions.Jelmer Vernooij1-0/+4
(This used to be commit f7312cbb76d9e237350bc54d97bc06760938e6e3)
2007-12-21r26194: Wrap the events subsystem in a separate file.Jelmer Vernooij2-0/+35
(This used to be commit cfb6bbdc31083308dbff29cf226a092c8a137c2a)
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that ↵Andrew Bartlett1-9/+17
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 833dfc2f2af84c45f954e428c9ea6babf100ba92)
2007-12-21r26187: Fix module name, indentation.Jelmer Vernooij2-1/+3
(This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc)
2007-12-21r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij1-1/+1
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959)
2007-12-21r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij1-1/+1
(This used to be commit 19e351600051ce288ebe4109c5e408c418fafc73)
2007-12-21r26180: Allow prebuilding swig output files.Jelmer Vernooij3-3/+10
(This used to be commit 52106ad04edc3e80e3e3feb8d4b2d4e9e945cbbb)
2007-12-21r26179: Fix symlink.Jelmer Vernooij1-3/+4
(This used to be commit b25d0201da5c02bba3046caa539b3ecb72d3a635)
2007-12-21r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij1-1/+1
(This used to be commit 7bb479f81607b9d4a7a6df267b2ed7a394bd68d1)
2007-12-21r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij3-4/+10
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b)
2007-12-21r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett1-0/+2
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> Andrew Bartlett (This used to be commit cc2d0c9f15a9c687d212df14d8ffb6c60ad15242)
2007-12-21r26129: Specify path explicitly in case an external ldb installation is used.Jelmer Vernooij1-2/+1
(This used to be commit b86a6105ed27779c700f03175768978654081598)
2007-12-21r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij1-1/+3
(This used to be commit 037774cff700ca60ae73a4adbfd408758977c810)
2007-12-21r26119: Fix warnings.Jelmer Vernooij1-2/+2
(This used to be commit 38a6522e44938ae05356916182d6c3bb1b6e881b)
2007-12-21r26117: Fix DESTDIR use for bindir.Jelmer Vernooij1-1/+1
(This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7)
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij2-1/+2
(This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5)
2007-12-21r26112: Do proper error checking in __contains__.Jelmer Vernooij1-18/+8
(This used to be commit b67cc409fa5aa931b0847b7d3bdd2edf72daf88d)
2007-12-21r26108: Add makefile rules for building, installing and checking python ↵Jelmer Vernooij2-4/+19
bindings. (This used to be commit d8d04300d2c2613268e8bf9e6981d172471514da)
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
(This used to be commit afa5f7c9e9fe29aaec0a5e3f9cda9d7567b3b254)
2007-12-21r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2-6/+20
(This used to be commit 7f1d38df053545fd0763baf172e78807d776e6ef)
2007-12-21r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2-2/+15
(This used to be commit 634436adaab18d41ac7cca5ac704929e3b909452)
2007-12-21r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2-51/+0
metze (This used to be commit 1ecb4ec01b0506c95a5f90a62040329e7a39ee93)
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2-8/+3
(This used to be commit bfe54e2f197ea3ef760aeeef8c248ff71419ecd8)
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ↵Jelmer Vernooij1-32/+0
if it isn't available. (This used to be commit 4e7709379de2fb9bf1eafd9ee9cbe10a0e6df51e)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-3/+2
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
2007-12-21r26087: Fix include, add setup.py for tdbJelmer Vernooij2-0/+9
(This used to be commit 4b94d5ca74fea44c66ab0d69dae27a1fdc8ece66)
2007-12-21r26080: Import updated LDB bindings.Jelmer Vernooij1-133/+460
(This used to be commit 19342e66a7279805daf9f810b9dc808247110a8a)
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij5-274/+351
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)
2007-12-21r26073: Import Python bindings for the registry.Jelmer Vernooij3-1/+190
(This used to be commit 777205b5705940c00384172c531ea99ba3eae235)
2007-12-21r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij1-0/+24
(This used to be commit 02d259c2c45c03dbfcd16173df93d7ba96ed1419)
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij6-215/+357
(This used to be commit fc3a8caef749ddac56a4f035dde8b6ceeaa95c48)
2007-12-21r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* ↵Jelmer Vernooij1-36/+36
(it was already being used for some). (This used to be commit d8b175016570d628bb075008149d32a0d538ce95)
2007-12-21r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into ↵Stefan Metzmacher1-7/+7
AC_LIBREPLACE_LD_SHLIB_ALLOW_UNDEF_FLAG metze (This used to be commit 8ec94633c4d46bb9ca03d59fed40e278d35ad580)
2007-12-21r26026: libreplace: split some linker macrosStefan Metzmacher1-21/+58
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 cc8692265d6e9161679a779480d6b22dee23f8bb)
2007-12-21r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill ↵Stefan Metzmacher1-6/+9
LD_ALLOW_SHLIB_UNDEF_FLAG metze (This used to be commit d2fb7d876bb1960c02fa7b9c0fb53315ae0cd99c)
2007-12-21r26020: GENCACHE depends on TDB_WRAPStefan Metzmacher1-1/+2
metze (This used to be commit 76b63769905a08b8d6285eb4824236a3aa6d2253)
2007-12-21r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher1-1/+1
metze (This used to be commit e162958e6f9cd79f2caf1213f78d3f6a4cf90b9d)
2007-12-21r26018: dsdb/schema/proto.h doesn't exist anymoreStefan Metzmacher1-1/+0
metze (This used to be commit 3b8215270ce477442dd98a4e4d26b5fcea73f98f)
2007-12-21r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.hStefan Metzmacher1-1/+1
metze (This used to be commit 88f11a88f32a0a5fe2702d24f1879881a5865365)
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij13-119/+251
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
2007-12-21r26002: Use osf rather than tru64 - pointed out by metze.Jelmer Vernooij1-1/+1
(This used to be commit df10de42958e65f46298c2fc879688985d1f7ef3)
2007-12-21r26001: Share some code between macros, add macro specifically for testing ↵Jelmer Vernooij1-36/+14
the ld flag that allows undefined symbols. (This used to be commit 6cd3a3a46a6a9b630502ebfff1a90e2d035d9e39)
2007-12-21r25999: libreplace: add AC_LIBREPLACE_STLD and AC_LIBREPLACE_STLD_FLAGSStefan Metzmacher1-0/+15
metze (This used to be commit c7b0b4c21e1fc4093c9109e046f23c19489e7400)
2007-12-21r25998: Add test for run time library path environment variable.Jelmer Vernooij1-0/+29
(This used to be commit b2355857baf4d9dad0d9d6a465744be11bbb9beb)
2007-12-21r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2-2/+4
metze (This used to be commit 7ee9700abea3e0b5c5f0a6f4941e7e41188edaaf)
2007-12-21r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
metze (This used to be commit 1f2ba20a11f5f34235d8067c72f8d79486db0f01)
2007-12-21r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
metze (This used to be commit c179807165b84dd832ab64f794034960668e5957)
2007-12-21r25988: libreplace: add AC_LIBREPLACE_SHLDStefan Metzmacher1-0/+13
metze (This used to be commit 2abae42d70903710d1a289d945fa08c1d94ceb80)
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher4-4/+4
metze (This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)