cnauroth
|
5c900b522e
|
HADOOP-11068. Match hadoop.auth cookie format to jetty output. Contributed by Gregory Chanan.
|
2014-10-29 11:18:44 -07:00 |
|
Andrew Wang
|
2d8e6e2c4a
|
HADOOP-11151. Automatically refresh auth token and retry on auth failure. Contributed by Arun Suresh.
|
2014-10-02 19:54:57 -07:00 |
|
Alejandro Abdelnur
|
db890eef32
|
HADOOP-11017. KMS delegation token secret manager should be able to use zookeeper as store. (asuresh via tucu)
|
2014-09-20 08:21:44 -07:00 |
|
Alejandro Abdelnur
|
7e08c0f23f
|
HADOOP-10868. Addendum
|
2014-09-15 19:39:27 -07:00 |
|
Alejandro Abdelnur
|
932ae036ac
|
HADOOP-10868. AuthenticationFilter should support externalizing the secret for signing and provide rotation support. (rkanter via tucu)
|
2014-09-15 17:05:42 -07:00 |
|
Alejandro Abdelnur
|
156e6a4f8a
|
HADOOP-10911. hadoop.auth cookie after HADOOP-10710 still not proper according to RFC2109. (gchanan via tucu)
|
2014-08-29 11:23:23 -07:00 |
|
Alejandro Abdelnur
|
6d7a6766bd
|
HADOOP-10835. Implement HTTP proxyuser support in HTTP authentication client/server libraries. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-12 00:10:15 +00:00 |
|
Alejandro Abdelnur
|
be9c67930b
|
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/trunk@1616672 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 04:58:58 +00:00 |
|
Alejandro Abdelnur
|
2d7dcff6f4
|
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/trunk@1616005 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 21:21:03 +00:00 |
|
Vinod Kumar Vavilapalli
|
030580387a
|
YARN-2233. Implemented ResourceManager web-services to create, renew and cancel delegation tokens. Contributed by Varun Vasudev.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1610876 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-15 23:00:17 +00:00 |
|
Alejandro Abdelnur
|
4ac6e1d895
|
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/trunk@1606923 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-30 20:41:13 +00:00 |
|
Vinayakumar B
|
22b9a60964
|
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/trunk@1605049 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-24 10:31:07 +00:00 |
|
Alejandro Abdelnur
|
cebf3c6eec
|
HADOOP-10711. Cleanup some extra dependencies from hadoop-auth. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603643 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 21:47:40 +00:00 |
|
Haohui Mai
|
22cbcd16cb
|
HADOOP-10717. Revert r1603571.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603620 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 20:37:25 +00:00 |
|
Steve Loughran
|
bae5837d3b
|
HADOOP-10717. Missing JSP support in Jetty
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603534 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-18 17:08:45 +00:00 |
|
Chris Nauroth
|
c04a4b4227
|
HADOOP-10702. KerberosAuthenticationHandler does not log the principal names correctly. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603023 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-16 23:09:30 +00:00 |
|
Chris Nauroth
|
806f4d11f2
|
HADOOP-10602. Documentation has broken "Go Back" hyperlinks. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1598337 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-29 17:26:50 +00:00 |
|
Kihwal Lee
|
47f03bc9fe
|
HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1593362 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-08 18:26:58 +00:00 |
|
Alejandro Abdelnur
|
dca7350a36
|
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/trunk@1593105 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-07 18:20:11 +00:00 |
|
Kihwal Lee
|
295b58bb99
|
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/trunk@1590637 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-28 13:53:27 +00:00 |
|
Jing Zhao
|
3c4d44d4ce
|
HADOOP-10301. AuthenticationFilter should return Forbidden for failed authentication. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1582883 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-28 21:20:13 +00:00 |
|
Arpit Agarwal
|
109e88bf17
|
HADOOP-10394. TestAuthenticationFilter is flaky. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1576145 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-11 00:02:14 +00:00 |
|
Tsz-wo Sze
|
b7428fe63d
|
HADOOP-10393. Fix the javac warnings in hadoop-auth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1575470 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-08 02:16:01 +00:00 |
|
Haohui Mai
|
95ebf9ecc4
|
HADOOP-10379. Protect authentication cookies with the HttpOnly and Secure flags. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1574283 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-05 01:48:42 +00:00 |
|
Arpit Agarwal
|
e9f7f3624a
|
HADOOP-9982. Fix dead links in hadoop site docs. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561813 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 19:51:08 +00:00 |
|
Alejandro Abdelnur
|
fb2406a635
|
HADOOP-10193. hadoop-auth's PseudoAuthenticationHandler can consume getInputStream. (gchanan via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555955 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 18:11:38 +00:00 |
|
Jing Zhao
|
3cae2ba63f
|
HDFS-3987. Support webhdfs over HTTPS. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1543962 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-20 21:51:58 +00:00 |
|
Arpit Agarwal
|
9bb905115d
|
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/trunk@1543190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-18 22:11:11 +00:00 |
|
Alejandro Abdelnur
|
c02629f585
|
HADOOP-10078. KerberosAuthenticator always does SPNEGO. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1541720 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-13 21:11:35 +00:00 |
|
Alejandro Abdelnur
|
ffdedf6b8b
|
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/trunk@1515657 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-19 23:02:24 +00:00 |
|
Luke Lu
|
228742acad
|
HADOOP-9446. Support Kerberos SPNEGO for IBM JDK. (Yu Gao via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513687 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 23:12:20 +00:00 |
|
Suresh Srinivas
|
146ccd7b06
|
HADOOP-9553. TestAuthenticationToken fails on Windows. Contributed by Arpit Agarwal.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1480883 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-10 05:52:39 +00:00 |
|
Daryn Sharp
|
7eb7b3b723
|
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/trunk@1457763 13f79535-47bb-0310-9956-ffa450edef68
|
2013-03-18 13:46:52 +00:00 |
|
Alejandro Abdelnur
|
0b11245d34
|
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/trunk@1418429 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-07 18:46:41 +00:00 |
|
Alejandro Abdelnur
|
ec43a33e2c
|
HADOOP-8883. Anonymous fallback in KerberosAuthenticator is broken. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398895 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 17:39:27 +00:00 |
|
Suresh Srinivas
|
bfce95d463
|
HADOOP-8878. Uppercase namenode hostname causes hadoop dfs calls with webhdfs filesystem and fsck to fail when security is on. Contributed by Arpit Gupta.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1396922 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-11 06:30:40 +00:00 |
|
Eli Collins
|
a33ae4020d
|
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/trunk@1390841 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-27 05:03:42 +00:00 |
|
Thomas White
|
4e09b481e7
|
HADOOP-8278. Make sure components declare correct set of dependencies.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1373574 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-15 19:10:52 +00:00 |
|
Alejandro Abdelnur
|
b6080a93d4
|
HADOOP-8660. TestPseudoAuthenticator failing with NPE. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370812 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-08 15:32:06 +00:00 |
|
Alejandro Abdelnur
|
5383694df9
|
HADOOP-8644. AuthenticatedURL should be able to use SSLFactory. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1370045 13f79535-47bb-0310-9956-ffa450edef68
|
2012-08-06 22:22:32 +00:00 |
|
Alejandro Abdelnur
|
3dd40a70ca
|
HADOOP-8512. AuthenticatedURL should reset the Token when the server returns other than OK on authentication (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1351408 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-18 16:28:52 +00:00 |
|
Alejandro Abdelnur
|
5a2e0ee4d2
|
HADOOP-8465. hadoop-auth should support ephemeral authentication (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1349613 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-13 02:22:06 +00:00 |
|
Alejandro Abdelnur
|
22c6588623
|
HADOOP-8458. Add management hook to AuthenticationHandler to enable delegation token operations support (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1349514 13f79535-47bb-0310-9956-ffa450edef68
|
2012-06-12 20:45:57 +00:00 |
|
Harsh J
|
1fab229f30
|
HADOOP-8268. A few pom.xml across Hadoop project may fail XML validation. Contributed by Radim Kolar. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1343272 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-28 14:51:05 +00:00 |
|
Alejandro Abdelnur
|
235502d60b
|
HADOOP-8400. All commands warn 'Kerberos krb5 configuration not found' when security is not enabled. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1339298 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-16 18:19:36 +00:00 |
|
Alejandro Abdelnur
|
a7993ef5e8
|
HADOOP-8355. SPNEGO filter throws/logs exception when authentication fails (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1333746 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-04 03:13:37 +00:00 |
|
Devaraj Das
|
e3242b95b3
|
HADOOP-8346. Makes oid changes to make SPNEGO work. Was broken due to fixes introduced by the IBM JDK compatibility patch. Contributed by Devaraj Das.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1333557 13f79535-47bb-0310-9956-ffa450edef68
|
2012-05-03 17:16:44 +00:00 |
|
Alejandro Abdelnur
|
f9993b5ffb
|
HADOOP-8309. Pseudo & Kerberos AuthenticationHandler should use getType() to create token (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1329713 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-24 13:44:53 +00:00 |
|
Alejandro Abdelnur
|
90d9cab02e
|
HADOOP-8249. invalid hadoop-auth cookies should trigger authentication if info is avail before returning HTTP 401 (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1310235 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-06 08:45:36 +00:00 |
|
Alejandro Abdelnur
|
31aee4aa2a
|
HADOOP-8086. KerberosName silently sets defaultRealm to empty if the Kerberos config is not found, it should log a WARN (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1310233 13f79535-47bb-0310-9956-ffa450edef68
|
2012-04-06 08:42:37 +00:00 |
|