summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21445: Apply tdb_parse_record Tridges error return, merge to 3_0_25 and 4_0Volker Lendecke4-13/+94
2007-10-10r21412: The last patch also incremented the seqnum when tdb_store failed. Not...Volker Lendecke1-8/+10
2007-10-10r21410: We have to increment the sequence number also when tdb_update_hash()Volker Lendecke1-1/+1
2007-10-10r21303: As discussed on samba-technical: Change the static array for the in-m...Volker Lendecke4-36/+96
2007-10-10r19989: Add support to the tdb Makefile.in for executable extensions and forPaul Green1-15/+23
2007-10-10r19960: Add code to check for loops in the free list.Jeremy Allison5-4/+119
2007-10-10r19570: Fix dependencies in pkg-config files.Jelmer Vernooij1-2/+2
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell3-601/+1
2007-10-10r19425: two more tdb functions from samba3Andrew Tridgell2-0/+13
2007-10-10r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0Andrew Tridgell5-12/+23
2007-10-10r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()Andrew Tridgell7-69/+142
2007-10-10r19276: remove unused fileStefan Metzmacher1-58/+0
2007-10-10r18604: fixed shell syntaxAndrew Tridgell1-1/+1
2007-10-10r18600: - fix shell syntax in tests for librariesAndrew Tridgell1-1/+1
2007-10-10r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell1-1/+5
2007-10-10r18539: 'make distclean' should delete config.cacheAndrew Tridgell1-1/+1
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2-0/+3045
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher2-2/+2
2007-10-10r18400: move MAP_FAILED define to lib/replace/system/shmem.hAndrew Tridgell1-4/+0
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-2/+2
2007-10-10r18285: tdb now needs install-shAndrew Tridgell1-0/+238
2007-10-10r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell1-6/+0
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-2/+0
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-22/+0
2007-10-10r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher1-12/+1
2007-10-10r18149: fix make *cleanStefan Metzmacher1-4/+5
2007-10-10r18148: - use PHONY for testStefan Metzmacher1-4/+14
2007-10-10r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell1-1/+6
2007-10-10r18131: fixed tdb subsystem to use right tdb.hAndrew Tridgell1-0/+1
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell8-124/+17
2007-10-10r18108: move tdb to use the same build methodsAndrew Tridgell3-4/+16
2007-10-10r18098: use m4_include() instead of sinclude()Stefan Metzmacher1-1/+1
2007-10-10r18090: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+5
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij2-10/+13
2007-10-10r17960: try to use gmake if present on IRIXStefan Metzmacher1-0/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17781: fix compiler warningStefan Metzmacher1-3/+1
2007-10-10r17737: fixed a 'declaration in code' errorAndrew Tridgell1-1/+2
2007-10-10r17686: tdb.pc is in the build directoryAndrew Tridgell1-1/+1
2007-10-10r17684: and we need -Iinclude for tdbAndrew Tridgell1-1/+1
2007-10-10r17680: make standalone tdb support building and testing in a differentAndrew Tridgell2-5/+16
2007-10-10r17532: merge from SAMBA_3_0 Revision: 17460Stefan Metzmacher1-0/+1
2007-10-10r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...Simo Sorce1-7/+0
2007-10-10r17114: print some sizes for debuggingStefan Metzmacher1-0/+3
2007-10-10r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher1-0/+1
2007-10-10r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett1-1/+2
2007-10-10r16917: Fix compile errors found by the testing of tdb on the build farm.Andrew Bartlett1-3/+9
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett6-18/+31
2007-10-10r16776: fix typoStefan Metzmacher1-1/+1
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett11-119/+133