[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Oct 23 12:38:02 MDT 2010


The branch, master has been updated
       via  dec00bf tdb: Revert re-addition of tdb_set_logging_function.
      from  c7d7c8f ldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP backend

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


- Log -----------------------------------------------------------------
commit dec00bf0974ea3b5079c32e2a6e6253954297253
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Oct 23 19:53:38 2010 +0200

    tdb: Revert re-addition of tdb_set_logging_function.
    
    I accidentally committed this patch which we carry in the Debian
    packages.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104

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

Summary of changes:
 lib/tdb/include/tdb.h  |    1 -
 lib/tdb/tdb.exports    |    1 -
 lib/tdb/tdb.signatures |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/include/tdb.h b/lib/tdb/include/tdb.h
index 38d8197..115c6fa 100644
--- a/lib/tdb/include/tdb.h
+++ b/lib/tdb/include/tdb.h
@@ -101,7 +101,6 @@ void tdb_set_max_dead(struct tdb_context *tdb, int max_dead);
 
 int tdb_reopen(struct tdb_context *tdb);
 int tdb_reopen_all(int parent_longlived);
-__attribute__((deprecated)) void tdb_logging_function(struct tdb_context *tdb, tdb_log_func);
 void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx);
 enum TDB_ERROR tdb_error(struct tdb_context *tdb);
 const char *tdb_errorstr(struct tdb_context *tdb);
diff --git a/lib/tdb/tdb.exports b/lib/tdb/tdb.exports
index 09b9a96..73b8fd6 100644
--- a/lib/tdb/tdb.exports
+++ b/lib/tdb/tdb.exports
@@ -23,7 +23,6 @@
            tdb_freelist_size;
            tdb_get_flags;
            tdb_get_logging_private;
-           tdb_logging_function;
            tdb_get_seqnum;
            tdb_hash_size;
            tdb_increment_seqnum_nonblock;
diff --git a/lib/tdb/tdb.signatures b/lib/tdb/tdb.signatures
index 1201077..7706d18 100644
--- a/lib/tdb/tdb.signatures
+++ b/lib/tdb/tdb.signatures
@@ -56,7 +56,6 @@ void tdb_increment_seqnum_nonblock (struct tdb_context *);
 void tdb_remove_flags (struct tdb_context *, unsigned int);
 void tdb_setalarm_sigptr (struct tdb_context *, volatile sig_atomic_t *);
 void tdb_set_logging_function (struct tdb_context *, const struct tdb_logging_context *);
-void tdb_logging_function(struct tdb_context *tdb, tdb_log_func);
 void tdb_set_max_dead (struct tdb_context *, int);
 int tdb_check (struct tdb_context *, int (*) (TDB_DATA, TDB_DATA, void *), void *);
 TDB_DATA tdb_null;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list