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 214d7e3750e6deae2812d71f2749cb728bd1cfd3 (commit)
from a4a7ffdf5cb4aa57d03db18f0233793abc771534 (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 214d7e3750e6deae2812d71f2749cb728bd1cfd3
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 18:07:13 2011 -0700
Fix prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldif/ldif.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 a4a7ffdf5cb4aa57d03db18f0233793abc771534 (commit)
from 68c7d375da2a163964c680d238ee272427fc8f11 (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 a4a7ffdf5cb4aa57d03db18f0233793abc771534
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 17:59:08 2011 -0700
Try to discourage editing back-ldif files
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldif/ldif.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 68c7d375da2a163964c680d238ee272427fc8f11 (commit)
from 53bb95a2e3456806b503415fb745eae1146c0627 (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 68c7d375da2a163964c680d238ee272427fc8f11
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 15:37:11 2011 -0700
Revert "ITS#6688 enforce search ACL in back-perl"
This reverts commit 53bb95a2e3456806b503415fb745eae1146c0627.
Code was working as designed/documented. Changing now will
probably break other users.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/search.c | 21 ---------------------
1 files changed, 0 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 53bb95a2e3456806b503415fb745eae1146c0627 (commit)
from 6b95e5941caf5515fa55cd011c674b74ac3273c5 (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 53bb95a2e3456806b503415fb745eae1146c0627
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 15:25:32 2011 -0700
ITS#6688 enforce search ACL in back-perl
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-perl/search.c | 21 +++++++++++++++++++++
1 files changed, 21 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, OPENLDAP_REL_ENG_2_4 has been updated
via 314d14672e5726d63ffe056305fa9bedf59250d3 (commit)
via 21716c7918bdc96840a9f2f7c59a38cf8c330d42 (commit)
via 88810f631eb619752aaea182c7bdd301411e938f (commit)
via d0acfeb1bdd459a2b5a9cb4e008af8e1faa9f9aa (commit)
from 8f5459270ad36cafd2664354346ef328a0cb8e3d (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 314d14672e5726d63ffe056305fa9bedf59250d3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 9 11:29:58 2011 -0700
ITS#6955
commit 21716c7918bdc96840a9f2f7c59a38cf8c330d42
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Fri May 27 00:41:54 2011 +0900
ITS#6955 smbk5pwd: Support shadowLastChange
Fix typo -- hyc
commit 88810f631eb619752aaea182c7bdd301411e938f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 9 11:27:54 2011 -0700
ITS#6872
commit d0acfeb1bdd459a2b5a9cb4e008af8e1faa9f9aa
Author: cmikk(a)qwest.net <cmikk(a)qwest.net>
Date: Tue Mar 29 21:49:53 2011 +0000
ITS#6872
Perform the internal FIND_CSN search based at the backend's suffix with the
privileges of the backend's root DN.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 +-
contrib/slapd-modules/smbk5pwd/Makefile | 4 +-
contrib/slapd-modules/smbk5pwd/README | 4 +-
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 89 +++++++++++++++++++++++++++++
servers/slapd/overlays/syncprov.c | 21 +++----
5 files changed, 105 insertions(+), 17 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 6b95e5941caf5515fa55cd011c674b74ac3273c5 (commit)
from fa64b07cfccffba0a2fb2301095957887ad9d921 (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 6b95e5941caf5515fa55cd011c674b74ac3273c5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 9 11:05:09 2011 -0700
ITS#6889 regenerate configure
-----------------------------------------------------------------------
Summary of changes:
configure | 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 fa64b07cfccffba0a2fb2301095957887ad9d921 (commit)
from d5920a42b142c32e9670da90e48d25a5dbc642f4 (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 fa64b07cfccffba0a2fb2301095957887ad9d921
Author: cmikk(a)qwest.net <cmikk(a)qwest.net>
Date: Tue Mar 29 21:49:53 2011 +0000
ITS#6872
Perform the internal FIND_CSN search based at the backend's suffix with the
privileges of the backend's root DN.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 21 +++++++++------------
1 files changed, 9 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 d5920a42b142c32e9670da90e48d25a5dbc642f4 (commit)
from 0a78997f9799e000136c17e1249133d283ee63a0 (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 d5920a42b142c32e9670da90e48d25a5dbc642f4
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Fri May 27 00:41:54 2011 +0900
ITS#6955 smbk5pwd: Support shadowLastChange
Fix typo -- hyc
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/smbk5pwd/Makefile | 4 +-
contrib/slapd-modules/smbk5pwd/README | 4 +-
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 89 +++++++++++++++++++++++++++++
3 files changed, 93 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 0a78997f9799e000136c17e1249133d283ee63a0 (commit)
from 45b41fb41afe1411e329a7c208f3934bbf03d028 (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 0a78997f9799e000136c17e1249133d283ee63a0
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 01:01:06 2011 -0700
ITS#6936 add connID and peername to auditlog
From ksmith @ ycp.edu, with fixes by hyc
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/auditlog.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git