Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 29 May 2014 18:48:02 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: autoconf and --list=build-info

Without autoconf, the build target was part of john's usage output and
of the --list=build-info output.

Now we have:

$ ./john |head -n 3
John the Ripper password cracker, version 1.8.0.2-bleeding-jumbo_omp
[64-bit AVX-autoconf]
Copyright (c) 1996-2013 by Solar Designer and others
Homepage: http://www.openwall.com/john/

 $ ./john --list=build-info
Version: 1.8.0.2-bleeding-jumbo OMP
Build: 64-bit AVX-autoconf
Arch: 64-bit LE
$JOHN is ./
Format interface version: 12
Max. number of reported tunable costs: 2
Rec file version: REC4
Charset file version: CHR3
CHARSET_MIN: 1 (0x01)
CHARSET_MAX: 255 (0xff)
CHARSET_LENGTH: 24
Max. Markov mode level: 400
Max. Markov mode password length: 30
Compiler version: 4.8.2 20131212 (Red Hat 4.8.2-7)
gcc version: 4.8.2
OpenSSL library version: 01000105f
OpenSSL 1.0.1e-fips 11 Feb 2013
GMP library version: 5.1.2
NSS library version: 3.16.1 Basic ECC
NSPR library version: 4.10.5
fseek(): fseek
ftell(): ftell
memmem(): System's


So it is harder to tell which OS is used.
Is there any generic way to add OS information to --list=build-info output?


Frank

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.