Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
cb73e60a by orbea at 2023-05-15T19:17:51+00:00
ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the
configure will fail to detect SSL_export_keyring_material_early() since
LibreSSL doesn't support this function yet. However OpenLDAP doesn't
actually use this function and only checks for it to ensure a modern
OpenSSL API is used. This can be easily solved by checking for an
equivalent modern OpenSSL function which both LibreSSL and OpenSSL both
support such as SSL_CTX_set_ciphersuites(). Doing this allows the build
and tests to succeed with modern LibreSSL versions. This was tested with
LibreSSL >= 3.6.
Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
- - - - -
1 changed file:
- configure.ac
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/cb73e60a49f85bf5207b2fd…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/cb73e60a49f85bf5207b2fd…
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:
e79ccbee by Ondřej Kuzník at 2023-05-15T17:15:11+00:00
ITS#10045 Also check for abandon when things have settled
- - - - -
3b7e5ed3 by Quanah Gibson-Mount at 2023-05-15T17:15:50+00:00
ITS#10045
- - - - -
ace8531b by Ondřej Kuzník at 2023-05-15T17:44:13+00:00
ITS#10042 Call monitor_cache_release exactly once
- - - - -
5c682fe4 by Quanah Gibson-Mount at 2023-05-15T17:45:56+00:00
ITS#10042
- - - - -
5f734bf7 by Quanah Gibson-Mount at 2023-05-15T17:46:08+00:00
ITS#10033 - Remove references to back-bdb/hdb cachesize parameter
- - - - -
b251efb6 by Quanah Gibson-Mount at 2023-05-15T17:47:17+00:00
ITS#10033
- - - - -
132d9b5c by Ondřej Kuzník at 2023-05-15T17:54:09+00:00
ITS#10041 Restrict group searching
- - - - -
47b880ab by Quanah Gibson-Mount at 2023-05-15T17:57:39+00:00
ITS#10041
- - - - -
642a8fc6 by Ondřej Kuzník at 2023-05-15T18:06:33+00:00
ITS#9855 Adapt other contrib module's tests
- - - - -
0693947c by Quanah Gibson-Mount at 2023-05-15T18:48:23+00:00
ITS#9855
- - - - -
004475c1 by Ondřej Kuzník at 2023-05-15T18:49:30+00:00
ITS#10048 Improve regex config error handling
- - - - -
5d7a60da by Quanah Gibson-Mount at 2023-05-15T18:49:57+00:00
ITS#10048
- - - - -
fc67cb8d by Ondřej Kuzník at 2023-05-15T19:18:46+00:00
ITS#10046 Update manpage
- - - - -
c2f8a060 by Quanah Gibson-Mount at 2023-05-15T19:19:25+00:00
ITS#10046
- - - - -
13093c92 by Howard Chu at 2023-05-15T19:21:44+00:00
ITS#10047 back-mdb: delete idxckp table after slapindex
Could do it when beginning too, either way an interrupted slapindex
must be rerun completely.
- - - - -
0f2433e5 by Howard Chu at 2023-05-15T19:21:49+00:00
ITS#10047 back-mdb: fix indexer resume on slapd restart
when overlays are in use on the database
- - - - -
4663b9b4 by Quanah Gibson-Mount at 2023-05-15T19:24:08+00:00
ITS#10047
- - - - -
16 changed files:
- CHANGES
- contrib/slapd-modules/datamorph/tests/run
- contrib/slapd-modules/emptyds/tests/run
- contrib/slapd-modules/variant/slapo-variant.5
- + contrib/slapd-modules/variant/tests/data/test001-04a-same-regex.ldif
- + contrib/slapd-modules/variant/tests/data/test001-04b-same-regex.ldif
- contrib/slapd-modules/variant/tests/run
- contrib/slapd-modules/variant/variant.c
- doc/guide/admin/aspell.en.pws
- doc/guide/admin/overlays.sdf
- doc/man/man5/slapo-pcache.5
- servers/slapd/back-mdb/init.c
- servers/slapd/back-mdb/tools.c
- servers/slapd/back-monitor/search.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5311f652f85527886b6355…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/5311f652f85527886b6355…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
3271bfa1 by Howard Chu at 2023-05-15T17:55:46+00:00
ITS#10047 back-mdb: delete idxckp table after slapindex
Could do it when beginning too, either way an interrupted slapindex
must be rerun completely.
- - - - -
ec3fafd1 by Howard Chu at 2023-05-15T17:55:46+00:00
ITS#10047 back-mdb: fix indexer resume on slapd restart
when overlays are in use on the database
- - - - -
2 changed files:
- servers/slapd/back-mdb/init.c
- servers/slapd/back-mdb/tools.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/559878328d2027f1cc4d4f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/559878328d2027f1cc4d4f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / JDBC LDAP
Commits:
f200ebd2 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Set javac source="8".
- - - - -
578fba58 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Delete unused class Compare.
JDK 1.5 removed the String.compareTo(Object) method so this class won't
compile anymore, but luckily it's unused and can simply be deleted.
- - - - -
fa6c4c44 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Replace use of 'enum' as an identifier.
Java 1.5 made 'enum' a keyword, which may not be used as an identifier.
- - - - -
339120d5 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Replace use of deprecated class StringBufferInputStream.
JDK 1.1 deprecated class StringBufferInputStream because it does not
properly convert characters into bytes.
- - - - -
f494f56d by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Replace call to deprecated LDAPConnection.bind() method.
JLDAP Sep_ndk_2003 deprecated LDAPConnection.bind(int, String, String)
in favour of LDAPConnection.bind(int, String, byte[]).
- - - - -
70b87f22 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Replace call to deprecated File.toURL() method.
JDK 6 deprecated File.toURL() in favour of File.toURI().toURL() because
it does not automatically escape characters that are illegal in URLs.
- - - - -
44c3341b by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Add @Deprecated annotations to deprecated interface methods.
JDK 1.5 deprecated these interface methods so they should be annotated
as deprecated also in this implementation of that interface.
- - - - -
25e88de0 by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Use full package name to disambiguate ambiguous reference.
JDK 8 introduced java.util.Base64 which has the same class name as
com.novell.ldap.util.Base64 which this code calls.
- - - - -
762419dc by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Add java.sql interface methods introduced by JDK 6.
- - - - -
8432fbfe by Fredrik Roubert at 2023-02-18T18:27:29+01:00
ITS#4501 Add java.sql interface methods introduced by JDK 7.
- - - - -
20 changed files:
- build.xml
- src/com/octetstring/jdbcLdap/browser/JdbcLdapBrowser.java
- src/com/octetstring/jdbcLdap/browser/Rebind.java
- src/com/octetstring/jdbcLdap/jndi/Delete.java
- src/com/octetstring/jdbcLdap/jndi/JndiLdapConnection.java
- src/com/octetstring/jdbcLdap/jndi/UnpackResults.java
- src/com/octetstring/jdbcLdap/jndi/Update.java
- src/com/octetstring/jdbcLdap/jndi/UpdateEntry.java
- src/com/octetstring/jdbcLdap/junit/sql/TestResultSet.java
- src/com/octetstring/jdbcLdap/junit/sql/TestSelectRetrieve.java
- src/com/octetstring/jdbcLdap/junit/sql/TestUnpack.java
- src/com/octetstring/jdbcLdap/sql/JdbcLdapDBMetaData.java
- src/com/octetstring/jdbcLdap/sql/JdbcLdapDriver.java
- src/com/octetstring/jdbcLdap/sql/JdbcLdapMetaData.java
- src/com/octetstring/jdbcLdap/sql/JdbcLdapPreparedStatement.java
- src/com/octetstring/jdbcLdap/sql/JdbcLdapStatement.java
- src/com/octetstring/jdbcLdap/sql/LdapResultSet.java
- src/com/octetstring/jdbcLdap/util/LDIF.java
- src/com/octetstring/jdbcLdap/util/ObjRS.java
- src/com/octetstring/jdbcLdap/util/RSMetaData.java
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/compare/203751c3cf79fe90917184…
--
View it on GitLab: https://git.openldap.org/openldap/jdbcldap/-/compare/203751c3cf79fe90917184…
You're receiving this email because of your account on git.openldap.org.