A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 946b38f471636e475661daf3569ce9d1f86c6ed2 (commit)
via ed0fc55fd39b50b19b5c7cf30d41811b180f1ae5 (commit)
via 90ed5533015ce2ad668422aca318e40ee1ce7410 (commit)
from b56be64d2e5ff6ab79533df2949ebdf3df383427 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 946b38f471636e475661daf3569ce9d1f86c6ed2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 11 13:00:52 2011 +0200
Fix mdb debug formats
commit ed0fc55fd39b50b19b5c7cf30d41811b180f1ae5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 11 11:08:40 2011 +0200
Restore missing LAZY_LOCKS semicolon.
Lost in C90 compat commit c5dad7a6d0eb1b3597beda18b38fe92820df0d30.
commit 90ed5533015ce2ad668422aca318e40ee1ce7410
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
mdb integer type cleanup: Use MDB_dbi consistently.
This changes the prototype of mdb_env_set_maxdbs().
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 38 +++++++++++++++++++++-----------------
libraries/libmdb/mdb.h | 2 +-
2 files changed, 22 insertions(+), 18 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via b56be64d2e5ff6ab79533df2949ebdf3df383427 (commit)
via b1cfff4aeb9aceed8b18714f4029bd53d59f05ca (commit)
via bf9d722bec7d0e6094242b405d6a66720b934fc6 (commit)
via 5f682934751d54263df19f3b181f1555158daf25 (commit)
via 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc (commit)
via 69e53cf700bcceb5c531384ab97e10c2ecff922a (commit)
via 88da18cccfb7e76b35e075b0c9419c6b164c6a43 (commit)
via c5dad7a6d0eb1b3597beda18b38fe92820df0d30 (commit)
via 3dc8fa491add8aaa7688375439d967bb5ffe524f (commit)
via ec2d82f79ae0884326daf2276e42052fae2ca750 (commit)
from acdc248f57306edc00046c43e5af0126e06de50b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b56be64d2e5ff6ab79533df2949ebdf3df383427
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 20:01:07 2011 +0200
Drop ULONG in favor of size_t.
commit b1cfff4aeb9aceed8b18714f4029bd53d59f05ca
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
Add mdb.c:txnid_t for readability.
Maybe later we'll test txnid wraparound with it defined to ushort.
commit bf9d722bec7d0e6094242b405d6a66720b934fc6
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:56 2011 +0200
mdb type cleanup: Consistent reader count types.
Use unsigned int for reader counts/max limits, that's the smallest
change. Don't need uint32_t when mdb_env_set_maxreaders() takes less.
Change prototypes of mdb_env_set_maxreaders,mdb_env_get_maxreaders().
Check the mdb_env_set_maxreaders() argument.
commit 5f682934751d54263df19f3b181f1555158daf25
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
explain mdl_midl_sort() istack size
commit 2d1f3b7ed39007201cb009a4e7ed8aa58a4be6fc
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Fix memn(r)cmp of key sizes > INT_MAX. Simplify.
commit 69e53cf700bcceb5c531384ab97e10c2ecff922a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Check some mdb integer type assumptions
commit 88da18cccfb7e76b35e075b0c9419c6b164c6a43
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Put MDB_node.<mn_lo,mn_hi> in host byte order.
commit c5dad7a6d0eb1b3597beda18b38fe92820df0d30
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
C90 compatibility cleanup in mdb.
Fix void* pointer arithmetic in cintcmp().
Fix invalid ';'s in declarations after possibly-empty macros.
commit 3dc8fa491add8aaa7688375439d967bb5ffe524f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
Cleanup mdb macros.
Parenthesize. Rename GetPageSize -> GET_PAGESIZE since it does not
behave like a function (it has a non-pointer output argument).
commit ec2d82f79ae0884326daf2276e42052fae2ca750
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Sep 10 10:11:55 2011 +0200
libmdb/.gitignore += test[45], Doxygen output
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/.gitignore | 4 +-
libraries/libmdb/mdb.c | 284 ++++++++++++++++++++++--------------------
libraries/libmdb/mdb.h | 16 ++--
libraries/libmdb/mdb_stat.c | 8 +-
libraries/libmdb/midl.c | 6 +-
libraries/libmdb/midl.h | 11 +-
6 files changed, 174 insertions(+), 155 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 16cbeb5e65197856e17dc1f1e8063596c25717d3 (commit)
from 8623c98726058d801aea6ee505ea307618334bc2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 16cbeb5e65197856e17dc1f1e8063596c25717d3
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 10 01:12:50 2011 -0700
Fix - slapcat doesn't set op->o_hdr for tmpmemctx
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 8623c98726058d801aea6ee505ea307618334bc2 (commit)
via 802a2ad4b2a3ffa1c941c57c9cd2e198c1707c1a (commit)
via acdc248f57306edc00046c43e5af0126e06de50b (commit)
via a7edb95e6496bb65eed291fffc1eb11fbf60f7cd (commit)
via 0c487538cf05df05b2c60e1814cf8153fae768fc (commit)
via 9ac8638d9d9e5c7f58f2d637c07894f398b51193 (commit)
from c5beffc94fa23a91738471c6196e7f69664e541c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8623c98726058d801aea6ee505ea307618334bc2
Merge: 802a2ad acdc248
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 22:29:37 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit 802a2ad4b2a3ffa1c941c57c9cd2e198c1707c1a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 22:00:34 2011 -0700
Fix out-of-order slapadd
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 124 +++++++++++++++++++++++++++++-------
libraries/libmdb/mdb.h | 28 +++++---
servers/slapd/back-mdb/id2entry.c | 13 +++-
servers/slapd/back-mdb/tools.c | 38 ++++++++---
4 files changed, 155 insertions(+), 48 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via acdc248f57306edc00046c43e5af0126e06de50b (commit)
from a7edb95e6496bb65eed291fffc1eb11fbf60f7cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit acdc248f57306edc00046c43e5af0126e06de50b
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 21:43:22 2011 -0700
If put(NOOVERWRITE) exists, return existing data
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 4 +++-
libraries/libmdb/mdb.h | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via c5beffc94fa23a91738471c6196e7f69664e541c (commit)
via 54ced52c047425b432075946dd2997c52f020de0 (commit)
via c7d6c0fab302ee765a9d68e5b95dd4c2402625aa (commit)
via f72d65b77aa6cd4439ee0ad80b498f4ed707a278 (commit)
via 80f6f0a1c02b3146473b04ff79847b10717cab2e (commit)
from 9240cbfb2992c8717e2845e7af7e45f9d4470f8a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5beffc94fa23a91738471c6196e7f69664e541c
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 19:53:56 2011 -0700
Fix bogus error codes
commit 54ced52c047425b432075946dd2997c52f020de0
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 9 00:10:48 2011 -0700
Keep cursor open for id2entry
commit c7d6c0fab302ee765a9d68e5b95dd4c2402625aa
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 23:41:06 2011 -0700
Add a few NULL checks to defend against dumb API checkers.
Unfortunately automated checkers don't seem to read the documentation
for how APIs are expected to be used, and the C declaration syntax
isn't expressive enough to encode the documented usage.
commit f72d65b77aa6cd4439ee0ad80b498f4ed707a278
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 22:07:04 2011 -0700
Use tmpmem-based entries
commit 80f6f0a1c02b3146473b04ff79847b10717cab2e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 22:02:59 2011 -0700
Drop referral.c
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/schema.c | 56 ++++++++++++++++++++---
libraries/libldap/tls2.c | 6 ++-
servers/slapd/back-mdb/Makefile.in | 4 +-
servers/slapd/back-mdb/add.c | 14 +++---
servers/slapd/back-mdb/bind.c | 2 +-
servers/slapd/back-mdb/compare.c | 4 +-
servers/slapd/back-mdb/config.c | 16 +++---
servers/slapd/back-mdb/delete.c | 10 ++--
servers/slapd/back-mdb/dn2entry.c | 17 ++++++-
servers/slapd/back-mdb/id2entry.c | 87 +++++++++++++++++++++++++++++------
servers/slapd/back-mdb/init.c | 4 +-
servers/slapd/back-mdb/modify.c | 6 +-
servers/slapd/back-mdb/modrdn.c | 10 ++--
servers/slapd/back-mdb/proto-mdb.h | 5 +-
servers/slapd/back-mdb/referral.c | 4 +-
servers/slapd/back-mdb/search.c | 67 +++++++++++++++------------
servers/slapd/back-mdb/tools.c | 16 +++----
17 files changed, 220 insertions(+), 108 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via a7edb95e6496bb65eed291fffc1eb11fbf60f7cd (commit)
from 0c487538cf05df05b2c60e1814cf8153fae768fc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a7edb95e6496bb65eed291fffc1eb11fbf60f7cd
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Sep 9 03:52:12 2011 -0700
Minor typos, additional clarification
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 6 +++---
libraries/libmdb/mdb.h | 26 ++++++++++++++------------
2 files changed, 17 insertions(+), 15 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 9240cbfb2992c8717e2845e7af7e45f9d4470f8a (commit)
via 472c0d78770e08d7f6f92eb6bd35758ddb712c2a (commit)
from ca95d353a42eeccc23e64d0b20e4196e1cc2625e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9240cbfb2992c8717e2845e7af7e45f9d4470f8a
Merge: 472c0d7 ca95d35
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 21:42:58 2011 -0700
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit 472c0d78770e08d7f6f92eb6bd35758ddb712c2a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 21:39:45 2011 -0700
Add Valgrind mempool support.
Compile with -DUSE_VALGRIND. It will attempt to keep Valgrind
informed of our memory allocations. Frees are trickier since they
may be deferred indefinitely.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sl_malloc.c | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 0c487538cf05df05b2c60e1814cf8153fae768fc (commit)
via 9ac8638d9d9e5c7f58f2d637c07894f398b51193 (commit)
from bed3123b828a83d0a3f07e87a70fad1251e84ab8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c487538cf05df05b2c60e1814cf8153fae768fc
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 8 20:18:29 2011 -0700
Partial revert, fix MDB_page definition
commit 9ac8638d9d9e5c7f58f2d637c07894f398b51193
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 8 17:13:51 2011 -0700
More docs
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 114 +++++++++++++++++++++++++++++++++++++++--------
libraries/libmdb/mdb.h | 7 +++-
2 files changed, 100 insertions(+), 21 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via ca95d353a42eeccc23e64d0b20e4196e1cc2625e (commit)
via d324ab5c74d1dc207fe4dfea2dc8ea9916a14f6b (commit)
from badc324647013efa952c1f4cc7147dd527086a8f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ca95d353a42eeccc23e64d0b20e4196e1cc2625e
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Fri Sep 9 01:08:05 2011 +0200
silence warning
commit d324ab5c74d1dc207fe4dfea2dc8ea9916a14f6b
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Fri Sep 9 01:07:17 2011 +0200
import ITS#6925 patch; fix peeraddr variable name clash in LDAP_CONNECTIONLESS code; fix scope of addr[] when inet_ntop(3) is used
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 10 ++++++-
servers/slapd/daemon.c | 69 +++++++++++++++++++++++++------------------
2 files changed, 49 insertions(+), 30 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git