22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made it easier to override all of CC/AS/LD/CPP at once by having the last three default to $(CC).
Solar Designer
as solar
More... over 16 years ago
Added make targets: solaris-x86-64-cc, solaris-x86-64-gcc, solaris-x86-sse2-cc, solaris-x86-sse2-gcc, solaris-x86-mmx-cc, solaris-x86-mmx-gcc, solaris-x86-any-cc. Renamed solaris-x86-any to solaris-x86-any-gcc.
Solar Designer
as solar
More... over 16 years ago
Adjustments to make this source code friendly to Sun's dumb assembler (use .zero instead of .space, no braces in directives such as .align and .zero, use addition instead of multiplication by a constant).
Solar Designer
as solar
More... over 16 years ago
Adjusted the MMX-specific declarations to honor DUMBAS, just like the rest of this file does (for Sun's assembler).
Solar Designer
as solar
More... over 16 years ago
Fixed gcc 4.3.1 -Wall -W warning:
Solar Designer
as solar
More... over 16 years ago
Removed unneeded check, based on gcc 4.3.1 warning:
Solar Designer
as solar
More... over 16 years ago
Fixed harmless compiler warnings (signed integer overflow) seen with the Sun Studio 12 compiler.
Solar Designer
as solar
More... over 16 years ago
Fixed a bug with BF_X2 detection.
Solar Designer
as solar
More... over 16 years ago
Further adjustments to the macosx-* targets.
Solar Designer
as solar
More... over 16 years ago
Call these hashes "LM", not "NT LM", which was confusing.
Solar Designer
as solar
More... over 16 years ago
1.7.2.3:
Solar Designer
as solar
More... over 16 years ago
Added BF_X2.
Solar Designer
as solar
More... over 16 years ago
1.7.2.3:
Solar Designer
as solar
More... over 16 years ago
Defined the proper cmp_one().
Solar Designer
as solar
More... over 16 years ago
On get_hash[]() errors, report not only the hash table size, but also the key index for which the error occurred.
Solar Designer
as solar
More... over 16 years ago
Set BF_X2.
Solar Designer
as solar
More... over 16 years ago
Adjusted BENCH_BF_OBJS_DEPEND - we need to rebuild BF_fmt.o now that it depends on whether BF_X2 is set.
Solar Designer
as solar
More... over 16 years ago
Detect whether BF_X2 should be set.
Solar Designer
as solar
More... over 16 years ago
Optionally compute two bcrypt hashes at a time for much better performance on modern multi-issue CPUs with a sufficient number of registers (e.g., x86-64, RISC).
Solar Designer
as solar
More... over 16 years ago
Added DumbForce and KnownForce external mode samples to the default john.conf.
Solar Designer
as solar
More... over 16 years ago
1.7.2.2
Solar Designer
as solar
More... over 16 years ago
Updated the copyright years.
Solar Designer
as solar
More... over 16 years ago
Added:
Solar Designer
as solar
More... over 16 years ago
s/AMD x86-64/x86-64/
Solar Designer
as solar
More... over 16 years ago
Corrected/updated macosx-* targets, added macosx-x86-64 target.
Solar Designer
as solar
More... over 16 years ago
Converted the code to use %rip-relative addressing because "32-bit absolute addressing is not supported for x86-64" on OS X, as well as to reduce code size (by 1348 bytes).
Solar Designer
as solar
More... over 16 years ago
Added the KnownForce external mode sample - a generic implementation of exhaustive search for a partially-known password.
Solar Designer
as solar
More... almost 17 years ago
Minor optimization for the DumbForce external mode.
Solar Designer
as solar
More... almost 17 years ago
Updated the copyright years.
Solar Designer
as solar
More... almost 17 years ago
Added the DumbForce external mode sample - a generic implementation of "dumb" exhaustive search, given a range of lengths and an arbitrary charset.
Solar Designer
as solar
More... almost 17 years ago