summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-14tdb2: add tdb1 code to build.Rusty Russell1-1/+5
2011-09-14tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.Rusty Russell1-4/+0
2011-09-14tdb2: get rid of TDB1 mark and nonblock functions.Rusty Russell5-42/+19
2011-09-14tdb2: remove _PUBLIC_ in tdb1 functions.Rusty Russell9-41/+36
2011-09-14tdb2: Remove unused tdb1 functions.Rusty Russell17-710/+17
2011-09-14tdb2: test: import tdb1's tests.Rusty Russell33-0/+2102
2011-09-14tdb2: include tdb1 source in tests.Rusty Russell1-0/+11
2011-09-14tdb2: import TDB1 code.Rusty Russell15-0/+6787
2011-09-14tdb2: make tests include a single mega-header to simplify future patchesRusty Russell50-408/+60
2011-09-14tdb2: tdb_foreach()Rusty Russell3-0/+117
2011-09-14tdb2: keep link of every non-internal tdb.Rusty Russell2-25/+22
2011-09-14tdb2: save openhook, allow tdb_get_attribute() on it.Rusty Russell4-18/+21
2011-09-14tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()Rusty Russell2-2/+27
2011-09-14tdb2: add TDB_RDONLY flag, allow setting/unsetting it.Rusty Russell8-16/+170
2011-09-14tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb.Rusty Russell1-2/+11
2011-09-14tdb2: save open_flags instead of mmap_flags.Rusty Russell3-5/+11
2011-09-14tdb_compat: adapt to tdb2 API change.Rusty Russell5-3/+12
2011-09-14tdb2: Hand error code to logging function.Rusty Russell10-15/+34
2011-09-14tdb2: move transaction lockRusty Russell1-2/+2
2011-09-14tdb2: enforce TDB_CONVERTRusty Russell4-0/+72
2011-09-14tdb2: cleanup oob handling.Rusty Russell3-25/+30
2011-09-14tdb2: fix tdb_lock offset.Rusty Russell1-1/+1
2011-09-14tdb2: fix internal tdb_write_convert() error handling in tdb_open()Rusty Russell1-4/+5
2011-09-14tdb2: Fix to always use 64-bit offset definitionRusty Russell7-11/+627
2011-09-14ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPRRusty Russell2-0/+18
2011-09-13ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer1-4/+2
2011-09-11ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer1-11/+3
2011-09-11ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer1-1/+4
2011-09-10lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett1-2/+2
2011-09-10lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett1-44/+44
2011-09-10lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett1-1/+14
2011-09-10lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett3-14/+28
2011-09-10lib/util/charset: add back loading of charset modulesAndrew Bartlett2-34/+64
2011-09-09build: a more robust zlib testAndrew Bartlett1-1/+4
2011-09-08lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...Stefan Metzmacher1-0/+4
2011-09-08lib: added base64_decode_data_blob_talloc()Andrew Tridgell2-2/+19
2011-09-07talloc: Remove an unused variableVolker Lendecke1-1/+0
2011-09-07lib/addns: Remove unused TALLOC_ macrosAndrew Bartlett1-42/+0
2011-09-05s4-ldb: allow decoding of trustAuthIncoming and trustAuthOutgoingAndrew Tridgell2-0/+23
2011-09-01Fix bug 8433, segfault in iconv.cVolker Lendecke1-1/+0
2011-09-01ldb: make the 'spy' code more paranoidAndrew Tridgell2-10/+12
2011-09-01ldb: fixed ldbsearch when no baseDN specified and cross-ncs is usedAndrew Tridgell1-4/+24
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-9/+11
2011-08-31tdb2: add full LGPL headersRusty Russell2-0/+34
2011-08-31ccan: fix likely redefinition warnings with --enable-tdb2Rusty Russell1-0/+8
2011-08-27dnspython: Update to latest upstream snapshot.Jelmer Vernooij109-858/+1197
2011-08-27subunit: Update to latest upstream snapshot.Jelmer Vernooij22-609/+1281
2011-08-27testtools: Update to latest upstream snapshot.Jelmer Vernooij59-876/+5255
2011-08-25s3: Fix bug 8385Volker Lendecke1-26/+14
2011-08-25pyldb: fixed a warningAndrew Tridgell1-2/+2