Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 2011-05-06 | 1 | -117/+0 |
| | | | | | | | | | This #if _SAMBA_BUILD == 3 is very unfortunate, as it means that in the top level build, these options are not available for these databases. However, having two different tdb_wrap lists is a worse fate, so this will do for now. Andrew Bartlett | ||||
* | tdb: Use <tdb.h> to include tdb so system headers are found when building ↵ | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
| | | | | against system tdb. | ||||
* | Use <tdb.h> to include tdb, so the system include file gets used when ↵ | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
| | | | | | | building against system tdb. | ||||
* | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 2008-10-11 | 1 | -7/+7 |
| | | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory. | ||||
* | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | r26200: Bring back some accidently removed files. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+117 |
| | | | | (This used to be commit a71e40ab5dc7f0a5f6d2d1eb930f378cd143b186) | ||||
* | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2007-12-21 | 1 | -117/+0 |
| | | | | (This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) | ||||
* | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+117 |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) |