1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Andrew Tridgell
7f3c699d0f r17732: after some help from Jelmer, changed builddocs.sh not to rely on
either an internet connection, or a list of xsl paths
2007-10-10 14:16:33 -05:00
Andrew Bartlett
ba1c652bae r17580: Add a new tools to convert back from AD-like schema to OpenLDAP.
Add attribute syntax mapping to the existing OpenLDAP -> AD tool.

Andrew Bartlett
2007-10-10 14:15:39 -05:00
Jelmer Vernooij
3e3a0c96cd r13074: Add oLschema2ldif manpage 2007-10-10 13:51:22 -05:00
Stefan Metzmacher
5d0ae1d2ae r12845: fix some typos
metze
2007-10-10 13:50:05 -05:00
Simo Sorce
874f16e055 r12605: docs patch from Brad Hards <bradh@frogmouth.net> 2007-10-10 13:49:02 -05:00
Jelmer Vernooij
7ca00cd918 r12445: Fix header in manpage, make script executable 2007-10-10 13:47:40 -05:00
Jelmer Vernooij
754e51b19d r12209: Fix some issues with XML entities. 2007-10-10 13:47:18 -05:00
Jelmer Vernooij
e8e3524b23 r7958: More debian packaging updates; packages build now with
a few minor issues.

Move ldb manpages one level higher - there is no longer a need to have
subdirectories.
2007-10-10 13:18:54 -05:00
Jelmer Vernooij
470c6185fb r7114: Convert ldb documentation to DocBook/XML 2007-10-10 13:17:18 -05:00
Jelmer Vernooij
f16d346032 r7113: Move manpages from docs repository to source repository 2007-10-10 13:17:18 -05:00
Simo Sorce
4f0948dab0 r6470: Remove ldb_search_free() it is not needed anymore.
Just use talloc_free() to release the memory after an ldb_search().
2007-10-10 13:11:40 -05:00
Jelmer Vernooij
a8de35ca27 r6442: Add mechanism for configuring ldb independantly of the rest of
Samba using the autoconf tools.
2007-10-10 13:11:37 -05:00
Simo Sorce
d58be9e74b r5585: LDB interfaces change:
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
2007-10-10 13:10:55 -05:00
Tim Potter
108efcc002 r1052: Remove autogenerated file. 2007-10-10 12:56:34 -05:00
Andrew Tridgell
dcb9d1a897 r790: started working on some documentation (manual pages) for ldb 2007-10-10 12:53:50 -05:00