Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
fb115157 by Quanah Gibson-Mount at 2022-07-06T20:46:49+00:00
ITS#9863 - Forward lastbind updates if configured
Mark lastbind operations as being on the frontendDB so that chaining configurations are honored.
Make pwdLastSuccess flag SLAP_AT_MANAGEABLE
- - - - -
cfa6c07c by Quanah Gibson-Mount at 2022-07-06T20:46:49+00:00
ITS#9863 - Regression test case for pwdLastSuccess
Define a regression test case for modifying pwdLastSuccess that also
uses SASL/EXTERNAL for the chain database
- - - - -
12 changed files:
- servers/slapd/back-ldap/bind.c
- servers/slapd/bind.c
- servers/slapd/schema_prep.c
- + tests/data/regressions/its9863/db.ldif
- + tests/data/regressions/its9863/its9863
- + tests/data/regressions/its9863/slapd-consumer.ldif
- + tests/data/regressions/its9863/slapd-provider.ldif
- + tests/data/tls/certs/ldap-server.crt
- tests/data/tls/create-crt.sh
- + tests/data/tls/private/ldap-server.key
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a0a64e03899dd5fd161424…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a0a64e03899dd5fd161424…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
5ef2b931 by Nadezhda Ivanova at 2022-07-06T18:29:26+03:00
ITS#9855 Change tests/run so it can be used by a contrib module
- - - - -
a0a64e03 by Nadezhda Ivanova at 2022-07-06T18:32:58+03:00
ITS#9855 Implement a module to enable case-insensitive Boolean values
Initial implementation of the ciboolean module
- - - - -
14 changed files:
- + contrib/slapd-modules/ciboolean/Makefile
- + contrib/slapd-modules/ciboolean/ciboolean.c
- + contrib/slapd-modules/ciboolean/slapo-ciboolean.5
- + contrib/slapd-modules/ciboolean/tests/.gitignore
- + contrib/slapd-modules/ciboolean/tests/Rules.mk
- + contrib/slapd-modules/ciboolean/tests/data/booleantest.schema
- + contrib/slapd-modules/ciboolean/tests/data/slapd.conf
- + contrib/slapd-modules/ciboolean/tests/data/test001-add.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_1.ldif
- + contrib/slapd-modules/ciboolean/tests/data/test001-search_2.ldif
- + contrib/slapd-modules/ciboolean/tests/run
- + contrib/slapd-modules/ciboolean/tests/scripts/test001-ciboolean
- tests/run.in
- tests/scripts/defines.sh
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/78618653c23168b0cc143e…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/78618653c23168b0cc143e…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
09da0637 by Quanah Gibson-Mount at 2022-06-30T20:39:21+00:00
ITS#9872 - Fix bold tag for authz parameter
Fix the bold tag on the authz parameter for slapd-ldap(5) and
slapd-meta(5)
- - - - -
cef96235 by Quanah Gibson-Mount at 2022-06-30T20:39:40+00:00
ITS#9872
- - - - -
52fe7f1a by Quanah Gibson-Mount at 2022-06-30T20:39:50+00:00
Update .gitignore for 2.5 and later
Ignore generated libl*/*.pc files
Ignore testavl binary
Ignore lloadd generated Makefiles
Ignore slapd-watcher binary
- - - - -
4 changed files:
- .gitignore
- CHANGES
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-meta.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f924662c8411cdf3c86a16…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f924662c8411cdf3c86a16…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
c4d7be2a by Quanah Gibson-Mount at 2022-06-30T20:35:44+00:00
ITS#9872 - Fix bold tag for authz parameter
Fix the bold tag on the authz parameter for slapd-ldap(5) and
slapd-meta(5)
- - - - -
9f0f8a33 by Quanah Gibson-Mount at 2022-06-30T20:36:16+00:00
ITS#9872
- - - - -
45d735b3 by Quanah Gibson-Mount at 2022-06-30T20:38:06+00:00
Update .gitignore for 2.5 and later
Ignore generated libl*/*.pc files
Ignore testavl binary
Ignore lloadd generated Makefiles
Ignore slapd-watcher binary
- - - - -
8c970e33 by Quanah Gibson-Mount at 2022-06-30T20:38:13+00:00
ITS#9468 - Fix script logic
Fix missing addition of SERVERPID to KILLPIDS so that a slapd process
doesn't get left behind in some instances
- - - - -
5 changed files:
- .gitignore
- CHANGES
- doc/man/man5/slapd-ldap.5
- doc/man/man5/slapd-meta.5
- tests/data/regressions/its9468/its9468
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/100e2ad68c581a55bfddf0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/100e2ad68c581a55bfddf0…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
c8059b5d by OndÅ™ej KuznÃk at 2022-06-23T18:46:44+00:00
ITS#8245 Do not try to release a NULL entry
- - - - -
88d9419b by Quanah Gibson-Mount at 2022-06-23T18:47:03+00:00
ITS#8245
- - - - -
eb7b0ffe by Howard Chu at 2022-06-23T18:47:16+00:00
ITS#9864 slapo-accesslog: plug onetime memleaks
- - - - -
d31febad by Howard Chu at 2022-06-23T18:47:20+00:00
ITS#9865 slapd-watcher: add -c contextDN option
- - - - -
50a65a73 by Howard Chu at 2022-06-23T18:47:25+00:00
ITS#9866 delta-sync: fix DN leak on Adds
- - - - -
5a000ab4 by Howard Chu at 2022-06-23T18:47:29+00:00
ITS#9867 syncprov: plug findbase memleak
- - - - -
189cefd7 by Howard Chu at 2022-06-23T18:47:35+00:00
ITS#9867 syncprov: plug onetime leak
Since 43ebfa8fb42 ITS#6467
- - - - -
2b5dcd38 by Quanah Gibson-Mount at 2022-06-23T18:48:37+00:00
ITS#9864, ITS#9865, ITS#9866, ITS#9867
- - - - -
ff15ef02 by Dimitar Stoychev at 2022-06-23T18:49:19+00:00
ITS#9823 Update test043 to check deltasync recovery after accesslog has been purged
- - - - -
f674fbee by OndÅ™ej KuznÃk at 2022-06-23T18:49:23+00:00
ITS#9823 Check minCSN when setting up delta-log replay
- - - - -
307ca753 by Quanah Gibson-Mount at 2022-06-23T18:49:46+00:00
ITS#9823
- - - - -
428ed983 by Howard Chu at 2022-06-23T18:50:16+00:00
ITS#9868 Fixup pending_csn_list for backglue
Define in a new structure and point to it for more flexible access
- - - - -
e41e55ce by Howard Chu at 2022-06-23T18:50:21+00:00
ITS#9868 also fixup glue_sub_del()
- - - - -
85754262 by Quanah Gibson-Mount at 2022-06-23T18:50:42+00:00
ITS#9868
- - - - -
15 changed files:
- CHANGES
- servers/slapd/backend.c
- servers/slapd/backglue.c
- servers/slapd/ctxcsn.c
- servers/slapd/frontend.c
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/overlays/translucent.c
- servers/slapd/overlays/unique.c
- servers/slapd/slap.h
- servers/slapd/syncrepl.c
- tests/data/slapd-deltasync-provider.conf
- tests/progs/slapd-watcher.c
- tests/scripts/test043-delta-syncrepl
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b3102c27fd7fe894ca4011…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/b3102c27fd7fe894ca4011…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
85649edf by OndÅ™ej KuznÃk at 2022-06-23T18:34:57+00:00
ITS#8245 Do not try to release a NULL entry
- - - - -
39adc0d4 by Quanah Gibson-Mount at 2022-06-23T18:35:19+00:00
ITS#8245
- - - - -
af7de77a by Quanah Gibson-Mount at 2022-06-23T18:41:15+00:00
ITS#9864, ITS#9865, ITS#9866, ITS#9867
- - - - -
926bf389 by OndÅ™ej KuznÃk at 2022-06-23T18:42:19+00:00
ITS#9817 Fix test087 set up
- - - - -
e56e70b4 by Dimitar Stoychev at 2022-06-23T18:42:54+00:00
ITS#9823 Update test043 to check deltasync recovery after accesslog has been purged
- - - - -
eea9b838 by OndÅ™ej KuznÃk at 2022-06-23T18:42:59+00:00
ITS#9823 Check minCSN when setting up delta-log replay
- - - - -
69a93391 by Quanah Gibson-Mount at 2022-06-23T18:43:46+00:00
ITS#9823
- - - - -
4cbf0dd5 by Howard Chu at 2022-06-23T18:45:22+00:00
ITS#9868 Fixup pending_csn_list for backglue
Define in a new structure and point to it for more flexible access
- - - - -
2aaceb97 by Howard Chu at 2022-06-23T18:45:27+00:00
ITS#9868 also fixup glue_sub_del()
- - - - -
f021131f by Quanah Gibson-Mount at 2022-06-23T18:46:06+00:00
ITS#9868
- - - - -
13 changed files:
- CHANGES
- servers/slapd/backend.c
- servers/slapd/backglue.c
- servers/slapd/ctxcsn.c
- servers/slapd/frontend.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/overlays/translucent.c
- servers/slapd/overlays/unique.c
- servers/slapd/slap.h
- tests/data/slapd-deltasync-provider.conf
- tests/scripts/test043-delta-syncrepl
- tests/scripts/test087-librewrite
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c9692a35ae75c0a3e479c0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c9692a35ae75c0a3e479c0…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
0d1db3c2 by Howard Chu at 2022-06-22T15:27:58+00:00
ITS#9868 Fixup pending_csn_list for backglue
Define in a new structure and point to it for more flexible access
- - - - -
fbe844f8 by Howard Chu at 2022-06-22T15:27:58+00:00
ITS#9868 also fixup glue_sub_del()
- - - - -
7 changed files:
- servers/slapd/backend.c
- servers/slapd/backglue.c
- servers/slapd/ctxcsn.c
- servers/slapd/frontend.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/translucent.c
- servers/slapd/slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c64e663518988afbe5c541…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c64e663518988afbe5c541…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
69de6c94 by Dimitar Stoychev at 2022-06-21T16:21:56+00:00
ITS#9823 Update test043 to check deltasync recovery after accesslog has been purged
- - - - -
c64e6635 by OndÅ™ej KuznÃk at 2022-06-21T16:21:56+00:00
ITS#9823 Check minCSN when setting up delta-log replay
- - - - -
3 changed files:
- servers/slapd/overlays/syncprov.c
- tests/data/slapd-deltasync-provider.conf
- tests/scripts/test043-delta-syncrepl
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bb87cc89cd5c94b65acd62…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bb87cc89cd5c94b65acd62…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
2cf61793 by Howard Chu at 2022-06-17T14:41:50+01:00
ITS#9864 slapo-accesslog: plug onetime memleaks
- - - - -
2aac6652 by Howard Chu at 2022-06-17T14:42:18+01:00
ITS#9865 slapd-watcher: add -c contextDN option
- - - - -
5a292046 by Howard Chu at 2022-06-17T14:42:33+01:00
ITS#9866 delta-sync: fix DN leak on Adds
- - - - -
a54c4782 by Howard Chu at 2022-06-17T14:42:47+01:00
ITS#9867 syncprov: plug findbase memleak
- - - - -
c9692a35 by Howard Chu at 2022-06-17T14:42:59+01:00
ITS#9867 syncprov: plug onetime leak
Since 43ebfa8fb42 ITS#6467
- - - - -
4 changed files:
- servers/slapd/overlays/accesslog.c
- servers/slapd/overlays/syncprov.c
- servers/slapd/syncrepl.c
- tests/progs/slapd-watcher.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dc52e69ad2109471922672…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/dc52e69ad2109471922672…
You're receiving this email because of your account on git.openldap.org.