Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 15 May 2012 20:22:44 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Fwd: bash auto-completion for john

On 05/15/2012 07:50 PM, magnum wrote:
> I'm not sure I understand the reason for the problem. Was this with core John? I did test a system-wide install, but it was Jumbo-5. No problem there.

It is with magnumripper-magnum-jumbo-143fbde.

I just changed

#define JOHN_SYSTEMWIDE                 0
to
#define JOHN_SYSTEMWIDE                 1
if (options.listconf && !strcasecmp(options.listconf, "?"))
{
...
}
and
in params.h.


May be you can reproduce the problem if you delete or rename any
john.conf files in your
System-wide home: /usr/share/john
and
Private home: ~/.john

Moving the blocks

	if (options.listconf && !strcasecmp(options.listconf, "?"))
	{
...
	}
and
        if (options.listconf && !strcasecmp(options.listconf,
"hidden-options"))
	{
...
	}

before

		path_init(argv);

and block

	if (options.listconf && !strcasecmp(options.listconf, "build-info"))
	{
...
	}

immediately after

		path_init(argv);

solves this problem for me.

If, for some reason, you can't reproduce the error, then I'll try to
find out what kind of stupid error I made.

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.