Made it easier to override all of CC/AS/LD/CPP at once by having the last three default to $(CC). |
|
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. |
|
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). |
|
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). |
|
More...
|
over 16 years ago
|
Fixed gcc 4.3.1 -Wall -W warning: |
|
More...
|
over 16 years ago
|
Removed unneeded check, based on gcc 4.3.1 warning: |
|
More...
|
over 16 years ago
|
Fixed harmless compiler warnings (signed integer overflow) seen with the Sun Studio 12 compiler. |
|
More...
|
over 16 years ago
|
Fixed a bug with BF_X2 detection. |
|
More...
|
over 16 years ago
|
Further adjustments to the macosx-* targets. |
|
More...
|
over 16 years ago
|
Call these hashes "LM", not "NT LM", which was confusing. |
|
More...
|
over 16 years ago
|
1.7.2.3: |
|
More...
|
over 16 years ago
|
Added BF_X2. |
|
More...
|
over 16 years ago
|
1.7.2.3: |
|
More...
|
over 16 years ago
|
Defined the proper cmp_one(). |
|
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. |
|
More...
|
over 16 years ago
|
Set BF_X2. |
|
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. |
|
More...
|
over 16 years ago
|
Detect whether BF_X2 should be set. |
|
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). |
|
More...
|
over 16 years ago
|
Added DumbForce and KnownForce external mode samples to the default john.conf. |
|
More...
|
over 16 years ago
|
1.7.2.2 |
|
More...
|
over 16 years ago
|
Updated the copyright years. |
|
More...
|
over 16 years ago
|
Added: |
|
More...
|
over 16 years ago
|
s/AMD x86-64/x86-64/ |
|
More...
|
over 16 years ago
|
Corrected/updated macosx-* targets, added macosx-x86-64 target. |
|
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). |
|
More...
|
over 16 years ago
|
Added the KnownForce external mode sample - a generic implementation of exhaustive search for a partially-known password. |
|
More...
|
almost 17 years ago
|
Minor optimization for the DumbForce external mode. |
|
More...
|
almost 17 years ago
|
Updated the copyright years. |
|
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. |
|
More...
|
almost 17 years ago
|