|
Message-ID: <A13A7127F1FC4A80B8C3940AE58AF287@D9VGLK61> Date: Sun, 24 Jul 2011 18:44:24 -0500 From: "JimF" <jfoug@....net> To: <john-dev@...ts.openwall.com> Subject: Re: Plugin formats "released" Not sure exactly what the differences are, but in sparc sed, the \+ did not do what we want it to do. Are there any side effects, such as: struct fmt_main XXX= { } or something like that, causing issues? In the above, there is no space between name and =, and nothing after the = char. I am not sure how sed will handle this one, in the way we have it. The one thing we have to keep in mind, is that if the fmt_*.h files are not built properly, then you get no warning what so ever. Everything builds just fine. Even on sparc, when the files were being built 0 bytes long, everything 'appeared' normal, until I ran john, and only the base formats were there. Just an FYI to keep in mind, when producing the jumbo, to make sure everthing is there, and working. Jim. ----- Original Message ----- From: "Solar Designer" <solar@...nwall.com> To: <john-dev@...ts.openwall.com> Sent: Sunday, July 24, 2011 5:42 PM Subject: Re: [john-dev] Plugin formats "released" > Jim - > > On Sun, Jul 24, 2011 at 05:15:06PM -0500, JFoug wrote: >> I was able to get this to work on sparc: >> >> sed -n 's/^\(struct fmt_main [^ ]*\) =.*/extern \1;/p' *_fmt_plug.c >> >> Yours was >> >> sed -n 's/^\(struct fmt_main [^ ]\+\) =.*/extern \1;/p' *_fmt_plug.c > > OK, I'll accept this change. Thanks! > > Alexander
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.