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.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits:
67164c7b by Ian Puleston at 2023-04-27T15:36:40+00:00
ITS#10035 Fix setting TLSv1.3 ciphersuite
- - - - -
75b6c3ce by Quanah Gibson-Mount at 2023-04-27T15:37:39+00:00
ITS#10035
- - - - -
9945f19a by OndÅ™ej KuznÃk at 2023-04-27T15:42:09+00:00
ITS#10032 Use the correct ocs field
- - - - -
9c18a53a by Quanah Gibson-Mount at 2023-04-27T15:43:48+00:00
ITS#10032
- - - - -
993d7c4a by OndÅ™ej KuznÃk at 2023-04-27T15:45:39+00:00
ITS#10037 Update argon2 README
- - - - -
5311f652 by Quanah Gibson-Mount at 2023-04-27T15:46:58+00:00
ITS#10037
- - - - -
5 changed files:
- CHANGES
- libraries/libldap/tls_o.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/translucent.c
- servers/slapd/pwmods/README.argon2
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ea590bb28f0f8bc5650ed3…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/ea590bb28f0f8bc5650ed3…
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:
7fba0f7e by Howard Chu at 2023-04-27T15:34:48+00:00
ITS#9436,ITS#10030 libldap: OpenSSL 3.0 compat
Add OpenSSL 3.0 compatibility to OpenLDAP 2.5 series
- - - - -
816b3a91 by Quanah Gibson-Mount at 2023-04-27T15:35:56+00:00
ITS#10030
- - - - -
dd1af1a0 by Ian Puleston at 2023-04-27T15:37:48+00:00
ITS#10035 Fix setting TLSv1.3 ciphersuite
- - - - -
a641c23c by Quanah Gibson-Mount at 2023-04-27T15:38:17+00:00
ITS#10035
- - - - -
5fedf314 by OndÅ™ej KuznÃk at 2023-04-27T15:43:55+00:00
ITS#10032 Use the correct ocs field
- - - - -
e3a2f7ed by Quanah Gibson-Mount at 2023-04-27T15:44:25+00:00
ITS#10032
- - - - -
53151ac9 by OndÅ™ej KuznÃk at 2023-04-27T15:48:05+00:00
ITS#10037 Update argon2 README
- - - - -
409ad6e6 by Quanah Gibson-Mount at 2023-04-27T15:48:16+00:00
ITS#10037
- - - - -
5 changed files:
- CHANGES
- libraries/libldap/tls_o.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/translucent.c
- servers/slapd/pwmods/README.argon2
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9fda4843875966e08ef002…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/9fda4843875966e08ef002…
You're receiving this email because of your account on git.openldap.org.