Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15339: Signature for tdb_reopen_all() has changed. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15300: Only enable SWIG shared libs if python is available | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r15143: Pull in GNU extensions right at the start of the configure process. This | James Peach | 1 | -2/+0 |
2007-10-10 | r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r15100: Port the bugfix for #3569 to Samba4 | Volker Lendecke | 3 | -3/+19 |
2007-10-10 | r15090: Since we wrap the swig wrapper in another layer of Python, there isn't | Tim Potter | 2 | -43/+22 |
2007-10-10 | r14972: fix an uninitialised warning from ibm checker | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14970: Add configure stuff for Python to tdb and ldb standalone builds. | Tim Potter | 1 | -0/+31 |
2007-10-10 | r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories. | Tim Potter | 3 | -0/+314 |
2007-10-10 | r14916: print errno so I can work out why OpenBSD is failing the test for tdb | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows | Andrew Tridgell | 4 | -1/+65 |
2007-10-10 | r14616: added notify change support to the posix backend | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14029: Fix resource leak in error codepath. Coverity CID #64. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13773: Be consistent in the way you get out and free allocated data | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r13651: Always make sure pkgconfig directory exists | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r13283: added two optimisations to the tdb transactions code. The first is to | Andrew Tridgell | 1 | -1/+36 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -9/+48 |
2007-10-10 | r11304: Add support back in for loading shared modules (not used yet) | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11300: Treat libraries as a special kind of subsystem | Jelmer Vernooij | 1 | -13/+4 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -8/+8 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -15/+0 |
2007-10-10 | r10893: add configure test for utime (needed for the previous utime patch) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10891: I noticed that the secrets.db was not being backed up on my system due | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10524: SAFE_FREE() in tdb does not need the discard_const_p() | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r10522: finally got the locking working on solaris10. This adds a read lock on | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r10496: - added configure test for sys/time.h | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r10495: older redhat boxes need sys/time.h for select() | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r10494: - don't generate a tdb log message for any type of failed lock probe | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r10493: we need sys/select.h to enable select() in the solaris workaround | Andrew Tridgell | 2 | -1/+4 |
2007-10-10 | r10492: work around a bug in solaris which cases lock upgrades to fail with | Andrew Tridgell | 3 | -1/+28 |
2007-10-10 | r10484: try to fix the pread/pwrite declaration problems | Andrew Tridgell | 3 | -8/+3 |
2007-10-10 | r10483: fixed some uninitialised variables warnings | Andrew Tridgell | 2 | -1/+3 |
2007-10-10 | r10475: make sure we report failures in tdbtorture (ie. get the exit status r... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don't | Andrew Tridgell | 3 | -2/+6 |
2007-10-10 | r10470: solaris8 has a problem with tdbtorture with 3 processes. To see if | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10469: use the older style of structure initialisation for tdb to make it | Andrew Tridgell | 2 | -12/+12 |
2007-10-10 | r10468: - terminate tdbtorture quickly when an error is detected | Andrew Tridgell | 3 | -23/+49 |
2007-10-10 | r10467: aix doesn't like zero length malloc :( | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r10466: work around missing pread/pwrite declaration on openbsd | Andrew Tridgell | 3 | -0/+23 |