Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-18 | [Releng] Update copyrights | Eike Stepper | 4 | -9/+9 | |
2020-11-04 | [Releng] Update copyrights | Eike Stepper | 1 | -1/+1 | |
2020-10-08 | [567696] [DB] Make it easier to customize ITypeMappings | Eike Stepper | 1 | -0/+20 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=567696 | |||||
2020-10-08 | [567696] [DB] Make it easier to customize ITypeMappings | Eike Stepper | 4 | -7/+108 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=567696 | |||||
2020-06-10 | [Releng] Update copyrights | Eike Stepper | 2 | -2/+2 | |
2020-05-31 | [563744] Provide an EmbeddedH2Repository | Eike Stepper | 1 | -1/+1 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=563744 | |||||
2020-05-30 | [563744] Provide an EmbeddedH2Repository | Eike Stepper | 4 | -55/+120 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=563744 Change-Id: I08bba185906e3f256ed3de8b3472b63b6ccc43b0 | |||||
2020-03-11 | [Releng] Update copyrightsreleases/4.9.0 | Eike Stepper | 2 | -2/+2 | |
2019-12-14 | [Releng] Use Java 8 diamond operator where possible | Eike Stepper | 1 | -0/+3 | |
2019-12-14 | [Releng] Use Java 8 diamond operator where possible | Eike Stepper | 5 | -7/+18 | |
2019-12-13 | [558310] [Releng] Update Bundle-RequiredExecutionEnvironment to JavaSE-1.8 | Eike Stepper | 9 | -21/+50 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=558310 | |||||
2019-10-29 | [Releng] Update copyrights | Eike Stepper | 5 | -4/+14 | |
2019-06-27 | [Releng] Add UserRolesQueryHandlerFactory example | Eike Stepper | 4 | -2/+94 | |
2018-09-22 | [Releng] Update wrong IU versions | Eike Stepper | 2 | -7/+7 | |
2018-09-21 | [538239] Fix SSL mode and update certificates | Maxime Porhel | 2 | -0/+0 | |
The SSLBuffer must not call the the flip() method inherited from its super class in startGetting (l.80 and l.100) nor in write (l.161) but continue to call getByteBuffer().flip() as before. The previous certificates used to test the SSL acceptor/connector were no more valid. The current commit provide new keystore and trustore to replace them: the validity has been set to 20 years and the The algorithm is now SHA256withRSA (prev: SHA1withRSA), the lenght of the key moves from 1024 to 2048 bits. The key store contains the private and public parts of the certificate whereas the trust store contains only the public part of the certificate. The certificate has been generated with the IP 127.0.0.1 so that it can only be used by anyone. It is supposed that the server is launched on the same machine as the client. The same password has been used (see launch configurations). Keystore creation: keytool -genkey -ext SAN=IP:127.0.0.1 -keyalg "RSA" -alias CDO_SSL_Tests -keystore testKeys -storepass ab987c -validity 7300 Certificate export: keytool -export -keystore testKeys -alias cdo_ssl_tests -file test.cer Trustore creation: keytool -import -file test.cer -alias cdo_ssl_tests -keystore testTrust -storepass ab987c Certicate checks: keytool -list -v -keystore testkeys On previous testkeys file: Type de fichier de clés : JKS Fournisseur de fichier de clés : SUN Votre fichier de clés d'accès contient 1 entrée Nom d'alias : wat Date de création : 13 déc. 2010 Type d'entrée : PrivateKeyEntry Longueur de chaîne du certificat : 1 Certificat[1]: Propriétaire : CN=wat, OU=nma, O=nomagicasia, L=ca, ST=us, C=us Emetteur : CN=wat, OU=nma, O=nomagicasia, L=ca, ST=us, C=us Numéro de série : 4d060507 Valide du : Mon Dec 13 12:35:35 CET 2010 au : Sun Mar 13 12:35:35 CET 2011 Empreintes du certificat : MD5 : 51:14:6D:ED:B7:F2:74:AE:2C:FF:91:B2:6F:3C:28:E2 SHA1 : 46:FD:7A:E4:0C:15:3A:7B:9C:FE:44:E7:1E:1B:30:72:C4:9E:D8:EC SHA256 : E7:81:21:DF:DE:CE:C1:C5:08:48:EC:47:76:D9:9E:6F:83:A8:A4:8B:27:F7:37:D3:01:EF:D5:60:39:57:BC:0D Nom de l'algorithme de signature : SHA1withRSA Algorithme de clé publique du sujet : Clé RSA 1024 bits Version : 3 ________________________________________________________________________ On current file: Type de fichier de clés : JKS Fournisseur de fichier de clés : SUN Votre fichier de clés d'accès contient 1 entrée Nom d'alias : cdo_ssl_tests Date de création : 27 août 2018 Type d'entrée : PrivateKeyEntry Longueur de chaîne du certificat : 1 Certificat[1]: Propriétaire : CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown Emetteur : CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown Numéro de série : 66887244 Valide du : Mon Aug 27 15:02:41 CEST 2018 au : Sun Aug 22 15:02:41 CEST 2038 Empreintes du certificat : MD5 : 18:2C:39:15:83:19:8D:C6:E1:1A:FD:2F:83:14:42:2D SHA1 : 80:30:1C:E2:E5:07:B0:61:CE:CB:5A:90:D5:2C:74:65:78:DC:C4:53 SHA256 : CD:20:26:F0:E7:BE:B1:71:16:17:A9:43:11:C0:DB:FC:16:2C:A6:13:55:E8:72:55:11:44:D2:5C:AA:95:7D:08 Nom de l'algorithme de signature : SHA256withRSA Algorithme de clé publique du sujet : Clé RSA 2048 bits Version : 3 Extensions : SubjectAlternativeName [ IPAddress: 127.0.0.1 ] SubjectKeyIdentifier [ KeyIdentifier [ 0000: C4 7A C5 ED C2 E1 1B D5 98 C8 4A 66 83 F8 D9 A3 .z........Jf.... 0010: 07 FA 55 50 ..UP ] ] Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=538239 Change-Id: I747bc08d3882558bbcd481c3381a2582be0fe06e Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr> | |||||
2018-05-29 | [Releng] Adjust copyrights | Eike Stepper | 22 | -23/+23 | |
2018-05-17 | [Releng] Adjust Copyrights | Eike Stepper | 3 | -3/+3 | |
2018-01-06 | [528979] Migrate build to Maven/Tycho | Eike Stepper | 1 | -12/+0 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979 | |||||
2017-12-31 | [Releng] Adjust copyrights | Eike Stepper | 5 | -4/+14 | |
2017-12-31 | [528979] Migrate build to Maven/Tycho | Eike Stepper | 2 | -1/+13 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979 | |||||
2017-12-28 | [528979] Migrate build to Maven/Tycho | Eike Stepper | 1 | -11/+15 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979 | |||||
2017-12-21 | [Releng] Add Automatic-Module-Name to bundle manifests | Eike Stepper | 2 | -7/+8 | |
2017-12-20 | [528979] Migrate build to Maven/Tycho | Eike Stepper | 3 | -2/+45 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979 | |||||
2017-02-10 | [509149] Provide an EmbeddedRepository | Eike Stepper | 3 | -0/+225 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=509149 | |||||
2016-10-18 | [Releng] Update copyrights | Eike Stepper | 8 | -8/+8 | |
2016-10-18 | [Releng] Increase max line length to 160 | Eike Stepper | 7 | -29/+16 | |
2016-10-18 | [Releng] Reformat code | Eike Stepper | 1 | -1/+1 | |
2016-10-06 | [Releng] Source Clean-Up for all projects | Eike Stepper | 3 | -7/+7 | |
2016-10-05 | [Releng] Adjust per-project commit template | Eike Stepper | 1 | -1/+1 | |
2016-03-01 | [Releng] Update copyrights | Eike Stepper | 2 | -2/+2 | |
2015-09-11 | [Releng] Ignore version range lower bound problems | Eike Stepper | 1 | -0/+4 | |
2015-08-20 | [Releng] Adjust copyrights | Eike Stepper | 1 | -1/+1 | |
2015-08-13 | [Releng] Fix org.eclipse.emf.cdo.examples.server.FailoverExample.Unmonitored | Eike Stepper | 1 | -11/+17 | |
2015-07-22 | [473277] Enhance ThreadPool and use it as much as possible | Eike Stepper | 2 | -17/+7 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=473277 | |||||
2015-06-10 | Update Copyrightsreleases/4.4.0 | Eike Stepper | 8 | -8/+8 | |
2015-04-22 | [Releng] Reformat everything with M6 formatter | Eike Stepper | 7 | -13/+13 | |
2015-01-27 | [Releng] Fix formatting problems | Eike Stepper | 1 | -1/+1 | |
2014-08-19 | Prepare baseline for 4.4 integration | Eike Stepper | 1 | -2/+2 | |
2014-01-14 | Fix copyrights | Eike Stepper | 4 | -12/+2 | |
2013-12-18 | Releng: Delete unneeded org.eclipse.pde.api.tools.prefs | Eike Stepper | 1 | -95/+0 | |
2013-10-20 | Adjust copyrights | Eike Stepper | 3 | -3/+3 | |
2013-09-26 | [418076] [DB] Add OracleConfig for execution of DBStore tests | Eike Stepper | 4 | -11/+8 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418076 | |||||
2013-07-27 | Fix deprecation warnings | Eike Stepper | 1 | -1/+1 | |
2013-07-07 | Adjust formatter options for e4.3 | Eike Stepper | 1 | -1/+0 | |
2013-06-01 | Update copyrightsdrops/I20130601-0400 | Eike Stepper | 1 | -1/+1 | |
2013-05-30 | Add branding infos for example installer features | Eike Stepper | 1 | -2/+4 | |
2013-05-03 | Update copyrightsdrops/I20130503-1515 | Eike Stepper | 20 | -22/+22 | |
2013-03-16 | [403445] [Releng] Use Execution Environments descriptions to avoid | Eike Stepper | 1 | -1/+2 | |
illegal references to system libraries https://bugs.eclipse.org/bugs/show_bug.cgi?id=403445 | |||||
2013-03-13 | [400388] Integrate the new MinimalEStoreEObjectImpl drops/I20130315-0410 | Eike Stepper | 1 | -1/+1 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400388 | |||||
2012-11-18 | [394049] Master/Clone examples don't work any more | Eike Stepper | 1 | -1/+1 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=394049 |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-