Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 02 Jan 2014 02:25:50 +0100
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Implementing --list=format-tests (help needed for
 --encoding=...)

On 2014-01-02 00:57, magnum wrote:
> On 2014-01-02 00:07, Frank Dittrich wrote:
>> But with fmt_init and fmt_done, I get a problem whenever I want to see
>> the tests for --format=phpass (or any format specification that includes
>> phpass):
>>
>> $ ./john --list=format-tests --form=phpass
>> Error, trying to link to $dynamic_17$ using
>> ciphertext=$dynamic_17$jgypwqm.JsMssPLiS8YQ00$9aaaaaSXB FAILED
>> $ echo $?
>> 107
>
> Strange. I'll have a look at it later unless you nail it. Do the other
> thin formats work fine? Eg. pix-md5 or formspring.

Fixed in 8e896a6. The problem was a call to atoi64() which doesn't work 
properly until after common_init(). So I moved common_init() to before 
listconf_parse_late().

I also committed your patch.

magnum


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.