Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  news  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Password Recovery Resources on the Net
[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Mon, 9 Jan 2006 23:29:27 +0000 (UTC)
From:  Radim Horak <yesbody@...nam.cz>
To: john-users@...ts.openwall.com
Subject:  Re: john improvement suggestions - vc compilation test

Phantom <phantom_otw@...> writes:

> 
> I am really a noob with code...how did you remove cygwin check in bench.c?
> 

original hint from Solar Designer:
http://article.gmane.org/gmane.comp.security.openwall.john.user/294

in file bench.c

replace/edit this 1 line:
---------------
#if !defined(__DJGPP__) && !defined(__CYGWIN32__) && !defined(__BEOS__)
---------------

with:
---------------
#if !defined(__DJGPP__) && !defined(__BEOS__)
---------------

then recompile (make clean win32-cygwin-x86-mmx)

-Radim

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux