Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs/htmldocs/manpages/ldb.3.html

    r368 r411  
    1 <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> &#8212; A light-weight database library</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">#include &lt;ldb.h&gt;</pre></div><div class="refsect1" title="description"><a name="id2528860"></a><h2>description</h2><p>
     1<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> &#8212; A light-weight database library</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">#include &lt;ldb.h&gt;</pre></div><div class="refsect1" lang="en"><a name="id2522914"></a><h2>description</h2><p>
    22ldb is a light weight embedded database library and API. With a
    33programming interface that is very similar to LDAP, ldb can store its
     
    3535database. Then I suggest you look at the ldb_connect(3) and
    3636ldb_search(3) manual pages.
    37         </p></div><div class="refsect1" title="TOOLS"><a name="id2528917"></a><h2>TOOLS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
     37        </p></div><div class="refsect1" lang="en"><a name="id2483339"></a><h2>TOOLS</h2><div class="itemizedlist"><ul type="disc"><li><p>
    3838                        <span class="application">ldbsearch(1)</span>
    3939                          - command line ldb search utility
    40                 </p></li><li class="listitem"><p>
     40                </p></li><li><p>
    4141                        <span class="application">ldbedit(1)</span>
    4242                         - edit all or part of a ldb database using your favourite editor
    43                 </p></li><li class="listitem"><p>
     43                </p></li><li><p>
    4444                        <span class="application">ldbadd(1)</span>
    4545                         - add records to a ldb database using LDIF formatted input
    46                 </p></li><li class="listitem"><p>
     46                </p></li><li><p>
    4747                        <span class="application">ldbdel(1)</span>
    4848                         - delete records from a ldb database
    49                 </p></li><li class="listitem"><p>
     49                </p></li><li><p>
    5050                        <span class="application">ldbmodify(1)</span>
    5151                         - modify records in a ldb database using LDIF formatted input
    52                 </p></li></ul></div></div><div class="refsect1" title="FUNCTIONS"><a name="id2489670"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
     52                </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2483525"></a><h2>FUNCTIONS</h2><div class="itemizedlist"><ul type="disc"><li><p>
    5353                        <code class="function">ldb_connect(3)</code>
    5454                         - connect to a ldb backend
    55                 </p></li><li class="listitem"><p>
     55                </p></li><li><p>
    5656                        <code class="function">ldb_search(3)</code>
    5757                         - perform a database search
    58                 </p></li><li class="listitem"><p>
     58                </p></li><li><p>
    5959                        <code class="function">ldb_add(3)</code>
    6060                         - add a record to the database
    61                 </p></li><li class="listitem"><p>
     61                </p></li><li><p>
    6262                        <code class="function">ldb_delete(3)</code>
    6363                         - delete a record from the database
    64                 </p></li><li class="listitem"><p>
     64                </p></li><li><p>
    6565                        <code class="function">ldb_modify(3)</code>
    6666                         - modify a record in the database
    67                 </p></li><li class="listitem"><p>
     67                </p></li><li><p>
    6868                        <code class="function">ldb_errstring(3)</code>
    6969                         - retrieve extended error information from the last operation
    70                 </p></li><li class="listitem"><p>
     70                </p></li><li><p>
    7171                        <code class="function">ldb_ldif_write(3)</code>
    7272                         - write a LDIF formatted message
    73                 </p></li><li class="listitem"><p>
     73                </p></li><li><p>
    7474                        <code class="function">ldb_ldif_write_file(3)</code>
    7575                         - write a LDIF formatted message to a file
    76                 </p></li><li class="listitem"><p>
     76                </p></li><li><p>
    7777                        <code class="function">ldb_ldif_read(3)</code>
    7878                         - read a LDIF formatted message
    79                 </p></li><li class="listitem"><p>
     79                </p></li><li><p>
    8080                        <code class="function">ldb_ldif_read_free(3)</code>
    8181                         - free the result of a ldb_ldif_read()
    82                 </p></li><li class="listitem"><p>
     82                </p></li><li><p>
    8383                        <code class="function">ldb_ldif_read_file(3)</code>
    8484                         - read a LDIF message from a file
    85                 </p></li><li class="listitem"><p>
     85                </p></li><li><p>
    8686                        <code class="function">ldb_ldif_read_string(3)</code>
    8787                         - read a LDIF message from a string
    88                 </p></li><li class="listitem"><p>
     88                </p></li><li><p>
    8989                        <code class="function">ldb_msg_find_element(3)</code>
    9090                         - find an element in a ldb_message
    91                 </p></li><li class="listitem"><p>
     91                </p></li><li><p>
    9292                        <code class="function">ldb_val_equal_exact(3)</code>
    9393                         - compare two ldb_val structures
    94                 </p></li><li class="listitem"><p>
     94                </p></li><li><p>
    9595                        <code class="function">ldb_msg_find_val(3)</code>
    9696                         - find an element by value
    97                 </p></li><li class="listitem"><p>
     97                </p></li><li><p>
    9898                        <code class="function">ldb_msg_add_empty(3)</code>
    9999                         - add an empty message element to a ldb_message
    100                 </p></li><li class="listitem"><p>
     100                </p></li><li><p>
    101101                        <code class="function">ldb_msg_add(3)</code>
    102102                         - add a non-empty message element to a ldb_message
    103                 </p></li><li class="listitem"><p>
     103                </p></li><li><p>
    104104                        <code class="function">ldb_msg_element_compare(3)</code>
    105105                         - compare two ldb_message_element structures
    106                 </p></li><li class="listitem"><p>
     106                </p></li><li><p>
    107107                        <code class="function">ldb_msg_find_int(3)</code>
    108108                         - return an integer value from a ldb_message
    109                 </p></li><li class="listitem"><p>
     109                </p></li><li><p>
    110110                        <code class="function">ldb_msg_find_uint(3)</code>
    111111                         - return an unsigned integer value from a ldb_message
    112                 </p></li><li class="listitem"><p>
     112                </p></li><li><p>
    113113                        <code class="function">ldb_msg_find_double(3)</code>
    114114                         - return a double value from a ldb_message
    115                 </p></li><li class="listitem"><p>
     115                </p></li><li><p>
    116116                        <code class="function">ldb_msg_find_string(3)</code>
    117117                         - return a string value from a ldb_message
    118                 </p></li><li class="listitem"><p>
     118                </p></li><li><p>
    119119                        <code class="function">ldb_set_alloc(3)</code>
    120120                         - set the memory allocation function to be used by ldb
    121                 </p></li><li class="listitem"><p>
     121                </p></li><li><p>
    122122                        <code class="function">ldb_set_debug(3)</code>
    123123                         - set a debug handler to be used by ldb
    124                 </p></li><li class="listitem"><p>
     124                </p></li><li><p>
    125125                        <code class="function">ldb_set_debug_stderr(3)</code>
    126126                         - set a debug handler for stderr output
    127                 </p></li></ul></div></div><div class="refsect1" title="Author"><a name="id2487457"></a><h2>Author</h2><p>
     127                </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2481474"></a><h2>Author</h2><p>
    128128                ldb was written by
    129129                 <a class="ulink" href="http://samba.org/~tridge/" target="_top">Andrew Tridgell</a>.
Note: See TracChangeset for help on using the changeset viewer.