Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 29 Jun 2015 13:34:33 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: Re: more robustness

On 06/29/2015 05:44 AM, Kai Zhao wrote:
> Do you mean that I should add a line in
> options.c::opt_print_hidden_usage() ?
> 
> Such as:
> 
> void opt_print_hidden_usage(void)
> {
>         puts("--help print usage summary, just like running the command");
>         ...
>         puts("--stress-test[=TIME]      loop self tests forever");
>         puts("--fuzz[= DICTFILE]        fuzz formats prepare(), valid()
> and split()");

Yes, that'll be OK for now.
If we add document --fuzz, that line chan be adjusted to refer to
doc/OPTIONS or some other doc.
But I'm not sure we want --fuzz to be used by end users or just by
developers.
May be for JTR_RELEASE_BUILD the --fuzz option gets disabled, I don't know.

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.