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 a037e27fc0f87de402ea93a3e1b840285c721a37 (commit)
via 7b10fdde0039cd79435a4ef128e882163d4ebd9a (commit)
from 3a4bf407b4d6053cd436f11ee97304c325c6a837 (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 a037e27fc0f87de402ea93a3e1b840285c721a37
Merge: 3a4bf40 7b10fdd
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 4 06:39:01 2012 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 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 7b10fdde0039cd79435a4ef128e882163d4ebd9a (commit)
from 04b7c421090691422577a41f120c0d5379dc63d7 (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 7b10fdde0039cd79435a4ef128e882163d4ebd9a
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 4 06:30:22 2012 -0800
Fix mdb_env_copy
Just write in 2^31 sized chunks
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 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 3a4bf407b4d6053cd436f11ee97304c325c6a837 (commit)
from bbfe5872463139d0ce5af75aeb31544bdd04523a (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 3a4bf407b4d6053cd436f11ee97304c325c6a837
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 4 02:53:59 2012 -0800
Add support for 64 bit index hashing
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 10 ++++++++++
doc/man/man5/slapd.conf.5 | 10 ++++++++++
2 files changed, 20 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 bbfe5872463139d0ce5af75aeb31544bdd04523a (commit)
via e1559100eb8e9a664cd68915e5acbf8caa334fa1 (commit)
from fe9e1113aea763340d810cb2b1df021fbcee18f8 (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 bbfe5872463139d0ce5af75aeb31544bdd04523a
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 18:14:28 2012 -0800
Add support for 64 bit index hashing
commit e1559100eb8e9a664cd68915e5acbf8caa334fa1
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 18:00:36 2012 -0800
Fix typo
See commit bb36bdcd1c22d1fbc6575452ef5c9112715ab083
-----------------------------------------------------------------------
Summary of changes:
include/lutil_hash.h | 42 +++++++++++++++++++++---
libraries/liblutil/hash.c | 70 ++++++++++++++++++++++++++++++++++++++++--
servers/slapd/back-bdb/idl.c | 2 +-
servers/slapd/bconfig.c | 22 +++++++++++--
servers/slapd/proto-slap.h | 2 +
servers/slapd/schema_init.c | 55 ++++++++++++++++++++++++++++++---
6 files changed, 175 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, OPENLDAP_REL_ENG_2_4 has been updated
via 94da1ced168594a4abc8256d595d50765909b208 (commit)
via ea44e65a82eecb0eec29d2fcd07beb900b3e02da (commit)
via f3635bc49047b73ac27f7a3a060e28f2ca4777fc (commit)
via 04b7c421090691422577a41f120c0d5379dc63d7 (commit)
via e545b742e5f934c0e68bcccd5e21695d7e0b5bff (commit)
via 5af47adf6b02a4b260ed717944c40d6ed120577a (commit)
from b3ec64c7d8e661f7edc3846e3f1a5948ba82ae6b (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 94da1ced168594a4abc8256d595d50765909b208
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 17:06:31 2012 -0800
Rename mdb_open/close mdb_dbi_open/close
commit ea44e65a82eecb0eec29d2fcd07beb900b3e02da
Merge: f3635bc 04b7c42
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Dec 3 17:11:38 2012 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
commit f3635bc49047b73ac27f7a3a060e28f2ca4777fc
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 11:39:14 2012 -0800
Plug slapindex memleak
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 45 ++++++++++++++++++++++-----------------
libraries/liblmdb/mdb.c | 14 ++++++------
libraries/liblmdb/midl.c | 2 +-
servers/slapd/back-mdb/attr.c | 6 ++--
servers/slapd/back-mdb/init.c | 6 ++--
servers/slapd/back-mdb/tools.c | 3 ++
6 files changed, 42 insertions(+), 34 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 fe9e1113aea763340d810cb2b1df021fbcee18f8 (commit)
from f9d41ba98a8af4a4789edb9aeb033d70d4abc49c (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 fe9e1113aea763340d810cb2b1df021fbcee18f8
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 17:06:31 2012 -0800
Rename mdb_open/close mdb_dbi_open/close
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.c | 6 +++---
servers/slapd/back-mdb/init.c | 6 +++---
2 files changed, 6 insertions(+), 6 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 f9d41ba98a8af4a4789edb9aeb033d70d4abc49c (commit)
via 04b7c421090691422577a41f120c0d5379dc63d7 (commit)
via e545b742e5f934c0e68bcccd5e21695d7e0b5bff (commit)
via 5af47adf6b02a4b260ed717944c40d6ed120577a (commit)
from c0f7090cac9b1f940133c831eb15930140532ef5 (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 f9d41ba98a8af4a4789edb9aeb033d70d4abc49c
Merge: c0f7090 04b7c42
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 3 16:54:33 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 45 +++++++++++++++++++++++++--------------------
libraries/liblmdb/mdb.c | 14 +++++++-------
libraries/liblmdb/midl.c | 2 +-
3 files changed, 33 insertions(+), 28 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 04b7c421090691422577a41f120c0d5379dc63d7 (commit)
from e545b742e5f934c0e68bcccd5e21695d7e0b5bff (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 04b7c421090691422577a41f120c0d5379dc63d7
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Dec 3 16:53:24 2012 -0800
Rename mdb_open/close mdb_dbi_open/close
Avoid possible symbol clashes with MDB-Tools libmdb
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 45 +++++++++++++++++++++++++--------------------
libraries/liblmdb/mdb.c | 10 +++++-----
2 files changed, 30 insertions(+), 25 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 e545b742e5f934c0e68bcccd5e21695d7e0b5bff (commit)
via 5af47adf6b02a4b260ed717944c40d6ed120577a (commit)
from d3f51fdcf7e952422dc39b356ae197e29de8db73 (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 e545b742e5f934c0e68bcccd5e21695d7e0b5bff
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Dec 3 13:57:46 2012 -0800
Fix 5c1ee7f7ba9580d5ff29e74cbb02eee335c33d94
mdb_cursor_sibling() no longer pops cursor before returning.
commit 5af47adf6b02a4b260ed717944c40d6ed120577a
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Dec 3 13:57:28 2012 -0800
Fix mdb_midl_shrink
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
libraries/liblmdb/midl.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via a43bcdadbbf4ad8f89c7b6ca16dc44cc673ab3b0 (commit)
from 624a70fcb54b20f77616da7fecab7429c1a59d25 (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 a43bcdadbbf4ad8f89c7b6ca16dc44cc673ab3b0
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Mon Dec 3 15:26:12 2012 -0600
RC18 - pull Fortress Core dependency from maven 2 repo.
-----------------------------------------------------------------------
Summary of changes:
build.xml | 4 +++-
buildWs.xml | 2 +-
conf/ehcache.xml | 33 +++++++++++++++++----------------
ivy.xml | 3 ++-
4 files changed, 23 insertions(+), 19 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.git