22
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved linux-mic's -no-opt-prefetch to main CFLAGS as it also improves bcrypt performance from 6280 to 6330 c/s on our 5110P.
Solar Designer
as solar
More... about 9 years ago
Use icc's -no-opt-prefetch option when building DES_bs_b.c for MIC as the prefetch instructions appeared to hurt performance in testing on 5110P. This change improves performance for 240 threads on 5110P from:
Solar Designer
as solar
More... about 9 years ago
Added linux-mic make target for Intel MIC (first generation Xeon Phi, aka Knights Corner), along with use of 512-bit SIMD intrinsics for bitslice DES.
Solar Designer
as solar
More... about 9 years ago
1.8.0.4: - 3x interleaving for bcrypt on x86-64, except in AVX-enabled builds. Provides significant speedup on Core 2 CPUs. - Recognize the $2b$ bcrypt prefix.
Solar Designer
as solar
More... about 9 years ago
Recognize the $2b$ prefix
Solar Designer
as solar
More... about 9 years ago
Updated the copyright years
Solar Designer
as solar
More... about 9 years ago
Limit the 3x interleaving for bcrypt to non-AVX builds
Solar Designer
as solar
More... about 9 years ago
3x interleaving for bcrypt on x86-64. Provides significant speedup on Core 2.
Solar Designer
as solar
More... about 9 years ago
Recognize the $2b$ prefix
Solar Designer
as solar
More... about 9 years ago
1.8.0.3:
Solar Designer
as solar
More... about 9 years ago
Added CC_CACHE_ALIGN to the declaration of DES_bs_all in the non-OpenMP case, per advice from Richard Biener in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51017#c11 and @sevenps tweeting "Different alignments in definition and declaration is undefined behavior (C11, alignas)"
Solar Designer
as solar
More... about 9 years ago
Fixed the most recent bugfix: compare against &dummy_format, not dummy_format
Solar Designer
as solar
More... almost 11 years ago
1.8.0.2: - Fixed a bug where "Warning: no OpenMP support for this hash type" could be printed in "--stdout" mode.
Solar Designer
as solar
More... almost 11 years ago
Added two more 64-bit NEON build modes (disabled by default)
Solar Designer
as solar
More... almost 11 years ago
1.8.0.1: - Added linux-arm32le and linux-arm32le-neon make targets (the latter makes use of NEON for bitslice DES)
Solar Designer
as solar
More... almost 11 years ago
Added linux-arm32le-neon make target, which makes use of NEON for bitslice DES
Solar Designer
as solar
More... almost 11 years ago
Added linux-arm32le make target
Solar Designer
as solar
More... almost 11 years ago
1.8.0
Solar Designer
as solar
More... almost 11 years ago
Made [List.External:Keyboard] 8-bit ready
Solar Designer
as solar
More... almost 11 years ago
In the external mode compiler, treat character literals as unsigned
Solar Designer
as solar
More... almost 11 years ago
Added a comment that [List.External:Parallel] has been obsoleted by the "--node" option
Solar Designer
as solar
More... almost 11 years ago
Relaxed the license for many source files to cut-down BSD
Solar Designer
as solar
More... almost 11 years ago
Attempt to fix build failures on recent PowerPC/AltiVec systems (both Linux and Mac OS X), as reported by multiple people: http://www.openwall.com/lists/john-dev/2013/05/16/8
Solar Designer
as solar
More... almost 11 years ago
1.7.9.15: - In incremental mode charset file generation, revised and tuned the estimated cracks calculation based on actual testing. - Revised the pre-defined incremental modes, as well as external mode filters that are used to generate .chr files. - Added makechr, a script to (re-)generate the .chr files. - Updated the documentation. - Relaxed the license for many source files to cut-down BSD. - Relaxed the license for John the Ripper as a whole from GPLv2 (exact version) to GPLv2 or newer with optional OpenSSL and unRAR exceptions.
Solar Designer
as solar
More... almost 11 years ago
Extended the GPL exception to unRAR
Solar Designer
as solar
More... almost 11 years ago
Added a GPL exception similar to Nmap's to permit linking with OpenSSL
Solar Designer
as solar
More... almost 11 years ago
Added a copy of GNU GPLv2, relaxed the license for John the Ripper as a whole from GPLv2 to "GPLv2 or later"
Solar Designer
as solar
More... almost 11 years ago
Re-worded to avoid the e-mail signature style specification of the e-mail address. (We're getting rid of all the trailing space characters, whereas the signature contained a deliberate one.)
Solar Designer
as solar
More... almost 11 years ago
Adjusted the wording about relaxed terms for certain components now that so many are available under relaxed terms that it is pointless to list them here
Solar Designer
as solar
More... almost 11 years ago
Relaxed the license for john.conf to cut-down BSD
Solar Designer
as solar
More... almost 11 years ago