s3:net_idmap_delete do not lock two records at the same time
[Samba/gebeck_regimport.git] / lib / tdb / web / index.html
blob99e8a2fe4273a6a3de01bacba8e501ed64225b63
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>ldb</TITLE>
5 </HEAD>
6 <BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
8 <h1>tdb</h1>
10 TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
11 except that it allows multiple simultaneous writers and uses locking
12 internally to keep writers from trampling on each other. TDB is also extremely
13 small.
15 <h2>Download</h2>
16 You can download the latest releases of tdb from the <a
17 href="http://samba.org/ftp/tdb">tdb directory</a> on the samba public
18 source archive.
21 <h2>Discussion and bug reports</h2>
23 tdb does not currently have its own mailing list or bug tracking
24 system. For now, please use the <a
25 href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
26 mailing list, and the <a href="http://bugzilla.samba.org/">Samba
27 bugzilla</a> bug tracking system.
29 <h2>Download</h2>
31 You can download the latest code either via git or rsync.<br>
32 <br>
33 To fetch via git see the following guide:<br>
34 <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br>
35 Once you have cloned the tree switch to the master branch and cd into the source/lib/tdb directory.<br>
36 <br>
37 To fetch via rsync use these commands:
39 <pre>
40 rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/tdb .
41 rsync -Pavz samba.org::ftp/unpacked/standalone_projects/lib/replace .
42 </pre>
44 and build in tdb. It will find the replace library in the directory
45 above automatically.
47 </BODY>
48 </HTML>