Differences

This shows you the differences between two versions of the page.

Link to this comparison view

john:patches_old [2010/12/23 16:42]
magnum
john:patches_old [2011/12/18 01:07] (current)
magnum
Line 1: Line 1:
 ====== !!!OLD!!! Contributed patches for John the Ripper ====== ====== !!!OLD!!! Contributed patches for John the Ripper ======
 +
 +====Incrementals for 1.7.9 Jumbo-4 ====
 +
 +^ Patch ^ Author ^ Status and Description ^
 +| {{john:​john-1.7.9:​jumbo4:​0001-External-mode-Truncate-at-format-s-max-length.patch}} | magnum | Ensures that external mode truncates candidates to format'​s max length. |
 +| {{john:​john-1.7.9:​jumbo4:​0002-NT-and-NT2-No-length-check-in-set_key.patch}} | magnum | If patch 0001 is accepted, we can drop some checks in very fast formats for a boost, like NT (NT2 already lacked them). The patch also makes the UTF-8 length checks (which are still needed) in NT and NT2 faster (and accurate)) |
 +| {{john:​john-1.7.9:​jumbo4:​0003-update-x86-ssei.h-to-match-jumbo-4-x86-sse.h.patch}} | magnum | Replicates the jumbo-4 changes in x86-ssei.h to x86-ssei.h |
 +| {{john:​john-1.7.9:​jumbo4:​0004-SSE_PARA-fixes.patch}} | magnum | More granularity (different versions of gcc, or using clang) to the SSE_PARA choices in arch.h. icc was not affected so no rebuild needed of .S files. Also fixes hmacmd5 so it handles para > 5 and changes icc target for a boost in both build time and performance. |
 +| {{john:​john-1.7.9:​jumbo4:​0005-mssql05-new-faster-set_key.patch}} | magnum | The new SSE set_key() is put in the mssql05 format. |
 +| {{john:​john-1.7.9:​jumbo4:​0006-mssql05-length-fix.patch}} | magnum | Length fix for mssql05. |
 +| {{john:​john-1.7.9:​jumbo4:​0007-mssql05-regression-fixes-for-generic-builds.patch}} | magnum | Hopefully last regression fixes for mssql05 |
 +| {{john:​john-1.7.9:​jumbo4:​0008-dynamic-non-contiguious-number-issues_BE.diff}} | JimF | Fix for BE systems which have removed a couple of dynamic formats, so the list (built in), is not contiguious. ​ Also fixes some formatting issues in dynamic from the jumbo, and uses ARCH_INDEX macro, instead of a cast to unsigned char |
 +
 +====Jumbo rebase for 1.7.9===
 +^ Patch ^ Author ^ Status and Description ^
 +| {{john:​john-1.7.9:​jumbo0:​0001-john-1.7.9-jumbo-1-1.7.8-jumbo-8-equivalent.patch.gz|}} | magnum | This is roughly equivalent of 1.7.8-jumbo8. Apply to a core 1.7.9 tree. The dynamic format will be broken after this patch, until you apply 0002. |
 +| {{john:​john-1.7.9:​jumbo0:​0002-Fixes-for-dynamic_fmt-vs.-new-MD5_std.c.patch|}} | magnum | This fixes dynamic format for new MD5_std.c |
 +| {{john:​john-1.7.9:​jumbo0:​0003-All-30-patches-originally-for-1.7.8-jumbo-8.patch.gz|}} | magnum | This is supposed to exactly match the 30 incremental patches originally for 1.7.8-jumbo-8. |
 +| {{john:​john-1.7.9:​jumbo0:​0004-All-salt_hash-functions-use-params.h-macros-for-size.patch|}} | magnum | Fixes salt_hash() for all Jumbo formats (best effort, I believe it's OK but some future tweaking may be called for) |
 +| {{john:​john-1.7.9:​jumbo0:​0005-Implement-new-binary_hash-get_hash-sizes-for-a-bunch.patch|}} | magnum | Implements new binary hash sizes for a bunch of formats. Note: In an early versions of this patch, dynamic_fmt also got the new sizes. But they both fail (on Pix formats, only) on Sparc and the largest one fails on intel. Getting #5 to work should be trivial but #6 would need to look at next word. |
 +| {{john:​john-1.7.9:​jumbo0:​0006-Sparc-fix-for-sapB.patch|}} | magnum | Sparc (alignment) fix for sapB. Turns out this was likely needed in Jumbo-7 already. |
 +| {{john:​john-1.7.9:​jumbo0:​0007-sse-intrinsics.c-typo-used-MD5-macro-in-MD4-block.patch|}} | magnum | Corrects a typo in sse-intrinsics.c |
 +| {{john:​john-1.7.9:​jumbo0:​0008-x86-ssei.h-update-to-match-x86-sse.h.patch|}} | magnum | Rebase x86-ssei.h on new x86-sse.h |
 +| {{john:​john-1.7.9:​jumbo0:​0009-Re-add-undrop-to-john.c-after-it-was-lost-during-reb.patch|}} | magnum | undrop was lost in translation |
 +| {{john:​john-1.7.9:​jumbo0:​0010-Update-relbench.pl-to-latest-version-by-Solar.patch|}} | magnum | Replace relbench.pl with latest version by Solar |
 +| {{john:​john-1.7.9:​jumbo0:​0011-vc-cygwin-fixes.diff}} | JimF | Patch needed for cygwin-x86-any to run without core dumping, and fix for VC build |
 +| {{john:​john-1.7.9:​jumbo0:​0012-md5-sse2i-strlen-bug.diff}} | JimF | MD5 was crashing on SSE2i builds. ​ This was due to the buffer not being initialized like it was (now it is dynamic alloc). This was causing a strlen() to walk off the end of the buffer |
 +| {{john:​john-1.7.9:​jumbo0:​0013-Bartavelle-s-mdfourmmx-added.patch}} | magnum | Adds Bartavelle'​s asm functions for mmx/sse2 MD4 as posted [[http://​www.openwall.com/​lists/​john-users/​2005/​05/​15/​8|here]]. I had to add a pusha at top and a popa at bottom in order to get it working. That was just a guess after looking at mdfivemmx, there are possibly some minor fixes needed (preferably by someone who actually knows assembler). Having said that, this works like a champ on linux 32-bit builds. |
 +| {{john:​john-1.7.9:​jumbo0:​0014-raw-md4-tweaks-new-faster-set_key.patch}} | magnum | Adds mmx/sse asm support for Raw-MD4, but more importantly boosts the intrinsics a lot too by using a new highly optimised "​32-bit"​ set_key() insired by NT_fmt. The secret seems to be to avoid GETPOS. |
 +| {{john:​john-1.7.9:​jumbo0:​0015-Alternate-NT-format-using-Bartavelle-s-functions.patch}} | magnum | This adds an experimental,​ alternative NT format using Bartavelle'​s mdfourmmx or intrinsics. It is currently a tad slower than Alain'​s NT format on most builds but it seems it beats it on sse2i. I'm not really wanting to replace Alain'​s format, this is mostly meant as a benchmark. Maybe we should put it in unused/ for reference? |
 +| {{john:​john-1.7.9:​jumbo0:​0016-raw-MD5-thick-50-faster-than-dynamic.patch}} | magnum | This adds a temporary, thick, raw-md5 format that is 50% faster than dynamic_0 (depending on build of course) because of a highly optimised set_key(). I'm hoping we can use this just as a benchmark, and get dynamic_fmt up to similar speeds. That day, we'll just ditch this thick one (again!) |
 +| {{john:​john-1.7.9:​jumbo0:​0017-md4-sse-patch-VC.diff}} | JimF | This patch corrects issues with VC builds, on magnum'​s new-modified formats. ​ Also adds the VC marshalling functions to md4-mmx.S and md4.h, so that it can be built properly to be used by VC for mmx and sse2, just like MD5 and SHA1. \\ This provides portability fixes to patches 0013, 0014, 0015, 0016. Some of those patches tried to add VC, port, but was not done correctly. |
 +| {{john:​john-1.7.9:​jumbo0:​0018-VC-more-patches.diff|}} | JimF | 2nd Patch for VC compatibility. ​ VC builds is a joint task using MinGW32 to build some of the asm stuff (x86.o, md5(md4,​sha1)-mmx.S,​ x86-mmx.S and x86-sse.S). ​ One change in patch 0017 was a problem. Also removed many #ifdef _MSC_VER, within the arch.h files |
 +| {{john:​john-1.7.9:​jumbo0:​0019-Dynamic-alloc-of-MKPC-arrays-for-mskrb5-net-lm-mscha.patch}} | magnum | Dynamic memory allocation for the hungriest formats. Reduces BSS size by an order of magnitude. [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​28/​1|Discussion.]] |
 +| {{john:​john-1.7.9:​jumbo0:​0020-Raw-SHA-SHA0-added.patch}} | magnum | Vanilla SHA0 format, using OpenSSL. |
 +| {{john:​john-1.7.9:​jumbo0:​0021-nsldap-set_key-speedup.patch}} | magnum | Implements the faster vector version of set_key() in NSLDAP. |
 +| {{john:​john-1.7.9:​jumbo0:​0022-A-couple-more-dump_stuff-functions-for-debugging.patch}} | magnum | A couple debugging functions. |
 +| {{john:​john-1.7.9:​jumbo0:​0023-Dynamic-alloc-other-fmts.diff}} | JimF | Dynamic alloc for 3 other formats (cash1, crc, XSHA512). ​ Those were the others listed in Solars email about .bss getting out of hand in OMP builds. |
 +| {{john:​john-1.7.9:​jumbo0:​0024-Dynamic-alloc-fmt-memset-patches.diff}} | JimF | This patch memsets the allocated blocks to NULL bytes, to '​simulate'​ static buffer allocation. ​ Many formats were failing without this, because of making assumptions that the buffer starts out with null byte data. |
 +| {{john:​john-1.7.9:​jumbo0:​0025-nsldap-fix-for-non-simd-builds.patch}} | magnum | Regression fix for nsldap. |
 +| {{john:​john-1.7.9:​jumbo0:​0026-Dynamic-calloc-fmt-statics.diff}} | JimF | Rework of the .bss to dynamic memory alloc in the larger formats (patches 0019 to 0024). ​  A new function created in memory.c ​ mem_calloc_tiny() which works like mem_alloc_tiny,​ but performs a memset to null bytes. ​ Also fixed bugs (alignment bugs), in patch 0023 |
 +| {{john:​john-1.7.9:​jumbo0:​0027-crc32-cap-OMP-num-threads-at-4-and-dynamically-alloc.patch}} | magnum | Dynamically allocate crc32 buffers for actual number of threads, and cap its number of threads at 4 (does not scale past that anyway). Also includes fixes to bench.c so it reports the capping. |
 +| {{john:​john-1.7.9:​jumbo0:​0028-mscash1-dynamic-alloc.patch}} | magnum | mscash1, only allocate buffer size that is actually used. |
 +| {{john:​john-1.7.9:​jumbo0:​0029-nsldap-regression-and-performance-fixes.patch}} | magnum | Hopefully the last regression fixes for nsldap... but Windows builds may need tweaking |
 +| {{john:​john-1.7.9:​jumbo0:​0030-rawmd5-thick-simplification-optimizations.diff}} | JimF | Changed raw-md5-thin from 48 byte pw's to 55 byte. \\ Changed raw-md5-thick to have 55 byte pw (from 54 bytes). ​ Reduced most differences between PARA_MD5 and non-PARA. ​ In non-PARA, we pre-set the length, and then call the function that does not set length. ​ This was about a 3% speedup (32 bit md5-mmx.S builds). ​ Using this as a test case to reduce differences between the intrinsic and non-intrinsic. ​ In the end, there should be little or no differences. |
 +| {{john:​john-1.7.9:​jumbo0:​0031-hmac-md5-SSE2-fixes-2.diff}} | JimF | hmac-md5 was broken for SSE2, since the change magnum did switching from get-salt to salt for the processing. ​ The '​total_len'​ var was not being set any more. Now, we have again removed '​some'​ of the PARA vs non-PARA changes. ​ We set the length when building the salt, and then re-pull that length right before doing the 2nd MD5, thus getting proper length. |
 +| {{john:​john-1.7.9:​jumbo0:​0032-build-change-fixing-core-issues-in-cygwin.diff}} | JimF | cygwin is causing strange cores (I can not explain them), in john. I have had to have john.c compiled with -O0 for a while. ​ It causes no problems anywhere, since optimizations in the john.o do not impact any '​real'​ performance. |
 +| {{john:​john-1.7.9:​jumbo0:​0033-nsldap-tweaks.diff}} | JimF | Fix for MSVC new '​SWAP'​ macro. ​ BSWAP is available on any 486 CPU or better, magnum had it requiring SSE2. Also switched many unsigned int* to be ARCH_WORD_32* pointers. ​ Also simplified the hashing functions. |
 +| {{john:​john-1.7.9:​jumbo0:​0034-NT2-format-truncation-bugfix-for-non-SSE-builds.patch}} | magnum | NT2 format, truncation fix for non-SSE builds |
 +| {{john:​john-1.7.9:​jumbo0:​0035-dynamic-fast-keyloading-and-7hashes.diff}} | JimF | 2 changes to dynamic. ​ First, faster keyloading, for raw-md5 type formats, md5($p), md5(md5($p)),​ etc, and raw sha1.  Code taken from changes to nsldap and raw-md5thick. ​ Also, a new intrinsic swapping function added (bswap instruction on many Intel platforms). \\ 2nd change is going from 5 to 7 hashing functions, which improves performance for LARGE numbers of candidates. ​ There were some issues on pix format, since each limb in pix did not have enough bits to work properly on the 7th hash level, so these formats never get to that level. ​ This gets the patch 0004-hash-size working properly for this format. |
 +| {{john:​john-1.7.9:​jumbo0:​0036-nsldap-hash-table-sizes-and-use-of-johnswap.h.patch}} | magnum | New hash table sizes for nsldap |
 +| {{john:​john-1.7.9:​jumbo0:​0037-salted-sha1-new-faster-set_key.patch}} | magnum | New faster set_key() for salted-sha1 format |
 +| {{john:​john-1.7.9:​jumbo0:​0038-NT2-more-profiling-tweaks.patch}} | magnum | NT2 format, more profiling tweaks. I just can't get it as fast as NT except for 32-bit sse2i builds (but that one is 24% faster!). It is not really a fair fight though, as NT is reversing steps while intrinsics does not. Oh, and this patch also renames NT2_fmt(...) to nt2_fmt so the old format gets higher precedence. |
 +| {{john:​john-1.7.9:​jumbo0:​0039-crypt-MD5-allocate-SSE-buffers-dynamically.patch}} | magnum | Crypt-MD5, dynamic allocation of the SSE out buffer too. And drop the imposed limit on max number of OMP threads. |
 +| {{john:​john-1.7.9:​jumbo0:​0040-mscash2-dynamic-allocation.patch}} | magnum | mscash2 (DCC2), dynamic allocation of buffers, and drop the imposed limit on max number of OMP threads. |
 +| {{john:​john-1.7.9:​jumbo0:​0041-Make-debug-functions-accept-any-data-type.patch}} | magnum | SSE debug functions tweaks |
 +| {{john:​john-1.7.9:​jumbo0:​0042-mscash2-enable-OMP-for-generic-builds.patch}} | magnum | Enable OMP for generic builds of mscash2 |
 +| {{john:​john-1.7.9:​jumbo0:​0043-dynamic-salt-rewrite.diff}} | JimF | Extension and recoding of the dynamic format'​s salt handling. ​ Now, all salt data ownership, and comparisions are done within the format. ​ Also, the format now '​normalizes'​ the salt data to an internal format. This is due to no constraints being put on the salt format, thus the same salt data could be written in multiple ways.  Also included is the HEX$ code written form 1.7.8 jumbo by Didier Arenzana. ​ The code in this patch is now run within the salt() function, and not the get_salt() function. ​ Also, within valid, we do some salt length validations. This now properly takes into account HEX$ fields. ​ Also the HEX$ fields, are done in salt, salt2, username, and all F[x] fields, IF they are present. ​   The format structure name, which was still md5-gen, has been renamed dynamic. ​ \\ \\ This code reduces the memory footprint to most salted dynamics some (since the format is smart enough to only store the right amount of data). ​ Also, loading of many salted hashes is much faster, and runtime can be up to a few percentage faster. All '​hard'​ logic for salting has been moved into the salt() function. ​ The set_salt() function now only sets pointers and '​lengths'​. ​ It is much quicker. \\ The data which john stores as a salt from dynamic, is simply a pointer. ​ It will always be 4 or 8 bytes (32 bit build, 64 bit build). |
 +| {{john:​john-1.7.9:​jumbo0:​0044-Didier-Arenzana-s-radius2john.pl-and-dynamic-formats.patch}} | Didier Arenzana \\ (added here by magnum) | Didier Arenzana'​s radius2john.pl and dynamic formats. See [[Using-john-to-crack-RADIUS-shared-secrets]] and [[http://​www.openwall.com/​lists/​john-dev/​2011/​12/​06/​2|announcement]]. |
 +| {{john:​john-1.7.9:​jumbo0:​0045-Bugfix-for-dynamic_fmt-after-0043.patch}} | magnum | Bugfix for dynamic_fmt after 0043. Thin formats'​ salt pointers ended up sized as the SALT_SIZE they reported. This made PHPS segfault on 64-bit. |
 +| {{john:​john-1.7.9:​jumbo0:​0046-johnswap-fix.diff}} | JimF | Patch to johnswap.h, for systems which are not linux, VC, or gcc 4.3+.  Also was a double define in dynamic.c for this situation |
 +| {{john:​john-1.7.9:​jumbo0:​0047-MSSQL05-BE-fix.diff}} | JimF | MSSql 05 was broken on BE systems, for '​encoded'​ data (utf8, cp1252, etc).  This removes LE/BE differences,​ and now it works. ​ Not sure why this was there. ​ Code was left, and simply commented out. |
 +| {{john:​john-1.7.9:​jumbo0:​0048-Dynamic-HEX-and-other-fixes.diff}} | JimF | $HEX$ fully validated, for all salt values, and has length of salt correctly processed. \\ dynamic_27/​28 commented out on BE builds. ​ \\ Format fixed, so that the preload array does not have to be contigious (dyna_29 valid, but 27/28 are not on BE systems). \\ Removed a few warnings, here and there in the format. |
 +| {{john:​john-1.7.9:​jumbo0:​0049-NTv2-BE-port.diff}} | JimF | the new NTv2 format was broken on BE systems. ​ The patch is ugly, but #defines should only cause this code to be compiled only if being built on a Big Endian machine |
 +
 +====Numbered Patches after john-1.7.8-jumbo-8,​ which are intended to make jumbo-9 (or later jumbo)====
 +
 +NOTE, these patches are designed to be installed, in numeric order. ​ To get to the bleeding edge latest version of john, start at john-1.7.8-jumbo8,​ and apply patches 0001-* 0002-*, etc, following any specific instructions,​ until all patches have been applied. ​ At times, a patch may be '​optional',​ and if so, should be listed as such, within the information written about the patch.
 +
 +^ Patch ^ Author ^ Status and Description ^
 +|{{john:​john-1.7.8:​jumbo8:​0001-j8_dynamic_spacechanges.diff}}| JimF |Status: added 2011-11-09. Removed the spaced from the '​dynamic-preload'​ strings, and not in code.  Code reverted back to original form. |
 +|{{john:​john-1.7.8:​jumbo8:​0002-j8-Corrects-truncation-in-dynamic-fmt-for-any-builds.patch}}| magnum | Status: added 2011-11-09. Fixes a truncation problem in dynamic format for non-SSE/MMX builds with UTF-8 input. With this patch, jumbo-8 passes all of Test Suite for linux-x86-32-any target. |
 +|{{john:​john-1.7.8:​jumbo8:​0003-j8-sapG-use-signed-int-in-loop-variable-for-OpenMP-2.patch}}| magnum | Status: added 2011-11-09. Trivial fix for allowing building with older OMP versions ([[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​09/​7|discussion]]) |
 +|{{john:​john-1.7.8:​jumbo8:​0004-j8-Intrinsics-usage-tweaks.patch}}| magnum | Status: added 2011-11-09. Adds a 32-bit version of the pre-compiled intrinsics code and enables its use for all sse2i targets. [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​09/​13|Discussion]]. This patch also implements [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​09/​5|this related change for crypt-MD5]] |
 +|{{john:​john-1.7.8:​jumbo8:​0005-j8-sse-intrisics-asm-win32-fixes.diff}}| JimF |Status: added 2011-11-10. Perl script added to '​fix'​ the 32-bit pre-compiled intrinsics code to be built under Win32 Cygwin (and hopefully MinGW). A new perl script in the run dir, and some Makefile tweaks. \\ NOTE after the patch, run this command: ​ __chmod +x run/​sse2i_winfix.pl__ |
 +|{{john:​john-1.7.8:​jumbo8:​0006-j8-Added-missing-BF-in-c3_fmt-subformat-list.patch}}| magnum | Status: added 2011-11-10. Cosmetic, adds BF to the list of subformats for generic crypt |
 +|{{john:​john-1.7.8:​jumbo8:​0007-j8-Further-revisions-of-pre-built-intrinsics.patch}}| magnum | Status: added 2011-11-11. Unified pre-built intrinsics |
 +|{{john:​john-1.7.8:​jumbo8:​0008-j8-fixes-for-relbench-for-non-realtime-systems.diff}}| JimF | Status: added 2011-11-11. For systems which only print a single time (vs printing real: ss virtual ss), the new relbench.pl did not parse properly. ​ That is now fixed. ​ It works on my Win32 builds at least. |
 +|{{john:​john-1.7.8:​jumbo8:​0009-j8-intrinsics-fixes.diff.gz}}| JimF | Status: added 2011-11-11. Another update to the intrinsic .S code. This one names sse-intrinsic.S into sse-intrinsic-64.S,​ so that dependency on sse-intrinsic.o will always use sse-intrinsic.c and sse-intrinsic-64.o will always use sse-intrinsic-64.S |
 +|{{john:​john-1.7.8:​jumbo8:​0010-j8-pix-md5-thin.diff}}| JimF | Status: added 2011-11-11. pix-md5 using '​thin'​ format into $dynamic_19$ to allow SSE intrisics to be utilized. |
 +|{{john:​john-1.7.8:​jumbo8:​0011-j8-pot-prepare-null-string-bug.diff}}| JimF | Status: added 2011-11-11. The prepare call at .pot load time, required some null char* bulletproofing. |
 +|{{john:​john-1.7.8:​jumbo8:​0012-j8-intrinsics-for-mssql-formats.patch}} | magnum | Status: added 2011-11-12. Adds intrinsics for MSSQL and MSSQL05 for a nice boost. |
 +|{{john:​john-1.7.8:​jumbo8:​0013-j8-refuse-to-parse-badly-formed-NETNTLMv2-as-v1.patch}} | magnum | Status: added 2011-11-12. Refuse to load [[http://​www.openwall.com/​lists/​john-users/​2011/​11/​11/​7|badly formed NTLMv2 hashes]] as LMv1 or NTLMv1 |
 +|{{john:​john-1.7.8:​jumbo8:​0014-j8-revert-bad-XSHA512-fix-from-0011.patch}} | magnum | Status: added 2011-11-12. Revert bogus fix for XSHA512 in patch 11. A proper test was already in there, and the added one broke it. |
 +|{{john:​john-1.7.8:​jumbo8:​0015-j8-Fixes-bogus-use-of-SHA1_N_STR-in-a-couple-formats.patch}}| magnum | Status: added 2011-11-12. Fix cosmetical bugs in three formats, [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​12/​5|discussion]] |
 +|{{john:​john-1.7.8:​jumbo8:​0016-j8-Added-a-bunch-of-new-experimental-make-targets.patch|}}| magnum | Status: added 2011-11-12. Adds a bunch of new make targets for intrinsics and/or pre-built dito, completely untested. |
 +|{{john:​john-1.7.8:​jumbo8:​0017-j8-intrinsics-for-mysql-sha1.patch}}| magnum | Status: added 2011-11-14. Adds intrinsics for mysql-SHA1. |
 +|{{john:​john-1.7.8:​jumbo8:​0018-j8-Drop-another-unused-variable-from-dynamic_n.patch}} | magnum | Status: added 2011-11-14. Drop an unused variable from dynamic format, getting rid of compiler warnings. |
 +|{{john:​john-1.7.8:​jumbo8:​0019-j8-mssql-formats-regression-fix.patch}} | magnum | Status: added 2011-11-14. Regression fix for mssql formats. |
 +|{{john:​john-1.7.8:​jumbo8:​0020-j8-Unify-algorithm-name-MMX-SSE2-SSE2i.patch}} | magnum | Status: added 2011-11-14. Unify "​algorithm"​ names (MMX, SSE2, SSE2i) so it's clear and consistent. |
 +|{{john:​john-1.7.8:​jumbo8:​0021-j8-update-x86-ssei.h-to-match-x86-sse.h.patch}} | magnum | Status: added 2011-11-14. Updates x86-ssei.h so it matches jumbo-8 x86-sse.h (cosmetic, and only affects AVX/XOP) |
 +|{{john:​john-1.7.8:​jumbo8:​0022-j8-Shorten-Makefile-target-list.patch}}| magnum | Status: added 2011-11-15. Reduces Makefile target list with 10 lines by using the format '​linux-x86-64[i]'​ where "[i] is an optional letter for pre-built intrinsics"​. The output is still 78 lines though :) |
 +|{{john:​john-1.7.8:​jumbo8:​0023-j8-New-NSLDAP-format.patch}}| magnum | Status: added 2011-11-15. Replaces NSLDAP_fmt with nsldap_fmt which is based on raw-sha1 and thus has intrinsics. Moves old NSLDAP format as well as NSLDAPS (ssha) and OPENLDAPS (openssha) to unused (the two latter are [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​15/​1|replaced with the salted-sha format]]). |
 +|{{john:​john-1.7.8:​jumbo8:​0024-j8-Add-dynamic_26-tag-to-raw-sha1.patch}}| magnum | Status: added 2011-11-15. Adds a $dynamic_26$ tag to raw-sha1 format. [[http://​www.openwall.com/​lists/​john-dev/​2011/​11/​15/​1|Discussion]]. This tag was already selected for the dynamic (a.k.a md5_gen) version of this format. |
 +|{{john:​john-1.7.8:​jumbo8:​0025-j8-Correct-Cygwin-align-bug-workaround.patch}}| magnum | Status: added 2011-11-16. Corrects a couple of Cygwin align bug workarounds that I previously screwed up due to a misunderstanding of the problem. |
 +|{{john:​john-1.7.8:​jumbo8:​0026-j8-sse2-intrisic-multiblock-md45-1.patch}} | JimF | Status: added 2011-11-16. Fixes multi block MD4/5 in sse-intrisics.c ​ NOTE, MD4 was not tested (but did not break existing use in raw-md4). ​ MD5 has been (in hmacMD5 format). |
 +|{{john:​john-1.7.8:​jumbo8:​0027-j8-hmacMD5-SSE2i.patch}} | JimF | Status: added 2011-11-16. Adds SSE2i to hmacMD5 format. \\ **NOTE**, this depends on patch 26, and for "​pre-built intrinsic"​ builds, you also need patch 28. |
 +|{{john:​john-1.7.8:​jumbo8:​0028-j8-Pre-built-intrinsics-.S-file-rebuilt-for-patch-00.patch|0028-j8-Pre-built-intrinsics-.S-file-rebuilt-for-patch-26.patch}}| magnum | Status: added 2011-11-16. Pre-built intrinsics .S files rebuilt for patch 26. |
 +|{{john:​john-1.7.8:​jumbo8:​0029-j8-64-bit-fixes-for-hmac-md5.patch}}| magnum | Status: added 2011-11-16. 64-bit fixes for hmac-md5. |
 +|{{john:​john-1.7.8:​jumbo8:​0030-j8-hmac-md5-25-speedup.patch}}| magnum | Status: added 2011-11-17. Another 25% speedup for hmac-md5. Valgrind profiling showed that we were spending ages in set_salt(), so the nasty parts was moved to get_salt() where it belongs. \\ Also includes regression fixes (non-MMX/​SSE failed to build after patch 27). |
 +
 +
  
 NOTE, '​current'​ patches are found at [[patches]] ​  These are '​old'​ patches. ​ Kept here for history. These were released on the Wiki, and when outdated by v2 (or replacement) diffs, the old stuff should be dropped here. NOTE, '​current'​ patches are found at [[patches]] ​  These are '​old'​ patches. ​ Kept here for history. These were released on the Wiki, and when outdated by v2 (or replacement) diffs, the old stuff should be dropped here.
john/patches_old.txt ยท Last modified: 2011/12/18 01:07 by magnum
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate to DokuWiki Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by OpenVZ Powered by Openwall GNU/*/Linux