Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Jun 2012 19:08:56 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: add --list=format-all-details (was: committed patches)

On 06/25/2012 06:09 PM, magnum wrote:
> edc863f add --list=format-all-details (Frank Dittrich)

A minor flaw has been introduced here:

$ ./john --list=?
subformats, inc-modes, rules, externals, ext-filters, ext-filters-only,
ext-modes, build-info, hidden-options, encodings, formats, format-details,
format-all-details,
<conf section name>

Should have been this instead:

$ ./john --list=?
subformats, inc-modes, rules, externals, ext-filters, ext-filters-only,
ext-modes, build-info, hidden-options, encodings, formats, format-details,
format-all-details, <conf section name>

(No trailing space at the end of a line, no unnecessary new-line.)

Attached patch fixes this.

Frank

View attachment "0001-Fix-list-output-new-line-trailing-space.patch" of type "text/x-patch" (1077 bytes)

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.