Akira Ajisaka
|
f207d9e620
|
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin. Contributed by Ahmed Hussein.
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.
|
2021-03-29 09:44:28 +09:00 |
Renukaprasad C
|
7c83923192
|
HADOOP-17510. Hadoop prints sensitive Cookie information. (#2673)
(cherry picked from commit 924fa87010 )
(cherry picked from commit 9951ea9fa8 )
|
2021-02-24 17:34:45 +08:00 |
Masatake Iwasaki
|
f4e0c14fe9
|
Preparing for 2.10.2 development
|
2020-09-13 14:33:36 +09:00 |
Akira Ajisaka
|
3969327077
|
HADOOP-12940. Fix warnings from Spotbugs in hadoop-common.
Conflicts:
hadoop-common-project/hadoop-common/dev-support/findbugsExcludeFile.xml
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/erasurecode/ECSchema.java
|
2020-07-10 13:38:08 +09:00 |
Jonathan Hung
|
d74f64aa99
|
Setting version to 2.10.1-SNAPSHOT after branch-2 to branch-2.10 rename
|
2019-12-09 11:49:59 -08:00 |
Jonathan Hung
|
108127238b
|
Preparing for 2.11.0 development
|
2019-10-15 10:01:45 -07:00 |
Takanobu Asanuma
|
e3d4f6bfed
|
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2019-05-29 17:41:21 +09:00 |
Akira Ajisaka
|
cea1b0000c
|
HADOOP-16323. https everywhere in Maven settings.
|
2019-05-27 15:28:54 +09:00 |
Steve Loughran
|
a3470c65d8
|
HADOOP-15959. Revert "HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple"
|
2018-11-30 11:33:19 +00:00 |
Ray Chiang
|
eeb731307f
|
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
(cherry picked from commit 556812c179 )
|
2018-02-22 18:08:52 +05:30 |
Robert Kanter
|
14f5797eff
|
HADOOP-15235. Authentication Tokens should use HMAC instead of MAC (rkanter)
(cherry picked from commit 324e5a7cf2 )
|
2018-02-20 17:25:12 -08:00 |
Kihwal Lee
|
56b950d777
|
Revert "HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)"
This reverts commit 577a267198 .
|
2018-02-14 15:20:45 -06:00 |
Ray Chiang
|
577a267198
|
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
(cherry picked from commit 556812c179 )
|
2018-02-14 00:07:09 +05:30 |
Arun Suresh
|
71a55bebfb
|
Preparing for 2.10.0 development
|
2017-10-31 12:51:14 -07:00 |
Jason Lowe
|
45c1f8ac8e
|
HADOOP-14687. AuthenticatedURL will reuse bad/expired session cookies. Contributed by Daryn Sharp
(cherry picked from commit c379310212 )
|
2017-08-22 16:53:51 -05:00 |
Daniel Templeton
|
1d629c95af
|
HADOOP-14666. Tests use assertTrue(....equals(...)) instead of assertEquals()
(cherry picked from commit c21c260392 )
|
2017-07-19 14:01:10 -07:00 |
Kihwal Lee
|
0719345909
|
Addendum for HADOOP-14146. Use commons Base64 instead of jdk8 Base64.
|
2017-06-23 13:26:29 -05:00 |
Kihwal Lee
|
4c6184b41c
|
Addendum for HADOOP-14146 jdk7 support.
|
2017-06-23 09:57:51 -05:00 |
Daryn Sharp
|
d4115d71b5
|
HADOOP-14146. KerberosAuthenticationHandler should authenticate with SPN in AP-REQ. Contributed by Daryn Sharp
|
2017-06-21 11:05:12 -05:00 |
Daniel Templeton
|
6d7e847cfc
|
HADOOP-14310. RolloverSignerSecretProvider.LOG should be @VisibleForTesting
(Contributed by Arun Shanmugam Kumar via Daniel Templeton)
(cherry picked from commit 86368cc766 )
|
2017-06-12 09:56:35 -07:00 |
Xiao Chen
|
ffaf24e308
|
HADOOP-13174. Add more debug logs for delegation tokens and authentication.
(cherry picked from commit 4a56bde6ba1f72588a25cd96acc76089706cb786)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticationHandler.java
|
2017-06-08 21:34:09 -07:00 |
Sunil G
|
ec346d6377
|
YARN-6584. Correct license headers in hadoop-common, hdfs, yarn and mapreduce. Contributed by Yeliang Cang.
|
2017-05-23 07:57:36 +05:30 |
Daniel Templeton
|
f20aa38a1d
|
HADOOP-14246. Authentication Tokens should use SecureRandom instead of Random and 256 bit secrets
(Conttributed by Robert Konter via Daniel Templeton)
(cherry picked from commit 4dd6206547 )
|
2017-04-12 11:19:53 -07:00 |
Xiaoyu Yao
|
85083567be
|
HADOOP-13890. Maintain HTTP/host as SPNEGO SPN support and fix KerberosName parsing. Contributed by Xiaoyu Yao.
(cherry picked from commit f5e0bd30fd )
|
2016-12-14 13:59:24 -08:00 |
Xiaoyu Yao
|
48853c7319
|
HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao.
(cherry picked from commit 4c38f11cec )
|
2016-12-09 21:38:14 -08:00 |
Andrew Wang
|
6bd600eef2
|
HADOOP-13861. Spelling errors in logging and exceptions for code. Contributed by Grant Sohn.
(cherry picked from commit 7b988e8899 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/util/GF256.java
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/KDiag.java
|
2016-12-05 23:21:03 -08:00 |
Xiaoyu Yao
|
9628f3da93
|
Revert "HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao."
This reverts commit 874402a295 .
|
2016-11-04 16:06:20 -07:00 |
Benoy Antony
|
b913b62aaf
|
HADOOP-12082. Support multiple authentication schemes via AuthenticationFilter. Contributed by Hrishikesh Gadre.
|
2016-10-25 08:30:02 -07:00 |
Xiaoyu Yao
|
874402a295
|
HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao.
(cherry picked from commit 9097e2efe4 )
|
2016-10-13 10:54:51 -07:00 |
Robert Kanter
|
7bfa595679
|
HADOOP-12611. TestZKSignerSecretProvider#testMultipleInit occasionally fail (ebadger via rkanter)
(cherry picked from commit c183b9de8d )
|
2016-10-07 09:37:17 -07:00 |
Wei-Chiu Chuang
|
031d5f6c5b
|
HADOOP-13580. If user is unauthorized, log "unauthorized" instead of "Invalid signed text:". Contributed by Wei-Chiu Chuang.
(cherry picked from commit f6f3a447bf )
|
2016-09-16 14:53:50 -07:00 |
Zhe Zhang
|
00ff3d737c
|
HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen.
(cherry picked from commit 3e8099a45a )
|
2016-08-11 11:32:54 -07:00 |
Chris Nauroth
|
df2ed6b2c4
|
HADOOP-13422. ZKDelegationTokenSecretManager JaasConfig does not work well with other ZK users in process. Contributed by Sergey Shelukhin.
(cherry picked from commit 255ea45e50 )
|
2016-07-26 15:33:30 -07:00 |
Akira Ajisaka
|
035eea4d12
|
HADOOP-13213. Small Documentation bug with AuthenticatedURL in hadoop-auth. Contributed by Tom Ellis.
This closes #97.
(cherry picked from commit 8a1dccecce )
|
2016-06-11 03:33:19 +09:00 |
Steve Loughran
|
092b199741
|
HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple. (Bolke de Bruin via stevel).
|
2016-05-10 21:33:11 +01:00 |
Steve Loughran
|
8d11a771b3
|
HADOOP-13026 Should not wrap IOExceptions into a AuthenticationException in KerberosAuthenticator. Xuan Gong via stevel
|
2016-04-15 17:43:52 +01:00 |
Andrew Wang
|
2f983b161f
|
HADOOP-12951. Improve documentation on KMS ACLs and delegation tokens. Contributed by Xiao Chen.
(cherry picked from commit 594c70f779 )
|
2016-04-07 23:50:36 -07:00 |
Akira Ajisaka
|
b4fbc22688
|
HADOOP-12902. JavaDocs for SignerSecretProvider are out-of-date in AuthenticationFilter. Contributed by Gabor Liptak.
(cherry picked from commit acca149ec9 )
|
2016-03-31 16:05:51 +09:00 |
Benoy Antony
|
4dd02f9484
|
HADOOP-12929. JWTRedirectAuthenticationHandler must accommodate null expiration time. Contributed by Larry McCay.
(cherry picked from commit e7ed05e4f5 )
|
2016-03-21 13:21:54 -07:00 |
Li Lu
|
92125e6057
|
HADOOP-12906. AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException. (Steve Loughran via gtcarrera9)
(cherry-picked from commit 9a79b738c5 )
|
2016-03-10 11:39:44 -08:00 |
Masatake Iwasaki
|
722182fdfb
|
HADOOP-12470. In-page TOC of documentation should be automatically generated by doxia macro (iwasakims)
(cherry picked from commit cbd31328a6 )
Conflicts:
hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
|
2016-03-04 14:12:44 +09:00 |
cnauroth
|
92e49cdd04
|
HADOOP-12716. KerberosAuthenticator#doSpnegoSequence use incorrect class to determine isKeyTab in JDK8. Contributed by Xiaoyu Yao.
(cherry picked from commit d6b181c6fa )
|
2016-02-24 14:05:55 -08:00 |
Akira Ajisaka
|
4edd7bd820
|
HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 736eb17a79 )
|
2016-01-25 13:48:28 +09:00 |
Benoy Antony
|
4e5f77b7f5
|
HADOOP-12587. Hadoop AuthToken refuses to work without a maxinactive attribute in issued token. (Benoy Antony)
(cherry picked from commit dec8dfdfa6 )
|
2016-01-09 13:43:15 -08:00 |
mattf
|
472541291b
|
HADOOP-12617. SPNEGO authentication request to non-default realm gets default realm name inserted in target server principal. (mattf)
|
2015-12-08 17:35:25 -08:00 |
Vinod Kumar Vavilapalli
|
b20e77eba3
|
Preparing for 2.9.0 development: mvn versions:set -DnewVersion=2.9.0
|
2015-11-25 17:47:22 -08:00 |
Haohui Mai
|
def7490b29
|
HADOOP-12181. Fix intermittent test failure of TestZKSignerSecretProvider. Contributed by Masatake Iwasaki.
|
2015-11-22 16:56:22 -08:00 |
Sangjin Lee
|
7802248c23
|
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)
|
2015-11-08 17:46:37 -08:00 |
Steve Loughran
|
10932aad29
|
HADOOP-11628. SPNEGO auth does not work with CNAMEs in JDK8. (Daryn Sharp via stevel).
|
2015-10-18 11:45:11 +01:00 |
cnauroth
|
6774a1732a
|
HADOOP-12481. JWTRedirectAuthenticationHandler doesn't Retain Original Query String. Contributed by Larry McCay.
(cherry picked from commit a121fa1d39 )
|
2015-10-15 16:45:08 -07:00 |