Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 03 Apr 2012 23:58:00 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: JtR: GPU for slow hashes

On 04/03/2012 09:03 PM, Solar Designer wrote:
> magnum - please merge the added copyright and license statement in
> PBKDF2.cl from Sayantan's latest patch into magnum-jumbo.

Done.

> Sayantan - please do a git pull and generate further patches (for your
> further changes) against then-latest revisions of magnum-jumbo.

Yes please, I appreciate not having to merge stuff. When you're at it
I'd appreciate if you could mute the warnings as well:

opencl_MSCASH2_fmt.c: In function ‘crypt_all’:
opencl_MSCASH2_fmt.c:346:47: warning: pointer targets in passing
argument 1 of ‘DCC’ differ in signedness [-Wpointer-sign]
opencl_MSCASH2_fmt.c:201:6: note: expected ‘unsigned char *’ but
argument is of type ‘char *’
opencl_MSCASH2_fmt.c:346:47: warning: pointer targets in passing
argument 2 of ‘DCC’ differ in signedness [-Wpointer-sign]
opencl_MSCASH2_fmt.c:201:6: note: expected ‘unsigned char *’ but
argument is of type ‘char *’
opencl_MSCASH2_fmt.c:346:47: warning: pointer targets in passing
argument 4 of ‘DCC’ differ in signedness [-Wpointer-sign]
opencl_MSCASH2_fmt.c:201:6: note: expected ‘unsigned char *’ but
argument is of type ‘char *’
opencl_MSCASH2_fmt.c:358:3: warning: pointer targets in passing argument
2 of ‘strcat’ differ in signedness [-Wpointer-sign]
/usr/include/x86_64-linux-gnu/bits/string3.h:142:1: note: expected
‘const char * __restrict__’ but argument is of type ‘unsigned char *’

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.