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 556812c179aa094c21acf610439a8d69fe6420ab)
|
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 324e5a7cf2bdb6f93e7c6fd9023817528f243dcf)
|
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 577a267198b1d745eee85d1ad9af64d4506bbd0a.
|
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 556812c179aa094c21acf610439a8d69fe6420ab)
|
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 c3793102121767c46091805eae65ef3919a5f368)
|
2017-08-22 16:53:51 -05:00 |
|
Daniel Templeton
|
1d629c95af
|
HADOOP-14666. Tests use assertTrue(....equals(...)) instead of assertEquals()
(cherry picked from commit c21c26039238f633a0d2df9670f636d026c35649)
|
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 86368cc7667adfe224df77b039c2ffe8de7f889a)
|
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 4dd6206547de8f694532579e37ba8103bafaeb12)
|
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 f5e0bd30fde654ed48fe73e5c0523030365385a4)
|
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 4c38f11cec0664b70e52f9563052dca8fb17c33f)
|
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 7b988e88992528a0cac2ca8893652c5d4a90c6b9)
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 874402a295d2f601cce43f4d4b084c02387a3b68.
|
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 9097e2efe4c92d83c8fab88dc11be84505a6cab5)
|
2016-10-13 10:54:51 -07:00 |
|
Robert Kanter
|
7bfa595679
|
HADOOP-12611. TestZKSignerSecretProvider#testMultipleInit occasionally fail (ebadger via rkanter)
(cherry picked from commit c183b9de8d072a35dcde96a20b1550981f886e86)
|
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 f6f3a447bf3b2900a2e9a0615ad9877f9310e062)
|
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 3e8099a45a4cfd4c5c0e3dce4370514cb2c90da9)
|
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 255ea45e50e102505ee61eb0ba45ea93035abe3c)
|
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 8a1dcceccea5cfe9fb0c94daa2517cd64a16b3c0)
|
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 594c70f779b277bd0b9d0a5dc98c3e9cc49b7e91)
|
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 acca149ec96f2932bebc492452a63a159de9ce47)
|
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 e7ed05e4f5b0421e93f2f2cadc5beda3d28b9911)
|
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 9a79b738c582bd84727831987b845535625d75fe)
|
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 cbd31328a61252f253aa2bcdb9cad70f7876d231)
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 d6b181c6faa56e43c9f05d2cc860a0aeb940fd90)
|
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 736eb17a796a1c1ad5f4db2c6a64f6752db7bec3)
|
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 dec8dfdfa66c37f8cc8c0900fd12f98c7529b99e)
|
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 a121fa1d39b2eb129bcc0e786d0d24c9ec0cdefc)
|
2015-10-15 16:45:08 -07:00 |
|
Steve Loughran
|
988749e6ea
|
HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel).
|
2015-09-13 14:25:06 +01:00 |
|
Xiaoyu Yao
|
a7e5a88b59
|
HADOOP-12347. Fix mismatch parameter name in javadocs of AuthToken#setMaxInactives. Contributed by Xiaoyu Yao
(cherry picked from commit caa636bf10d96ca2d4e151225fb46134ce99f9cf)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-08-21 16:41:34 -07:00 |
|
Benoy Antony
|
d84e4a90d0
|
hadoop-12050. Enable MaxInactiveInterval for hadoop http auth token. Contributed by Huizhi Lu.
(cherry picked from commit 71aedfabf39e03104c8d22456e95ef6349aae6c0)
|
2015-08-18 13:53:47 -07:00 |
|
Benoy Antony
|
aef9ab2128
|
HADOOP-12049. Control http authentication cookie persistence via configuration. Contributed by Huizhi Lu.
(cherry picked from commit a815cc157ceb24e02189634a85abed8e874568e0)
|
2015-06-24 16:41:23 -07:00 |
|
Andrew Wang
|
52ff1610cd
|
HADOOP-12037. Fix wrong classname in example configuration of hadoop-auth documentation. Contributed by Masatake Iwasaki.
(cherry picked from commit 990078b927fb1189a99055f3758a4f4f639f2a9d)
|
2015-06-01 18:05:06 -07:00 |
|
Akira Ajisaka
|
77587fe198
|
HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.
(cherry picked from commit b9cebfc0ba871beb99f634a1a8c797e143ecc6d4)
|
2015-05-12 00:31:28 +09:00 |
|