You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stu Hood (JIRA)" <ji...@apache.org> on 2010/08/31 03:07:52 UTC

[jira] Created: (CASSANDRA-1447) SimpleAuthenticator MD5 support

SimpleAuthenticator MD5 support
-------------------------------

                 Key: CASSANDRA-1447
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
             Project: Cassandra
          Issue Type: Bug
            Reporter: Stu Hood
            Priority: Minor
             Fix For: 0.7.0


...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Nirmal Ranganathan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nirmal Ranganathan updated CASSANDRA-1447:
------------------------------------------

    Attachment: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stu Hood
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1447.
---------------------------------------

    Resolution: Fixed

done for 0.6.6 too

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.6.6, 0.7 beta 2
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-1447:
-----------------------------------------

    Assignee: Jon Hermes

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stu Hood
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1447:
--------------------------------------

    Fix Version/s: 0.7 beta 2
                       (was: 0.7.0)
         Reviewer: jbellis  (was: urandom)

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Stu Hood (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907055#action_12907055 ] 

Stu Hood commented on CASSANDRA-1447:
-------------------------------------

>From Peter Nerg on CASSANDRA-1474:
{quote}
When running the SimpleAuthenticator in MD5 mode it will try to compare the plain text password with a MD5 digest from the passwd.properties file.
However the password in the property file is already a MD5 digest thus it's now digested twice.
Code snippet
"
case MD5:
authenticated = MessageDigest.isEqual(password.getBytes(), MessageDigest.getInstance("MD5").digest(props.getProperty(username).getBytes()));
break;
"
{quote}

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stu Hood
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1447:
--------------------------------------

    Reviewer: urandom  (was: eevans)

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914966#action_12914966 ] 

Hudson commented on CASSANDRA-1447:
-----------------------------------

Integrated in Cassandra #547 (See [https://hudson.apache.org/hudson/job/Cassandra/547/])
    fix SimpleAuthenticator MD5 support
patch by Nirmal Ranganathan; reviewed by jbellis for CASSANDRA-1447


> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1447:
--------------------------------------

    Fix Version/s: 0.6.6

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.6.6, 0.7 beta 2
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Nirmal Ranganathan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nirmal Ranganathan reassigned CASSANDRA-1447:
---------------------------------------------

    Assignee: Nirmal Ranganathan  (was: Jon Hermes)

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1447:
--------------------------------------

    Component/s: Core
       Reviewer: eevans

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (CASSANDRA-1447) SimpleAuthenticator MD5 support

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reopened CASSANDRA-1447:
---------------------------------------


re-opening for backport to 0.6

> SimpleAuthenticator MD5 support
> -------------------------------
>
>                 Key: CASSANDRA-1447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Nirmal Ranganathan
>            Priority: Minor
>             Fix For: 0.6.6, 0.7 beta 2
>
>         Attachments: 0001-Fixed-MD5-support-in-SimpleAuthenticator.patch
>
>
> ...is broken, or not working as expected. Needs a look before 0.7.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.