diff options
author | bubulle <bubulle@alioth.debian.org> | 2011-06-16 20:24:37 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2011-06-16 20:24:37 +0000 |
commit | 9c8b6cd6a1bf06ae6efa2d4a8402e481ef5b07b5 (patch) | |
tree | bef1609198fc014c896e97e2fb16df650ca98155 /docs/htmldocs/manpages/ldb.3.html | |
parent | 261cf9325d83b81715ab6a47b4e27bb7e0d367fe (diff) | |
download | samba-9c8b6cd6a1bf06ae6efa2d4a8402e481ef5b07b5.tar.gz |
Merge release 3.5.9
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3825 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/htmldocs/manpages/ldb.3.html')
-rw-r--r-- | docs/htmldocs/manpages/ldb.3.html | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/docs/htmldocs/manpages/ldb.3.html b/docs/htmldocs/manpages/ldb.3.html index ac19ade122..5320ea2e83 100644 --- a/docs/htmldocs/manpages/ldb.3.html +++ b/docs/htmldocs/manpages/ldb.3.html @@ -1,4 +1,4 @@ -<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldb</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ldb.3"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldb<p><b>The Samba Project</b></p> — A light-weight database library</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">#include <ldb.h></pre></div><div class="refsect1" lang="en"><a name="id2522906"></a><h2>description</h2><p> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ldb</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="ldb"><a name="ldb.3"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ldb<b>The Samba Project</b> — A light-weight database library</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">#include <ldb.h></pre></div><div class="refsect1" title="description"><a name="id266338"></a><h2>description</h2><p> ldb is a light weight embedded database library and API. With a programming interface that is very similar to LDAP, ldb can store its data either in a tdb(3) database or in a real LDAP database. @@ -34,97 +34,97 @@ If you are new to ldb, then I suggest starting with the manual pages for ldbsearch(1) and ldbedit(1), and experimenting with a local database. Then I suggest you look at the ldb_connect(3) and ldb_search(3) manual pages. - </p></div><div class="refsect1" lang="en"><a name="id2483332"></a><h2>TOOLS</h2><div class="itemizedlist"><ul type="disc"><li><p> + </p></div><div class="refsect1" title="TOOLS"><a name="id266833"></a><h2>TOOLS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p> <span class="application">ldbsearch(1)</span> - command line ldb search utility - </p></li><li><p> + </p></li><li class="listitem"><p> <span class="application">ldbedit(1)</span> - edit all or part of a ldb database using your favourite editor - </p></li><li><p> + </p></li><li class="listitem"><p> <span class="application">ldbadd(1)</span> - add records to a ldb database using LDIF formatted input - </p></li><li><p> + </p></li><li class="listitem"><p> <span class="application">ldbdel(1)</span> - delete records from a ldb database - </p></li><li><p> + </p></li><li class="listitem"><p> <span class="application">ldbmodify(1)</span> - modify records in a ldb database using LDIF formatted input - </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2483518"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul type="disc"><li><p> + </p></li></ul></div></div><div class="refsect1" title="FUNCTIONS"><a name="id266894"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p> <code class="function">ldb_connect(3)</code> - connect to a ldb backend - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_search(3)</code> - perform a database search - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_add(3)</code> - add a record to the database - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_delete(3)</code> - delete a record from the database - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_modify(3)</code> - modify a record in the database - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_errstring(3)</code> - retrieve extended error information from the last operation - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_write(3)</code> - write a LDIF formatted message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_write_file(3)</code> - write a LDIF formatted message to a file - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_read(3)</code> - read a LDIF formatted message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_read_free(3)</code> - free the result of a ldb_ldif_read() - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_read_file(3)</code> - read a LDIF message from a file - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_ldif_read_string(3)</code> - read a LDIF message from a string - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_element(3)</code> - find an element in a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_val_equal_exact(3)</code> - compare two ldb_val structures - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_val(3)</code> - find an element by value - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_add_empty(3)</code> - add an empty message element to a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_add(3)</code> - add a non-empty message element to a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_element_compare(3)</code> - compare two ldb_message_element structures - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_int(3)</code> - return an integer value from a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_uint(3)</code> - return an unsigned integer value from a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_double(3)</code> - return a double value from a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_msg_find_string(3)</code> - return a string value from a ldb_message - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_set_alloc(3)</code> - set the memory allocation function to be used by ldb - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_set_debug(3)</code> - set a debug handler to be used by ldb - </p></li><li><p> + </p></li><li class="listitem"><p> <code class="function">ldb_set_debug_stderr(3)</code> - set a debug handler for stderr output - </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2481467"></a><h2>Author</h2><p> + </p></li></ul></div></div><div class="refsect1" title="Author"><a name="id265958"></a><h2>Author</h2><p> ldb was written by <a class="ulink" href="http://samba.org/~tridge/" target="_top">Andrew Tridgell</a>. </p><p> |