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
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 badc324647013efa952c1f4cc7147dd527086a8f (commit)
via bed3123b828a83d0a3f07e87a70fad1251e84ab8 (commit)
via 1b69295a48cca409ed0c2f3fe655325e00f55ce2 (commit)
from 568e3b7faa3406d944e8debb3ed188d06aefdb2a (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 badc324647013efa952c1f4cc7147dd527086a8f
Merge: 568e3b7 bed3123
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 14:35:17 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/Doxyfile | 9 +-
libraries/libmdb/mdb.c | 672 +++++++++++++++++++++++++++++++++------------
2 files changed, 506 insertions(+), 175 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 bed3123b828a83d0a3f07e87a70fad1251e84ab8 (commit)
via 1b69295a48cca409ed0c2f3fe655325e00f55ce2 (commit)
from dac3fae3b540841ae753bea16f3b353e2124c43d (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 bed3123b828a83d0a3f07e87a70fad1251e84ab8
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 8 13:11:33 2011 -0700
More docs
commit 1b69295a48cca409ed0c2f3fe655325e00f55ce2
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 8 13:10:17 2011 -0700
Speedup cintcmp
Now that we know we're always 2-byte aligned...
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/Doxyfile | 9 +-
libraries/libmdb/mdb.c | 672 +++++++++++++++++++++++++++++++++------------
2 files changed, 506 insertions(+), 175 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 568e3b7faa3406d944e8debb3ed188d06aefdb2a (commit)
from d97d1e148c5189f7efd3a37ba3379f81d853518b (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 568e3b7faa3406d944e8debb3ed188d06aefdb2a
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Sep 8 23:31:21 2011 +0200
fix uninit'ed vars (ITS#7039)
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldifutil.c | 4 ++--
1 files changed, 2 insertions(+), 2 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 d97d1e148c5189f7efd3a37ba3379f81d853518b (commit)
via 28a0b86b63158b71d893d922e965f4d468829a24 (commit)
from deb0ef9f1f88b54279ae706a8255d2c9f9021739 (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 d97d1e148c5189f7efd3a37ba3379f81d853518b
Merge: 28a0b86 deb0ef9
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 8 14:06:30 2011 -0700
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit 28a0b86b63158b71d893d922e965f4d468829a24
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 8 14:05:56 2011 -0700
Fix loglevel <integer> to be loglevel <level> to match reality (and olcLogLevel description too!)
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/slapdconfig.sdf | 2 +-
1 files changed, 1 insertions(+), 1 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 deb0ef9f1f88b54279ae706a8255d2c9f9021739 (commit)
from cb24efd2879f0f025114df8c9212d48bd0c32517 (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 deb0ef9f1f88b54279ae706a8255d2c9f9021739
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 10:31:04 2011 -0700
Fix 6c8e4f2671b6aed41cd5098725048dbe2513612c
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 3 +--
1 files changed, 1 insertions(+), 2 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 cb24efd2879f0f025114df8c9212d48bd0c32517 (commit)
via dac3fae3b540841ae753bea16f3b353e2124c43d (commit)
from cba0d05a9dfd3cad69380e3ee2b492ddd7c7ca84 (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 cb24efd2879f0f025114df8c9212d48bd0c32517
Merge: cba0d05 dac3fae
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 10:11:30 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3 ++-
1 files changed, 2 insertions(+), 1 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 dac3fae3b540841ae753bea16f3b353e2124c43d (commit)
from 6ac14938e239ff108f8f242c753bde563439b44d (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 dac3fae3b540841ae753bea16f3b353e2124c43d
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 8 10:08:21 2011 -0700
Fix previous commit
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 3 ++-
1 files changed, 2 insertions(+), 1 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 cba0d05a9dfd3cad69380e3ee2b492ddd7c7ca84 (commit)
via 6ac14938e239ff108f8f242c753bde563439b44d (commit)
via 2cd64e11936fb12102b2265efd3094ed1842ef39 (commit)
via 8678fef59780d655cdddc50f33b9515f899ded70 (commit)
via 47c1218916becc65dcf74eb995fd9f57bed2b397 (commit)
via 2e3bc39fa94f21d692d8e94183f57aef9122c487 (commit)
via 976a15097385f7ba0af0379fc9fd712e4e048467 (commit)
from 619cebee126b6f3cdee3a336504989566cffa02e (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 cba0d05a9dfd3cad69380e3ee2b492ddd7c7ca84
Merge: 2cd64e1 6ac1493
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 7 23:58:29 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 2cd64e11936fb12102b2265efd3094ed1842ef39
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 7 23:49:41 2011 -0700
Print loop counter on failure
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 1466 ++++++++++++++-----------------
libraries/libmdb/{mtest3.c => mtest5.c} | 8 +-
tests/run.in | 3 +
3 files changed, 663 insertions(+), 814 deletions(-)
copy libraries/libmdb/{mtest3.c => mtest5.c} (93%)
---
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 6ac14938e239ff108f8f242c753bde563439b44d (commit)
via 8678fef59780d655cdddc50f33b9515f899ded70 (commit)
via 2e3bc39fa94f21d692d8e94183f57aef9122c487 (commit)
via 976a15097385f7ba0af0379fc9fd712e4e048467 (commit)
from 47c1218916becc65dcf74eb995fd9f57bed2b397 (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 6ac14938e239ff108f8f242c753bde563439b44d
Merge: 47c1218 8678fef
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 7 23:57:50 2011 -0700
Merge branch 'mdb.cursor' into mdb.master
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 1466 +++++++++++++++++++++--------------------------
1 files changed, 655 insertions(+), 811 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 47c1218916becc65dcf74eb995fd9f57bed2b397 (commit)
from 1f8c3369b90f54d7fd58c5e327343ca1c708e813 (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 47c1218916becc65dcf74eb995fd9f57bed2b397
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 7 23:10:19 2011 -0700
Forgot to commit this
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/{mtest3.c => mtest5.c} | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
copy libraries/libmdb/{mtest3.c => mtest5.c} (93%)
---
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.cursor has been created
at 8678fef59780d655cdddc50f33b9515f899ded70 (commit)
- Log -----------------------------------------------------------------
commit 8678fef59780d655cdddc50f33b9515f899ded70
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 7 23:10:19 2011 -0700
Forgot to commit this
commit 2e3bc39fa94f21d692d8e94183f57aef9122c487
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Sep 7 02:04:40 2011 -0700
Further cursor-based restructuring
Get rid of all of the redundant MDB_*page structs and other cruft.
commit 976a15097385f7ba0af0379fc9fd712e4e048467
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 6 23:37:37 2011 -0700
Cleanup unused code
-----------------------------------------------------------------------
---
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 619cebee126b6f3cdee3a336504989566cffa02e (commit)
via 1f8c3369b90f54d7fd58c5e327343ca1c708e813 (commit)
from 06ec9f1db2bb9dc304a4adcd0d0506203cf9e6b6 (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 619cebee126b6f3cdee3a336504989566cffa02e
Merge: 06ec9f1 1f8c336
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 23:22:40 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 36 ++++++++++++++++++++++++++----------
1 files changed, 26 insertions(+), 10 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 1f8c3369b90f54d7fd58c5e327343ca1c708e813 (commit)
from f9c8796d0b3ed9bc0f51c76bb28609121b1e2eec (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 1f8c3369b90f54d7fd58c5e327343ca1c708e813
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 6 23:16:45 2011 -0700
Fix mdb_move_node again
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 36 ++++++++++++++++++++++++++----------
1 files changed, 26 insertions(+), 10 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 06ec9f1db2bb9dc304a4adcd0d0506203cf9e6b6 (commit)
from a3346f969fe58e8b397e18fc075a6ba9c387c1e5 (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 06ec9f1db2bb9dc304a4adcd0d0506203cf9e6b6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 21:13:49 2011 -0700
ITS#7035 don't loop forever in wait4msg
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/result.c | 6 ++++++
1 files changed, 6 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, master has been updated
via a3346f969fe58e8b397e18fc075a6ba9c387c1e5 (commit)
from 473e2c997f6b1f226d35da186db8033c922001f3 (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 a3346f969fe58e8b397e18fc075a6ba9c387c1e5
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 17:23:41 2011 -0700
More error msgs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.c | 13 ++++++++++++-
servers/slapd/back-mdb/id2entry.c | 12 ++++++++++--
2 files changed, 22 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, OPENLDAP_REL_ENG_2_4 has been updated
via 46af069a1abdaed70d0602e223dbe54723f07dd6 (commit)
via c4fd56006bc4ddc07017363dbfa448b982c49d19 (commit)
via 4e2f7f97c50eb3bae86b6935e04940fd7f2fae8c (commit)
via 37a108d21b6690315a0d52a777741367cbc5afa9 (commit)
via 6999d74fd9ab4b54759c4da40083705ef03dbd0b (commit)
via dee305230acb2ab75a9962c59c530831c749331f (commit)
from 8f213b254d6711e91dd26e454d9911c37b929a97 (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 46af069a1abdaed70d0602e223dbe54723f07dd6
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 18 12:53:23 2011 -0700
Only return requested attrs in sssvlv response
commit c4fd56006bc4ddc07017363dbfa448b982c49d19
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 18 12:41:51 2011 -0700
ITS#6985 fix sssvlv target offset, ordering match
commit 4e2f7f97c50eb3bae86b6935e04940fd7f2fae8c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Sep 6 17:22:36 2011 -0700
ITS#6986
commit 37a108d21b6690315a0d52a777741367cbc5afa9
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Jul 7 08:14:14 2011 +0200
fix config emit (ITS#6986)
commit 6999d74fd9ab4b54759c4da40083705ef03dbd0b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Sep 6 17:21:18 2011 -0700
ITS#6982
commit dee305230acb2ab75a9962c59c530831c749331f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 1 22:55:06 2011 -0700
ITS#6982 fix md5 memset invocation
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
libraries/liblutil/md5.c | 2 +-
servers/slapd/overlays/constraint.c | 26 ++++++++++++++++++++++----
servers/slapd/overlays/sssvlv.c | 10 +++++++---
4 files changed, 32 insertions(+), 8 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 473e2c997f6b1f226d35da186db8033c922001f3 (commit)
via f9c8796d0b3ed9bc0f51c76bb28609121b1e2eec (commit)
via 9dc1b05f3023abee5fb39b3c9ad6239c1b5c4717 (commit)
from ee3f05000055619ec6d4eee48b57fa5cb6085127 (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 473e2c997f6b1f226d35da186db8033c922001f3
Merge: 9dc1b05 f9c8796
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 15:24:00 2011 -0700
Merge branch 'mdb.master' of /home/hyc/OD/mdb
commit 9dc1b05f3023abee5fb39b3c9ad6239c1b5c4717
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 14:04:38 2011 -0700
Fix 6c8e4f2 for empty suffixes
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 39 ++++++++++++++++++++++++++++-----------
servers/slapd/back-mdb/search.c | 11 +++++++++--
2 files changed, 37 insertions(+), 13 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 f9c8796d0b3ed9bc0f51c76bb28609121b1e2eec (commit)
from 5e6a864513c9fa6f281a3cb0989b682f9061fa91 (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 f9c8796d0b3ed9bc0f51c76bb28609121b1e2eec
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 6 15:22:53 2011 -0700
Fix search_node, add cintcmp
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 39 ++++++++++++++++++++++++++++-----------
1 files changed, 28 insertions(+), 11 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 ee3f05000055619ec6d4eee48b57fa5cb6085127 (commit)
via 5e6a864513c9fa6f281a3cb0989b682f9061fa91 (commit)
via 293df78b2be77d6d153fd7052cc62d3377dc5501 (commit)
from 6c8e4f2671b6aed41cd5098725048dbe2513612c (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 ee3f05000055619ec6d4eee48b57fa5cb6085127
Merge: 6c8e4f2 5e6a864
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 6 13:55:02 2011 -0700
Merge branch 'mdb.master' of /home/hyc/OD/mdb
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 219 ++++++++----------------------------------------
1 files changed, 37 insertions(+), 182 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 5e6a864513c9fa6f281a3cb0989b682f9061fa91 (commit)
via 293df78b2be77d6d153fd7052cc62d3377dc5501 (commit)
from 807841b1aa2ef3bbf8466ca936f213e5520050fc (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 5e6a864513c9fa6f281a3cb0989b682f9061fa91
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 6 12:54:09 2011 -0700
Guarantee nodes are 2-byte aligned
Also fix xcursor_init1 md_dirty flag
Also another mdb_cmp refactoring fix
commit 293df78b2be77d6d153fd7052cc62d3377dc5501
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 6 05:17:24 2011 -0700
Change MDB_node to depend on 2-byte alignment
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 219 ++++++++----------------------------------------
1 files changed, 37 insertions(+), 182 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git