Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 19 Jun 2012 19:11:57 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Bash completion: avoid completion for --l= if --l= is ambiguous

Now that --log-stderr has been added, --l= can be ambiguous.
In that case, don't try expansion for --l=, since john complains:

$ ./john --l=?
Unknown option: "--l=?"

As long as --list is the only option name starting with --l, I still
allow completion - even if this isn't the case for released jumbo version.

Please apply the attached patch to magnum-jumbo.

Frank

View attachment "0001-Bash-completion-avoid-completion-for-l-if-l-is-ambig.patch" of type "text/x-patch" (1057 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.