Michael McMahon
|
de3113b998
|
8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: dfuchs, weijun, darcy
|
2022-02-01 07:26:59 +00:00 |
|
Aleksei Efimov
|
c464f09056
|
8273402: Use derived NamingExceptions in com.sun.jndi.ldap.Connection#readReply
Reviewed-by: dfuchs
|
2021-09-10 14:15:45 +00:00 |
|
Weijun Wang
|
640a2afda3
|
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: dholmes, alanb, dfuchs, mchung, mullan, prr
|
2021-05-24 16:55:55 +00:00 |
|
Aleksei Efimov
|
a75edc29c6
|
8251188: Update LDAP tests not to use wildcard addresses
Reviewed-by: dfuchs
|
2020-09-25 12:46:08 +00:00 |
|
Alexey Bakhtin
|
cfa3f74931
|
8245527: LDAP Channel Binding support for Java GSS/Kerberos
Reviewed-by: dfuchs, aefimov, mullan
|
2020-09-25 07:26:54 +00:00 |
|
Aleksei Efimov
|
6a5203877e
|
8251189: com/sun/jndi/ldap/LdapDnsProviderTest.java failed due to timeout
Reviewed-by: dfuchs, vtewari
|
2020-08-12 12:01:52 +01:00 |
|
Aleksei Efimov
|
d502554467
|
8250772: Test com/sun/jndi/ldap/NamingExceptionMessageTest.java fails intermittently with javax.naming.ServiceUnavailableException
Reviewed-by: dfuchs
|
2020-08-12 11:45:18 +01:00 |
|
Aleksei Efimov
|
3f505750ed
|
8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java failing with LDAP response read timeout
Reviewed-by: dfuchs
|
2020-05-08 11:23:37 +01:00 |
|
Aleksei Efimov
|
61864c28d1
|
8062947: Fix exception message to correctly represent LDAP connection failure
Reviewed-by: dfuchs, xyin, vtewari
|
2020-05-07 19:18:22 +01:00 |
|
Roger Riggs
|
bdf672659c
|
8243010: Test support: Customizable Hex Printer
Reviewed-by: lancea, dfuchs, weijun
|
2020-04-16 15:45:37 -04:00 |
|
Chris Yin
|
7553c132d3
|
8243138: Enhance BaseLdapServer to support starttls extended request
Reviewed-by: aefimov, dfuchs
|
2020-04-23 16:36:05 +08:00 |
|
Chris Yin
|
61b03fbfa6
|
8242614: cleanup duplicated test ldap server in some com/sun/jndi/ldap/ tests
Reviewed-by: aefimov, vtewari, dfuchs
|
2020-04-22 09:44:10 +08:00 |
|
Chris Yin
|
aba017fa70
|
8214694: cleanup rawtypes warnings in open jndi tests
Reviewed-by: darcy, vtewari
|
2020-04-01 10:11:46 +08:00 |
|
Chris Yin
|
7ded8b1e30
|
8241130: com.sun.jndi.ldap.EventSupport.removeDeadNotifier: java.lang.NullPointerException
Reviewed-by: dfuchs
|
2020-03-20 10:24:46 +08:00 |
|
Chris Yin
|
599af2ac26
|
8202117: com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently: Connection reset
Reviewed-by: dfuchs, vtewari
|
2020-03-19 11:07:36 +08:00 |
|
Aleksei Efimov
|
3f259d8e3a
|
8141685: com/sun/jndi/ldap/InvalidLdapFilters.java initializes context failed
Reviewed-by: dfuchs, vtewari
|
2019-12-09 14:07:26 +00:00 |
|
Pavel Rappo
|
49a4d4b87e
|
8151678: com/sun/jndi/ldap/LdapTimeoutTest.java failed due to timeout on DeadServerNoTimeoutTest is incorrect
Reviewed-by: dfuchs, martin, robm
|
2019-09-13 11:00:07 +01:00 |
|
Chris Yin
|
af89550878
|
8217606: LdapContext#reconnect always opens a new connection
Reviewed-by: lancea, vtewari, rriggs
|
2019-08-14 11:14:54 +01:00 |
|
Rob McKenna
|
88303d1c60
|
8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
Reviewed-by: dfuchs
|
2019-04-25 05:54:54 -07:00 |
|
Rob McKenna
|
d3ccf8a0ca
|
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
Reviewed-by: alanb, dfuchs, chegar, mchung, vtewari
|
2018-11-12 08:33:59 -08:00 |
|
Chris Yin
|
46159b4d04
|
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
|
2018-09-17 13:49:55 +08:00 |
|
Xue-Lei Andrew Fan
|
87c6761704
|
8196584: TLS 1.3 Implementation
Co-authored-by: Adam Petcher <adam.petcher@oracle.com>
Co-authored-by: Amanda Jiang <amanda.jiang@oracle.com>
Co-authored-by: Anthony Scarpino <anthony.scarpino@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
Co-authored-by: John Jiang <sha.jiang@oracle.com>
Co-authored-by: Rajan Halade <rajan.halade@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: ascarpino, coffeys, dfuchs, jjiang, jnimeh, mullan, rhalade, ssahoo, valeriep, weijun, wetmore, xuelei
|
2018-06-25 13:41:39 -07:00 |
|
Chris Yin
|
d3e24d6682
|
8198931: remove java.xml.bind module dependency for com/sun/jndi tests
Reviewed-by: lancea
|
2018-03-04 18:46:07 -08:00 |
|
Chris Yin
|
bc690b263b
|
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
Reviewed-by: vtewari, rriggs
|
2018-02-13 12:26:22 +08:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|