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