Aaron T. Myers
|
d698ed1d6f
|
HADOOP-11187 NameNode - KMS communication fails after a long period of inactivity. Contributed by Arun Suresh.
(cherry picked from commit d593035d50e9997f31ddd67275b6e68504f9ca3c)
|
2014-11-05 18:17:43 -08:00 |
Aaron T. Myers
|
e96f0c6aae
|
HADOOP-11272. Allow ZKSignerSecretProvider and ZKDelegationTokenSecretManager to use the same curator client. Contributed by Arun Suresh.
(cherry picked from commit 8a261e68e4 )
|
2014-11-05 17:47:49 -08:00 |
cnauroth
|
b4446cb370
|
HADOOP-11068. Match hadoop.auth cookie format to jetty output. Contributed by Gregory Chanan.
(cherry picked from commit 5c900b522e )
|
2014-10-29 11:21:37 -07:00 |
Andrew Wang
|
9ebff016c2
|
HADOOP-11151. Automatically refresh auth token and retry on auth failure. Contributed by Arun Suresh.
(cherry picked from commit 2d8e6e2c4a )
|
2014-10-02 19:59:56 -07:00 |
Alejandro Abdelnur
|
897ced1a20
|
HADOOP-11017. KMS delegation token secret manager should be able to use zookeeper as store. (asuresh via tucu)
(cherry picked from commit db890eef32 )
Conflicts:
hadoop-project/pom.xml
|
2014-09-20 08:24:34 -07:00 |
Alejandro Abdelnur
|
1023196cea
|
HADOOP-10868. Addendum
|
2014-09-15 19:39:12 -07:00 |
Alejandro Abdelnur
|
e59f6771e8
|
HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)
|
2014-09-15 17:10:43 -07:00 |
Alejandro Abdelnur
|
54202383a9
|
HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu)
(cherry picked from commit 6040810df82669f140033d3c6366892640798671)
Conflicts:
hadoop-project/pom.xml
|
2014-08-29 11:23:14 -07:00 |
Alejandro Abdelnur
|
ff6ef4a430
|
HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1617385 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 00:11:55 +00:00 |
Alejandro Abdelnur
|
481ac00c65
|
HADOOP-10771. Refactor HTTP delegation support out of httpfs to common, PART 2. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1616674 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 05:01:12 +00:00 |
Alejandro Abdelnur
|
891d93bbcf
|
HADOOP-10791. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1616006 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 21:25:22 +00:00 |
Vinod Kumar Vavilapalli
|
9463cbd1ec
|
YARN-2233. Implemented ResourceManager web-services to create, renew and cancel delegation tokens. Contributed by Varun Vasudev.
svn merge --ignore-ancestry -c 1610876 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1610877 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 23:00:48 +00:00 |
Karthik Kambatla
|
9133e3142c
|
Preparing for 2.6.0 development. Updated versions.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1607541 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-03 06:11:57 +00:00 |
Alejandro Abdelnur
|
959f5ae65c
|
HADOOP-10710. hadoop.auth cookie is not properly constructed according to RFC2109. (Juan Yu via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1606925 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-30 20:42:40 +00:00 |
Vinayakumar B
|
8c19ff9192
|
Merged revision(s) 1605049 from hadoop/common/trunk:
HADOOP-10665. Make Hadoop Authentication Handler loads case in-sensitive (Contributed by Benoy Antony)
........
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1605050 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-24 10:32:53 +00:00 |
Alejandro Abdelnur
|
602d3dd926
|
HADOOP-10711. Cleanup some extra dependencies from hadoop-auth. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1603645 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 21:50:49 +00:00 |
Chris Nauroth
|
ecfea82647
|
HADOOP-10702. Merging change r1603023 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1603024 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-16 23:11:34 +00:00 |
Chris Nauroth
|
7895ecccac
|
HADOOP-10602. Merging change r1598337 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1598338 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-29 17:33:10 +00:00 |
Kihwal Lee
|
76bfc73cc9
|
svn merge -c 1593362 merging from trunk to branch-2 to fix:HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1593363 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-08 18:28:22 +00:00 |
Alejandro Abdelnur
|
2d683525d2
|
HADOOP-10566. Add toLowerCase support to auth_to_local rules for service name. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1593106 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-07 18:22:12 +00:00 |
Kihwal Lee
|
7746dbe28c
|
svn merge -c 1590637 merging from trunk to branch-2 to fix:HADOOP-10322. Add ability to read principal names from a keytab. Contributed by Benoy Antony and Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1590639 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-28 13:54:48 +00:00 |
Jing Zhao
|
0da50f6074
|
HADOOP-10301. Merge r1582883 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582884 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 21:22:39 +00:00 |
Arpit Agarwal
|
bb7e14902b
|
HADOOP-10394. Merging r1576145 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1576146 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 00:03:11 +00:00 |
Tsz-wo Sze
|
325f94b36a
|
svn merge -c 1575470 from trunk for HADOOP-10393. Fix the javac warnings in hadoop-auth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1575471 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 02:19:12 +00:00 |
Haohui Mai
|
4cc5a8dbdb
|
Merge r1574283 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1574284 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 01:50:28 +00:00 |
Arun Murthy
|
1ccccb8534
|
Branching for hadoop-2.4 releases, also set version to 2.5.0-SNAPSHOT in branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1569186 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 04:41:01 +00:00 |
Arpit Agarwal
|
bca2735ffa
|
HADOOP-9982. Merge r1561813 from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1561815 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 19:53:26 +00:00 |
Konstantin Boudnik
|
e3774a41b7
|
HADOOP-10110. hadoop-auth has a build break due to missing dependency. Contributed by Chuan Liu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1559927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 05:55:32 +00:00 |
Alejandro Abdelnur
|
c1d92ca03e
|
HADOOP-10193. hadoop-auth's PseudoAuthenticationHandler can consume getInputStream. (gchanan via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1555957 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 18:14:14 +00:00 |
Arun Murthy
|
439a690ad1
|
Setting version to 2.4.0-SNAPSHOT in branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1547165 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 19:40:42 +00:00 |
Jing Zhao
|
7e10509fe4
|
HDFS-3987. Merge change r1543962 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1543967 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-20 22:00:32 +00:00 |
Arpit Agarwal
|
2966ba01cf
|
HADOOP-10110. Merging change r1543190 from trunk to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1543196 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-18 22:17:41 +00:00 |
Alejandro Abdelnur
|
0c220f30b3
|
HADOOP-10078. KerberosAuthenticator always does SPNEGO. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1541721 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-13 21:13:18 +00:00 |
Tsz-wo Sze
|
95c4570eb1
|
HADOOP-9899. Remove the debug message, added by HADOOP-8855, from KerberosAuthenticator.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1516745 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-23 08:40:15 +00:00 |
Alejandro Abdelnur
|
32bdd011ef
|
HADOOP-9866. convert hadoop-auth testcases requiring kerberos to use minikdc. (ywskycn via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1515658 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-19 23:04:23 +00:00 |
Luke Lu
|
8a7cec29fe
|
HADOOP-9446. Support Kerberos SPNEGO for IBM JDK. (Yu Gao via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1513688 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 23:13:07 +00:00 |
Arun Murthy
|
83c776c85d
|
Set version in branch-2 to 2.3.0-SNAPSHOT to reflect that we will only be adding new content to hadoop-2.3.0 and not hadoop-2.2.0.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1504744 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 01:35:34 +00:00 |
Arun Murthy
|
27ed92a3fb
|
Set version in branch-2 to 2.2.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1489479 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-04 15:34:52 +00:00 |
Konstantin Boudnik
|
6e0b55c5b7
|
Setting artifact versions to 2.1.0-SNAPSHOT to refrecl recent release of 2,0.5-alpha
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1488586 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-01 20:06:41 +00:00 |
Arun Murthy
|
91a676fc41
|
Setting version in branch-2 to be 2.0.5-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1466320 13f79535-47bb-0310-9956-ffa450edef68
|
2013-04-10 03:16:30 +00:00 |
Daryn Sharp
|
8e2098fd2f
|
svn merge -c 1457763 FIXES: HADOOP-9299. kerberos name resolution is kicking in even when kerberos is not configured (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1457770 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 14:05:09 +00:00 |
Arun Murthy
|
196341fc09
|
Setting version to 2.0.4-SNAPSHOT in branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1442956 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-06 13:23:45 +00:00 |
Alejandro Abdelnur
|
3ff00d4aaa
|
HADOOP-9054. Add AuthenticationHandler that uses Kerberos but allows for an alternate form of authentication for browsers. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1418432 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-07 18:49:32 +00:00 |
Alejandro Abdelnur
|
4b27351435
|
HADOOP-8883. Anonymous fallback in KerberosAuthenticator is broken. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1398897 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 17:43:54 +00:00 |
Suresh Srinivas
|
b14cec5cc1
|
HADOOP-8878. Merge change 1396922 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1396923 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-11 06:33:33 +00:00 |
Eli Collins
|
1e1591788d
|
HADOOP-8855. SSL-based image transfer does not work when Kerberos is disabled. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1390843 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-27 05:08:06 +00:00 |
Arun Murthy
|
f403be7569
|
Set version in branch-2 to 2.0.3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1382809 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-10 12:57:48 +00:00 |
Thomas White
|
15b9897255
|
Merge -r 1373573:1373574 from trunk to branch-2. Fixes: HADOOP-8278 - Make sure components declare correct set of dependencies
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1373594 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 19:28:51 +00:00 |
Alejandro Abdelnur
|
221e491f5d
|
Merge -r 1370811:1370812 from trunk to branch. FIXES: HADOOP-8660
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1370815 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 15:43:26 +00:00 |
Alejandro Abdelnur
|
80f8a6f8a3
|
Merge -r 1370044:1370045 from trunk to branch. FIXES: HADOOP-8644
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1370050 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 22:39:15 +00:00 |