Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
997b28d0 by Howard Chu at 2020-09-16T15:11:01+01:00
ITS#9348 don't declare sys_errlist if not present
If HAVE_SYS_ERRLIST is false, nothing uses them anyway, so the
declarations serve no purpose. Just breaks the compile if the
library actually defines them (and we are avoiding using them).
- - - - -
947b8ed9 by Quanah Gibson-Mount at 2020-09-16T21:13:28+00:00
Fix code indentation for recent changes
- - - - -
3e181b84 by Howard Chu at 2020-09-16T23:27:45+01:00
Silence stupid warnings
- - - - -
2b512ea7 by Howard Chu at 2020-09-17T15:22:01+01:00
ITS#9339 Fix syncrepl_monitor_init for dynamic monitor backend
Calling from backend.c only works if back-monitor is a static backend
- - - - -
984ecd11 by Gabriel Buades at 2020-09-17T18:21:53+01:00
ITS#9349 slapd-mdb: optimize index delete
Performance improvement for indexed attributes removal
- - - - -
331e5877 by Howard Chu at 2020-09-17T20:18:20+01:00
ITS#9352 syncrepl: fix syncrepl_op_modify on entry with no entryCSN
- - - - -
bc021bb2 by Quanah Gibson-Mount at 2020-09-18T14:56:43+00:00
ITS#6749 - Change configure monitor warning to DEBUG CONFIG instead of DEBUG ANY
- - - - -
dd82fa53 by Howard Chu at 2020-09-20T16:29:38+01:00
ITS#9353 fix monitor_back_register_database for empty suffix DB
Use the correct database entry instead of the frontendDB entry
- - - - -
c59ccf53 by Howard Chu at 2020-09-21T15:00:46+00:00
ITS#9354 Tool for monitoring slapd status
- - - - -
a3f18688 by Quanah Gibson-Mount at 2020-09-21T16:52:33+00:00
ITS#9351 - Always build back-monitor as a static backend
- - - - -
ebb4b82f by Quanah Gibson-Mount at 2020-09-21T20:55:18+00:00
ITS#9351 - Regenerate configure
- - - - -
2be22ecd by Quanah Gibson-Mount at 2020-09-21T20:55:50+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
30 changed files:
- configure
- configure.in
- doc/guide/admin/replication.sdf
- include/ac/errno.h
- include/portable.hin
- servers/slapd/back-ldap/monitor.c
- servers/slapd/back-mdb/modify.c
- servers/slapd/back-mdb/monitor.c
- servers/slapd/back-monitor/Makefile.in
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/database.c
- servers/slapd/back-monitor/init.c
- servers/slapd/backend.c
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/init.c
- servers/slapd/overlays/pcache.c
- servers/slapd/slap.h
- servers/slapd/syncrepl.c
- tests/data/regressions/its4184/its4184
- tests/data/regressions/its4326/its4326
- tests/data/regressions/its4326/slapd.conf
- tests/data/regressions/its4336/its4336
- tests/data/regressions/its4336/slapd.conf
- tests/data/regressions/its4448/its4448
- tests/data/regressions/its4448/slapd-meta.conf
- tests/data/regressions/its6794/its6794
- tests/data/regressions/its6794/slapd-glue.conf
- tests/data/regressions/its7573/its7573
- tests/data/regressions/its8427/its8427-2
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3cc3d7026afede8254cc2e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3cc3d7026afede8254cc2e…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
e07454fa by Howard Chu at 2020-09-21T15:34:37+00:00
ITS#9353 fix monitor_back_register_database for empty suffix DB
Use the correct database entry instead of the frontendDB entry
- - - - -
7e29c7f7 by Quanah Gibson-Mount at 2020-09-21T15:35:11+00:00
ITS#9353
- - - - -
3 changed files:
- CHANGES
- servers/slapd/back-monitor/back-monitor.h
- servers/slapd/back-monitor/database.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ff2ab2e05d9a8c46338291…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ff2ab2e05d9a8c46338291…
You're receiving this email because of your account on git.openldap.org.