[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Mon May 31 12:54:11 MDT 2010


The branch, master has been updated
       via  cf72740... Revert "ldb: Remove Samba-specific symbols."
      from  a22d7db... wafsamba: Only try to build manpages if XSLTPROC was actually found.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cf727404f4ccad04b7a8fe28d0c1e8eaed69522b
Author: Simo Sorce <idra at samba.org>
Date:   Mon May 31 14:50:07 2010 -0400

    Revert "ldb: Remove Samba-specific symbols."
    
    This reverts commit fe8302b235197e359a20ba0489eb72b54793963e.
    
    Jelmer, please do not re-re-revert this until we can properly handle
    *both* s4 and standalone ldb builds.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/ABI/ldb-samba4-0.9.11.sigs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/ABI/ldb-samba4-0.9.11.sigs b/source4/lib/ldb/ABI/ldb-samba4-0.9.11.sigs
index 2206e79..4639220 100644
--- a/source4/lib/ldb/ABI/ldb-samba4-0.9.11.sigs
+++ b/source4/lib/ldb/ABI/ldb-samba4-0.9.11.sigs
@@ -166,6 +166,7 @@ ldb_parse_tree_copy_shallow: struct ldb_parse_tree *(TALLOC_CTX *, const struct
 ldb_qsort: void (void * const, size_t, size_t, void *, ldb_qsort_cmp_fn_t)
 ldb_register_backend: int (const char *, ldb_connect_fn)
 ldb_register_module: int (const struct ldb_module_ops *)
+ldb_register_samba_handlers: int (struct ldb_context *)
 ldb_rename: int (struct ldb_context *, struct ldb_dn *, struct ldb_dn *)
 ldb_reply_add_control: int (struct ldb_reply *, const char *, bool, void *)
 ldb_reply_get_control: struct ldb_control *(struct ldb_reply *, const char *)
@@ -176,6 +177,8 @@ ldb_request_get_control: struct ldb_control *(struct ldb_request *, const char *
 ldb_request_get_status: int (struct ldb_request *)
 ldb_request_set_state: void (struct ldb_request *, int)
 ldb_reset_err_string: void (struct ldb_context *)
+ldb_samba_syntax_by_lDAPDisplayName: const struct ldb_schema_syntax *(struct ldb_context *, const char *)
+ldb_samba_syntax_by_name: const struct ldb_schema_syntax *(struct ldb_context *, const char *)
 ldb_schema_attribute_add: int (struct ldb_context *, const char *, unsigned int, const char *)
 ldb_schema_attribute_add_with_syntax: int (struct ldb_context *, const char *, unsigned int, const struct ldb_schema_syntax *)
 ldb_schema_attribute_by_name: const struct ldb_schema_attribute *(struct ldb_context *, const char *)
@@ -217,3 +220,5 @@ ldb_val_map_remote: struct ldb_val (struct ldb_module *, void *, const struct ld
 ldb_val_to_time: int (const struct ldb_val *, time_t *)
 ldb_valid_attr_name: int (const char *)
 ldb_wait: int (struct ldb_handle *, enum ldb_wait_type)
+ldb_wrap_connect: struct ldb_context *(TALLOC_CTX *, struct tevent_context *, struct loadparm_context *, const char *, struct auth_session_info *, struct cli_credentials *, unsigned int)
+ldb_wrap_fork_hook: void (void)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list