summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/man
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-057-991/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij2010-10-056-13/+13
|
* ldb: Remove manual pages for binaries that have already been moved to utils/.Jelmer Vernooij2010-05-312-166/+0
|
* r19578: Fix trivial typ0.James Peach2007-10-101-1/+1
| | | | (This used to be commit 664b4a84b60d4f8dddfe06e0619b882b322108ec)
* r17732: after some help from Jelmer, changed builddocs.sh not to rely onAndrew Tridgell2007-10-109-9/+9
| | | | | either an internet connection, or a list of xsl paths (This used to be commit 7f3c699d0f8fc0e75b351bc851dbb9ffdc3617c4)
* r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.Andrew Bartlett2007-10-101-0/+87
| | | | | | | Add attribute syntax mapping to the existing OpenLDAP -> AD tool. Andrew Bartlett (This used to be commit ba1c652bae700a82acde166e70035d61c320e233)
* r13074: Add oLschema2ldif manpageJelmer Vernooij2007-10-101-0/+79
| | | | (This used to be commit 3e3a0c96cdb631798cf2192d0b441d29b33428c0)
* r12845: fix some typosStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 5d0ae1d2aef3fc7ddb4cb9269bb028beeaee6dfb)
* r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce2007-10-101-81/+150
| | | | (This used to be commit 874f16e055ec30bf2ee52a33464b4810a8f8cd89)
* r12445: Fix header in manpage, make script executableJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 7ca00cd918760dccc51e56234126ead8535a22ef)
* r12209: Fix some issues with XML entities.Jelmer Vernooij2007-10-107-12/+50
| | | | (This used to be commit 754e51b19d2d1fd6be8e01d62b6ec892688f934c)
* r7958: More debian packaging updates; packages build now withJelmer Vernooij2007-10-107-0/+0
| | | | | | | | a few minor issues. Move ldb manpages one level higher - there is no longer a need to have subdirectories. (This used to be commit e8e3524b2394f4107230715ea38fb619332e0251)
* r7114: Convert ldb documentation to DocBook/XMLJelmer Vernooij2007-10-102-129/+262
| | | | (This used to be commit 470c6185fb815983aebffd313361ec0fac723fd0)
* r7113: Move manpages from docs repository to source repositoryJelmer Vernooij2007-10-106-0/+622
| | | | (This used to be commit f16d346032b9052c9dcd6b15cf65dd62e6943cd3)
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-2/+0
| | | | | Just use talloc_free() to release the memory after an ldb_search(). (This used to be commit 4f0948dab0aa5e8b6a4ce486f3668ca8dfae23db)
* r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij2007-10-101-11/+0
| | | | | Samba using the autoconf tools. (This used to be commit a8de35ca27e307d1be6ebad517b7012a5de30567)
* r5585: LDB interfaces change:Simo Sorce2007-10-101-2/+0
| | | | | | | | | | | | | | changes: - ldb_wrap disappears from code and become a private structure of db_wrap.c thanks to our move to talloc in ldb code, we do not need to expose it anymore - removal of ldb_close() function form the code thanks to our move to talloc in ldb code, we do not need it anymore use talloc_free() to close and free an ldb database - some minor updates to ldb modules code to cope with the change and fix some bugs I found out during the process (This used to be commit d58be9e74b786a11a57e89df36081d55730dfe0a)
* r1052: Remove autogenerated file.Tim Potter2007-10-101-165/+0
| | | | (This used to be commit 108efcc002c2eccfd1da30fff5c11aa67af09f9e)
* r790: started working on some documentation (manual pages) for ldbAndrew Tridgell2007-10-103-0/+309
(This used to be commit dcb9d1a897f7186824e997064902f3d50bad1887)