Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql.

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


codesite-noreply at google

May 23, 2009, 1:54 PM

Post #1 of 10 (1186 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql.

Status: New
Owner: ----

New issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

I've created a patch for validator_mysql. The patch changes the
use_md5_passwd option to
passwd_hash which can be set to 'none', 'md5' or 'sha1' (new), because I
needed sha1 (my existing
setup uses sha1 and it's difficult to switch back to md5).
I also modified the necessary cherokee-admin sources.



Attachments:
passwd_hash.patch 5.8 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

May 23, 2009, 1:58 PM

Post #2 of 10 (1136 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Updates:
Status: Accepted
Labels: Type-Enhancement Priority-Medium Component-Logic Usability

Comment #1 on issue 477 by ste...@konink.de: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

May 24, 2009, 12:51 PM

Post #3 of 10 (1132 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #2 on issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

This change should also be added to the documentation. I would be willing
to do that, if somebody explained
what would be the best manner to do so (is there an svn checkout for the
documentation for example?).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

May 26, 2009, 12:02 AM

Post #4 of 10 (1132 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Updates:
Status: Started
Owner: alobbs

Comment #3 on issue 477 by alobbs: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

Frank,
The documentation is also in the repository:
http://svn.cherokee-project.com/browser/cherokee/trunk/doc

You can get a working copy with:
svn co svn://cherokee-project.com/cherokee/trunk cherokee-trunk

The documentation is written in plain text files (using the asciidoc
format), and that's compiled into html just by
executing `make'. Please, don't hesitate to send any patch you think that'd
be interesting to apply to the
documentation.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

May 26, 2009, 12:35 AM

Post #5 of 10 (1127 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #4 on issue 477 by alobbs: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

First step: http://svn.cherokee-project.com/changeset/3261

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Jun 8, 2009, 12:44 PM

Post #6 of 10 (1092 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #5 on issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

Will you add the rest after I write the updated documentation or after a
release? I'm currently quite busy because
of examinations and stuf...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Jun 18, 2009, 7:33 AM

Post #7 of 10 (1050 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #6 on issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

Here is the documentation patch. Anything stopping this from inclusion?

Attachments:
passwd_hash_doc.patch 906 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Jun 18, 2009, 7:37 AM

Post #8 of 10 (1039 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #7 on issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

Btw, I didn't know how to put a , in a table definition in asciidoc
(escaping like \, didn't work), so you might want
to add that in between __sha1__ and __md5__

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Jul 1, 2009, 6:49 AM

Post #9 of 10 (990 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Updates:
Status: Fixed

Comment #8 on issue 477 by alobbs: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

It's committed now:

http://svn.cherokee-project.com/changeset/3408

Thank you Frank. Good stuff!! :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Jul 1, 2009, 10:37 AM

Post #10 of 10 (992 views)
Permalink
Issue 477 in cherokee: [PATCH] Also support sha1 with validator_mysql. [In reply to]

Comment #9 on issue 477 by frankgroeneveld: [PATCH] Also support sha1 with
validator_mysql.
http://code.google.com/p/cherokee/issues/detail?id=477

Great, thanks!!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.