Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
2aef56cd by Howard Chu at 2020-12-01T19:04:46+00:00
ITS#9411 fix thisUpdate check
- - - - -
42d42421 by Howard Chu at 2020-12-01T19:04:54+00:00
ITS#9412 fix AVA_Sort on invalid RDN
- - - - -
e394bcfa by Howard Chu at 2020-12-01T19:05:06+00:00
ITS#9413 fix slap_parse_user
- - - - -
6ae9bf16 by Howard Chu at 2020-12-01T21:29:19+00:00
ITS#9014 fix component match parsing errors
- - - - -
fd3b8dde by Quanah Gibson-Mount at 2020-12-02T23:16:36+00:00
ITS#9400 - Fix prev commit for modular builds
- - - - -
4e801a9a by Howard Chu at 2020-12-03T19:30:53+00:00
ITS#9416 more componentFilterMatch garbage
- - - - -
0b501e6c by Ding Fei at 2020-12-04T10:42:16+08:00
remove unintended semicolon
- - - - -
66254781 by Ding Fei at 2020-12-04T20:00:47+08:00
ITS #9417 ldapexop exit with correct rc value
`rc` collects exit status all the way down but is not used at all? If `code`
comparison at exit is intended then there exists some path that leaves it in
garbage value, say when `ldap_whoami` or `ldap_cancel` fails.
- - - - -
d28e231a by Quanah Gibson-Mount at 2020-12-08T16:05:35+00:00
ITS#9420 - Fix memory leak in modrdn
Fix provided by grapvar(a)gmail.com
- - - - -
a44ba274 by Ondřej Kuzník at 2020-12-08T19:11:22+00:00
ITS#9363 Unset readonly on delete
- - - - -
356715fd by Ondřej Kuzník at 2020-12-08T19:11:22+00:00
ITS#9363 Zero out values on config delete
- - - - -
0c3b8a35 by Ondřej Kuzník at 2020-12-08T19:11:22+00:00
ITS#9363 Store defaults in ArgConf
- - - - -
d9f20cc0 by Ondřej Kuzník at 2020-12-08T19:11:22+00:00
ITS#9363 Set appropriate defaults where needed
- - - - -
c944dc55 by Howard Chu at 2020-12-13T21:52:00+00:00
ITS#9423 ldap_X509dn2bv: check for invalid BER after RDN count
- - - - -
777098aa by Howard Chu at 2020-12-14T19:03:27+00:00
ITS#9424 fix serialNumberAndIssuerSerialCheck
- - - - -
d2936fb1 by Howard Chu at 2020-12-14T20:05:44+00:00
ITS#9425 add more checks to ldap_X509dn2bv
- - - - -
354e678c by Howard Chu at 2020-12-15T22:55:47+00:00
ITS#9426 dynlist: don't add unexpanded groups at end of search
if pagedResults is in use
- - - - -
27428b96 by Howard Chu at 2020-12-16T18:52:42+00:00
ITS#9427 fix issuerAndThisUpdateCheck
- - - - -
b7e61597 by Quanah Gibson-Mount at 2020-12-18T19:18:20+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
16 changed files:
- clients/tools/ldapexop.c
- doc/man/man5/slapo-dynlist.5
- libraries/libldap/tls2.c
- servers/slapd/back-mdb/config.c
- servers/slapd/bconfig.c
- servers/slapd/component.c
- servers/slapd/config.c
- servers/slapd/config.h
- servers/slapd/dn.c
- servers/slapd/modrdn.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/overlays/sssvlv.c
- servers/slapd/saslauthz.c
- servers/slapd/schema_init.c
- tests/data/regressions/its9400/slapd-proxy-idassert.conf
- tests/progs/slapd-watcher.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bbf249a38f86eb8f1111f7…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/bbf249a38f86eb8f1111f7…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at project / Website
Commits:
53ff4577 by Quanah Gibson-Mount at 2020-12-17T00:06:33+00:00
Remove dead download sites that haven't existed for years
Reformat file to make it easier to read
Add link to GPG asc signature for releases
- - - - -
4ee7f401 by Quanah Gibson-Mount at 2020-12-17T00:14:45+00:00
Add link to gpg public key text file
- - - - -
1 changed file:
- html/software/download/index.wml
View it on GitLab: https://git.openldap.org/project/www/-/compare/376462e2040cd557ff91d4337a3e…
--
View it on GitLab: https://git.openldap.org/project/www/-/compare/376462e2040cd557ff91d4337a3e…
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:
8c1d96ee by Howard Chu at 2020-12-15T21:22:56+00:00
ITS#9423 ldap_X509dn2bv: check for invalid BER after RDN count
- - - - -
f1a0f8a5 by Quanah Gibson-Mount at 2020-12-15T21:24:13+00:00
ITS#9423
- - - - -
58c1748e by Howard Chu at 2020-12-15T21:25:41+00:00
ITS#9424 fix serialNumberAndIssuerSerialCheck
- - - - -
572edd9f by Quanah Gibson-Mount at 2020-12-15T21:26:05+00:00
ITS#9424
- - - - -
4bdfffd2 by Howard Chu at 2020-12-15T21:26:54+00:00
ITS#9425 add more checks to ldap_X509dn2bv
- - - - -
7c29f6a5 by Quanah Gibson-Mount at 2020-12-15T21:27:12+00:00
ITS#9425
- - - - -
3 changed files:
- CHANGES
- libraries/libldap/tls2.c
- servers/slapd/schema_init.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fc632fa7aa430ca1acf05f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/fc632fa7aa430ca1acf05f…
You're receiving this email because of your account on git.openldap.org.