source: branches/samba-3.5.x/lib/tdb/web/index.html

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.5 KB
Line 
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">
7
8<h1>tdb</h1>
9
10TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
11except that it allows multiple simultaneous writers and uses locking
12internally to keep writers from trampling on each other. TDB is also extremely
13small.
14
15<h2>Download</h2>
16You can download the latest releases of tdb from the <a
17href="http://samba.org/ftp/tdb">tdb directory</a> on the samba public
18source archive.
19
20
21<h2>Discussion and bug reports</h2>
22
23tdb does not currently have its own mailing list or bug tracking
24system. For now, please use the <a
25href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
26mailing list, and the <a href="http://bugzilla.samba.org/">Samba
27bugzilla</a> bug tracking system.
28
29<h2>Download</h2>
30
31You can download the latest code either via git or rsync.<br>
32<br>
33To 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>
35Once you have cloned the tree switch to the master branch and cd into the source/lib/tdb directory.<br>
36<br>
37To fetch via rsync use these commands:
38
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>
43
44and build in tdb. It will find the replace library in the directory
45above automatically.
46
47</BODY>
48</HTML>
Note: See TracBrowser for help on using the repository browser.