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 617769bce5bcac809791adb11301e40d27c31566 (commit)
via 754cd88819cceafe503b7a5c428b52c6abbcb748 (commit)
via 7f0771a3ed4ec42bd57f246919aba1dd755a207c (commit)
via 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5 (commit)
from 94965307c831be615f5fbb771c348fd72217adc0 (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 617769bce5bcac809791adb11301e40d27c31566
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 16 16:52:13 2012 -0700
Tweak output, add free page info
commit 754cd88819cceafe503b7a5c428b52c6abbcb748
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 16 16:22:21 2012 -0700
Add mdb_env_info() to retrieve interesting env params
commit 7f0771a3ed4ec42bd57f246919aba1dd755a207c
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 16 15:28:20 2012 -0700
Merge mdb_stata into mdb_stat
commit 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 16 14:53:25 2012 -0700
Make sure increases of mapsize are persisted
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 42 +++++++++--
libraries/libmdb/mdb.h | 18 +++++
libraries/libmdb/mdb_stat.c | 162 +++++++++++++++++++++++++++++++++++++----
libraries/libmdb/mdb_stata.c | 84 ----------------------
4 files changed, 198 insertions(+), 108 deletions(-)
delete mode 100644 libraries/libmdb/mdb_stata.c
---
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 0e05417b58bfcfbc0bda2212869a0344a2b6bdc9 (commit)
from 970e7f8199fff70b313b1a25c33603f016830419 (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 0e05417b58bfcfbc0bda2212869a0344a2b6bdc9
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Oct 14 11:35:09 2012 +0200
Fix test060-mt-hot debug level
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test060-mt-hot | 5 ++++-
1 files changed, 4 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 94965307c831be615f5fbb771c348fd72217adc0 (commit)
via 88b7bb46394a53675b452b70e5a7a109626bdd3f (commit)
via e9d87866c49acdba4118259fb05de2dafb4d698f (commit)
via 092f9a5c66425535f9d538d8fefd0049ad65f452 (commit)
via 462d9dfd104397652a905e8f685289bd4ac8a6e1 (commit)
from e40713b631506dcab54402c26a826bd2d421dcb0 (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 94965307c831be615f5fbb771c348fd72217adc0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Oct 15 17:04:48 2012 +0200
ITS#7377 Errorcheck Windows calls and thread keys.
commit 88b7bb46394a53675b452b70e5a7a109626bdd3f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Oct 15 17:04:43 2012 +0200
Explicitly unlock the MDB lockfile on Windows.
commit e9d87866c49acdba4118259fb05de2dafb4d698f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Oct 15 17:04:11 2012 +0200
mdb_env_open(): Keep mdb_env_set_flags() flags.
commit 092f9a5c66425535f9d538d8fefd0049ad65f452
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Oct 15 17:03:46 2012 +0200
More for mdb_env_copy().
Fix #define _GNU_SOURCE = 1 to match any command line -D_GNU_SOURCE.
.gitignore += mdb_copy.
commit 462d9dfd104397652a905e8f685289bd4ac8a6e1
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Oct 15 17:03:33 2012 +0200
Fix last commit.
Add flag MDB_ENV_ACTIVE instead of using the state of me_lfd.
Require MDB_RDONLY for MDB_ROFS. Swap reader/writer mutex lock.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/.gitignore | 1 +
libraries/libmdb/mdb.c | 99 +++++++++++++++++++++++++++++-------------
libraries/libmdb/mdb.h | 3 +-
3 files changed, 71 insertions(+), 32 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 786d7e4926a07dc702eae64dc14ad7d9d7b2279b (commit)
from baf4e43584f34b02784d3feb291b7e0c13095863 (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 786d7e4926a07dc702eae64dc14ad7d9d7b2279b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 13 11:34:26 2012 -0500
Minor doc cleanup
-----------------------------------------------------------------------
Summary of changes:
README-QUICKSTART-WINDOWS.html | 315 +++++++++++++++++++
README-QUICKSTART.html | 316 ++++++++++++++++++++
build.properties | 4 +-
.../java/com/jts/fortress/rbac/FortEntity.java | 4 +-
.../java/com/jts/fortress/rest/FortRequest.java | 2 +-
.../java/com/jts/fortress/rest/FortResponse.java | 2 +-
6 files changed, 638 insertions(+), 5 deletions(-)
create mode 100644 README-QUICKSTART-WINDOWS.html
create mode 100755 README-QUICKSTART.html
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 e40713b631506dcab54402c26a826bd2d421dcb0 (commit)
from f037dd2d19978256182a0f91f9a8178d37a8193f (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 e40713b631506dcab54402c26a826bd2d421dcb0
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Oct 13 04:05:00 2012 -0700
Support read access on read-only media
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 79 ++++++++++++++++++++++++++++++++----------------
1 files changed, 53 insertions(+), 26 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 bfcff607947c85d911eb222064bd3bf793fa014f (commit)
via 77a2304eecaea825c3ec20343eb698c9e57f57de (commit)
via 56843cf0b63594bbc8e1d3595905016ec7ce81c0 (commit)
via 2389028ec5a644c817cb60b2135898f33674ae7d (commit)
via d811b69c3c09b87f298b1ab03d3fb79c32dd97e0 (commit)
via 5069a12a893ce985d6c7306f5962d8856e71a1b9 (commit)
from 02a863cfdf2387254f4b713d488810c75076cb53 (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 bfcff607947c85d911eb222064bd3bf793fa014f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 12 11:42:47 2012 -0700
ITS#7416
commit 77a2304eecaea825c3ec20343eb698c9e57f57de
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 11 16:45:42 2012 -0700
ITS#7416 make sure to reopen attr DBs after env reopen
commit 56843cf0b63594bbc8e1d3595905016ec7ce81c0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 12 11:41:54 2012 -0700
ITS#7411
commit 2389028ec5a644c817cb60b2135898f33674ae7d
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 11 08:37:33 2012 -0700
ITS#7411 delete trailing whitespace in ldap_get_option.3
commit d811b69c3c09b87f298b1ab03d3fb79c32dd97e0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 12 11:41:06 2012 -0700
ITS#7414
commit 5069a12a893ce985d6c7306f5962d8856e71a1b9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 11 07:59:06 2012 -0700
ITS#7414 fix slapo-rwm modrdn cleanup
newSup is NULL if it was specified, but same as old Sup.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
doc/man/man3/ldap_get_option.3 | 2 +-
servers/slapd/back-mdb/attr.c | 4 +++-
servers/slapd/overlays/rwm.c | 10 ++++++----
4 files changed, 14 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, mdb.master has been updated
via f037dd2d19978256182a0f91f9a8178d37a8193f (commit)
from ebb6859ea5f4ca44ca528e49b17800f9992703e7 (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 f037dd2d19978256182a0f91f9a8178d37a8193f
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 11 16:47:56 2012 -0700
Silence warning in prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.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 970e7f8199fff70b313b1a25c33603f016830419 (commit)
from 1b393b742133cab2883c53549e8aed67c4e1bc02 (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 970e7f8199fff70b313b1a25c33603f016830419
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 11 16:45:42 2012 -0700
ITS#7416 make sure to reopen attr DBs after env reopen
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.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, OPENLDAP_REL_ENG_2_4 has been updated
via 02a863cfdf2387254f4b713d488810c75076cb53 (commit)
from a54957bf558b331cf10e51d644934c5f7721e512 (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 02a863cfdf2387254f4b713d488810c75076cb53
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 11 12:36:47 2012 -0700
Return to RE
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
build/version.var | 2 +-
2 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, mdb.master has been updated
via ebb6859ea5f4ca44ca528e49b17800f9992703e7 (commit)
from 756ce8e10ca52ff4516b56d42308116fac3c185d (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 ebb6859ea5f4ca44ca528e49b17800f9992703e7
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 11 12:21:40 2012 -0700
Add mdb_copy for backing up a DB environment
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/Makefile | 3 +-
libraries/libmdb/mdb.c | 96 +++++++++++++++++++++++++++++++++++++++++++
libraries/libmdb/mdb.h | 12 +++++
libraries/libmdb/mdb_copy.c | 43 +++++++++++++++++++
4 files changed, 153 insertions(+), 1 deletions(-)
create mode 100644 libraries/libmdb/mdb_copy.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git