Last change
on this file was 206, checked in by Herwig Bauernfeind, 16 years ago |
Import Samba 3.3 branch at 3.0.0 level (psmedley's port)
|
File size:
1.3 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 |
|
---|
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.
|
---|
14 |
|
---|
15 | <h2>Discussion and bug reports</h2>
|
---|
16 |
|
---|
17 | tdb does not currently have its own mailing list or bug tracking
|
---|
18 | system. For now, please use the <a
|
---|
19 | href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a>
|
---|
20 | mailing list, and the <a href="http://bugzilla.samba.org/">Samba
|
---|
21 | bugzilla</a> bug tracking system.
|
---|
22 |
|
---|
23 | <h2>Download</h2>
|
---|
24 |
|
---|
25 | You can download the latest release either via rsync or git.<br>
|
---|
26 | <br>
|
---|
27 | To fetch via git see the following guide:<br>
|
---|
28 | <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br>
|
---|
29 | Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/tdb directory.<br>
|
---|
30 | <br>
|
---|
31 | To fetch via rsync use these commands:
|
---|
32 |
|
---|
33 | <pre>
|
---|
34 | rsync -Pavz samba.org::ftp/unpacked/tdb .
|
---|
35 | rsync -Pavz samba.org::ftp/unpacked/libreplace .
|
---|
36 | </pre>
|
---|
37 |
|
---|
38 | and build in tdb. It will find the replace library in the directory
|
---|
39 | above automatically.
|
---|
40 |
|
---|
41 | </BODY>
|
---|
42 | </HTML>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.