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 9501d1fe797f251626de7c9a4a996e03613da8ff (commit) via f90ff2c796cc6ce0105c4e2b0de351d274a4c3fd (commit) via 2613b6fa788e0e8fb5cff3ba35c482eb399f9bf2 (commit) via 0ff93e055b84e8d601e9e73b1189b4a81a741887 (commit) via 9e95841d5e3da0cb47e8ddc965e5a731d9677e42 (commit) via fc5a034899a98e57297b590426f0fd579f8587a9 (commit) via a2b1b603ff6f95f07f3634309584b573b140f454 (commit) via 560f06a1295cff91310cf083691fdc5266099940 (commit) via 8d9e125886cafdf3fd3d4c79fca4635f871ecf2b (commit) via 9928757ee28f77e5fa4644bbb725ca39be1c6d99 (commit) via 522f4ce0b6bd68ec73c70a9e2561738d34b2dc52 (commit) from 8121dd46b36dc1b033166c9e9f25ebfdea7f40e6 (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 9501d1fe797f251626de7c9a4a996e03613da8ff Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 17:27:58 2011 -0700
ITS#6972
commit f90ff2c796cc6ce0105c4e2b0de351d274a4c3fd Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 13:40:57 2011 -0700
ITS#6972 fix double-free in autogroup
commit 2613b6fa788e0e8fb5cff3ba35c482eb399f9bf2 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 17:26:10 2011 -0700
ITS#7063
commit 0ff93e055b84e8d601e9e73b1189b4a81a741887 Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 12:48:26 2011 -0700
ITS#7063 add auto-converted LDIFs for missing schema
commit 9e95841d5e3da0cb47e8ddc965e5a731d9677e42 Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 12:46:10 2011 -0700
Syntaxes must come before attributetypes in schema object
commit fc5a034899a98e57297b590426f0fd579f8587a9 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 17:24:55 2011 -0700
ITS#7071
commit a2b1b603ff6f95f07f3634309584b573b140f454 Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 12:09:01 2011 -0700
ITS#7071 check for socket() in -lnet
commit 560f06a1295cff91310cf083691fdc5266099940 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 17:23:55 2011 -0700
ITS#7065
commit 8d9e125886cafdf3fd3d4c79fca4635f871ecf2b Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 11:40:04 2011 -0700
ITS#7065 fix cn=config modify replace/delete crash
commit 9928757ee28f77e5fa4644bbb725ca39be1c6d99 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Nov 2 17:22:45 2011 -0700
ITS#7061
commit 522f4ce0b6bd68ec73c70a9e2561738d34b2dc52 Author: Howard Chu hyc@openldap.org Date: Tue Nov 1 11:23:59 2011 -0700
ITS#7061 only return requested attrs in sssvlv response
Replaces commit 8eecc9a017584ea0b56b25f0e4750e3b16929de6
-----------------------------------------------------------------------
Summary of changes: CHANGES | 5 + configure.in | 2 +- contrib/slapd-modules/autogroup/autogroup.c | 3 +- servers/slapd/bconfig.c | 6 +- servers/slapd/overlays/sssvlv.c | 6 +- servers/slapd/schema/collective.ldif | 48 +++++++++++ servers/slapd/schema/corba.ldif | 42 +++++++++ servers/slapd/schema/duaconf.ldif | 83 ++++++++++++++++++ servers/slapd/schema/java.ldif | 59 +++++++++++++ servers/slapd/schema/misc.ldif | 45 ++++++++++ servers/slapd/schema/pmi.ldif | 123 +++++++++++++++++++++++++++ servers/slapd/schema/ppolicy.ldif | 75 ++++++++++++++++ 12 files changed, 491 insertions(+), 6 deletions(-) create mode 100644 servers/slapd/schema/collective.ldif create mode 100644 servers/slapd/schema/corba.ldif create mode 100644 servers/slapd/schema/duaconf.ldif create mode 100644 servers/slapd/schema/java.ldif create mode 100644 servers/slapd/schema/misc.ldif create mode 100644 servers/slapd/schema/pmi.ldif create mode 100644 servers/slapd/schema/ppolicy.ldif