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 cfedb365b4a2a90111810a7918d58aa679adb99c (commit)
from 7fdf6720416d5eaadf5fd811c4513c87a2899a0f (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 cfedb365b4a2a90111810a7918d58aa679adb99c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 26 18:55:35 2013 +0000
Fix MDB_CURRENT updating for dupsort items
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +++-
1 files changed, 3 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 a98eb289afc8b9ac52fd99ffb866e0520c9f471b (commit)
from dd7b1c39b1c764a4889635b7ac0326f313b27412 (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 a98eb289afc8b9ac52fd99ffb866e0520c9f471b
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 25 14:54:43 2013 +0000
ITS#7499 fix typos
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-sql/config.c | 6 +++---
1 files changed, 3 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 dd7b1c39b1c764a4889635b7ac0326f313b27412 (commit)
via c3eb1dc82b91bb3a41f3e373af9b1c60b9beca5d (commit)
via d836def0190331bcb5f0e0527457a0b093016058 (commit)
from 56a0d9004f0fba943028041ea5af62338b6dfccd (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 dd7b1c39b1c764a4889635b7ac0326f313b27412
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 24 11:31:41 2013 -0800
Clean up whitespace in previous commit
commit c3eb1dc82b91bb3a41f3e373af9b1c60b9beca5d
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Thu Jan 24 07:12:43 2013 -0800
Removed #if 0 code block
commit d836def0190331bcb5f0e0527457a0b093016058
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Wed Jan 23 17:10:41 2013 -0800
added tcp keepalive support to back-ldap
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-ldap.5 | 19 +++++++++++++++++++
servers/slapd/back-ldap/bind.c | 3 +++
servers/slapd/back-ldap/config.c | 31 +++++++++++++++++++++++++++++++
servers/slapd/config.c | 38 ++++++++++++++++++++++++++------------
4 files changed, 79 insertions(+), 12 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 56a0d9004f0fba943028041ea5af62338b6dfccd (commit)
from 461db2de1a2f43583ef1ca3beecc69fce201c642 (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 56a0d9004f0fba943028041ea5af62338b6dfccd
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 23 17:55:16 2013 -0800
ITS#7499 fix SQL statement configs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-sql/config.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 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 461db2de1a2f43583ef1ca3beecc69fce201c642 (commit)
from 8325ad2af2e0cf2a906208d88884b2a90d2915d8 (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 461db2de1a2f43583ef1ca3beecc69fce201c642
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 23 02:19:02 2013 +0000
ITS#7497 fix lineno overflow in ldif_read_record()
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapmodify.c | 8 ++++----
include/ldap.h | 2 +-
include/ldap_pvt.h | 2 +-
include/ldif.h | 2 +-
libraries/libldap/ldif.c | 2 +-
libraries/libldap/ldifutil.c | 38 +++++++++++++++++++-------------------
servers/slapd/back-sql/config.c | 7 ++++---
servers/slapd/root_dse.c | 7 ++++---
servers/slapd/slapadd.c | 16 ++++++++--------
servers/slapd/slapcommon.c | 2 +-
servers/slapd/slapcommon.h | 4 ++--
servers/slapd/slapmodify.c | 20 ++++++++++----------
12 files changed, 56 insertions(+), 54 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 8325ad2af2e0cf2a906208d88884b2a90d2915d8 (commit)
via 2f53035a511f8f158ab0f40e18cd96b1a2157145 (commit)
from cd32051ff4b79dc26438e652ccb432f34ba2db82 (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 8325ad2af2e0cf2a906208d88884b2a90d2915d8
Merge: 2f53035 cd32051
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 22 12:35:36 2013 +0000
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
Conflicts:
servers/slapd/back-mdb/id2entry.c
commit 2f53035a511f8f158ab0f40e18cd96b1a2157145
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 22 12:31:29 2013 +0000
ITS#7496, more for ITS#7483
Missing entries need to be checked at runtime too, not just slapcat.
Apparently some people will still try to run slapd even after slapadd
tells them their DB load was invalid.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 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 cd32051ff4b79dc26438e652ccb432f34ba2db82 (commit)
from ad9f847bf408be4b56c72e70bee9ba7ea4035f5b (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 cd32051ff4b79dc26438e652ccb432f34ba2db82
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 22 12:31:29 2013 +0000
ITS#7496, more for ITS#7483
Missing entries need to be checked at runtime too, not just slapcat.
Apparently some people will still try to run slapd even after slapadd
tells them their DB load was invalid.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 10 +++++++++-
1 files changed, 9 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 ad9f847bf408be4b56c72e70bee9ba7ea4035f5b (commit)
from 4a890d099c5d256625771fbd9fefb354a2261b06 (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 ad9f847bf408be4b56c72e70bee9ba7ea4035f5b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 17 12:05:01 2013 -0800
ITS#7490
Zero out the complete context buffer
From mhardin(a)symas.com
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/sha2/sha2.c | 12 ++++++------
1 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 4a890d099c5d256625771fbd9fefb354a2261b06 (commit)
from 11bc731632a1883bf1ad209bf083eba2b39b73f3 (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 4a890d099c5d256625771fbd9fefb354a2261b06
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Jan 16 21:38:33 2013 +0100
more about ITS#7493
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/allowed/allowed.c | 16 ++++++++++++++--
1 files changed, 14 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 11bc731632a1883bf1ad209bf083eba2b39b73f3 (commit)
from 99b54cf21dc930bc36250923e6aec65c39bebf36 (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 11bc731632a1883bf1ad209bf083eba2b39b73f3
Author: Michael Stroeder <michael(a)stroeder.com>
Date: Wed Jan 16 20:31:01 2013 +0100
s/directoryOperation/dSAOperation/ (ITS#7493)
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/allowed/allowed.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git