22
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
State that this list "is assumed to be in the public domain"
Solar Designer
as solar
More... over 11 years ago
Added warranty disclaimer
Solar Designer
as solar
More... over 11 years ago
Relaxed the license for many source files to cut-down BSD
Solar Designer
as solar
More... over 11 years ago
Added fallback to cut-down BSD license
Solar Designer
as solar
More... over 11 years ago
Moved two Q&As to the "new users" section
Solar Designer
as solar
More... over 11 years ago
Updates for the new speed metrics
Solar Designer
as solar
More... over 11 years ago
Updated the parallel processing answer to refer to --fork and --node
Solar Designer
as solar
More... over 11 years ago
Added two paragraphs on there being no communication between the nodes and fork'ed processes
Solar Designer
as solar
More... over 11 years ago
Documented the makechr script
Solar Designer
as solar
More... over 11 years ago
List 'q' before Ctrl-C in the help message, because 'q' is friendly to AMD APP SDK and AMD GPU drivers, whereas Ctrl-C is not. This is relevant in -jumbo.
Solar Designer
as solar
More... over 11 years ago
Documented the 'q' key
Solar Designer
as solar
More... over 11 years ago
Revised the wordlist rule example to use the "A" command instead of appending two characters one by one
Solar Designer
as solar
More... over 11 years ago
Update for new pre-defined incremental modes
Solar Designer
as solar
More... over 11 years ago
Changed the default incremental mode names to ASCII and LM_ASCII
Solar Designer
as solar
More... over 11 years ago
Added a script to (re-)generate all .chr files at once
Solar Designer
as solar
More... over 11 years ago
Placed this script under cut-down BSD license
Solar Designer
as solar
More... over 11 years ago
Revised pre-defined incremental modes, as well as external mode filters that are used to generate .chr files
Solar Designer
as solar
More... over 11 years ago
Moved the "warned" variable declaration out of the parallel region because with gcc 4.2.0 through 4.5.x default(none) applied even to static variables declared inside the parallel region (making them inaccessible).
Solar Designer
as solar
More... over 11 years ago
Revised and tuned the estimated cracks calculation based on actual testing
Solar Designer
as solar
More... over 11 years ago
Allow AVX/XOP also with compilers other than GCC when OpenMP is enabled (since DES_bs_all is aligned by non-GCC-specific means when OpenMP is enabled).
Solar Designer
as solar
More... over 11 years ago
Documented --fork, made minor edits to the description of --node
Solar Designer
as solar
More... over 11 years ago
Documented --node
Solar Designer
as solar
More... over 11 years ago
In --salts, call the argument N (not COUNT) for consistency with new John's usage output
Solar Designer
as solar
More... over 11 years ago
List --save-memory before --format, just like we do in John's usage output
Solar Designer
as solar
More... over 11 years ago
New format names
Solar Designer
as solar
More... over 11 years ago
Moved RULES_ERROR_* and the comments on rules_errors[], rules_errno, rules_line, and rules_check() from rules.h to rules.c.
Solar Designer
as solar
More... over 11 years ago
Re-introduced exporting of itoa64[] due to its use in jumbo
Solar Designer
as solar
More... over 11 years ago
Declare rules_errors[], rules_errno, rules_line, and rules_check() static. Their non-use from outside of rules.c was spotted by Alexander Cherepanov.
Solar Designer
as solar
More... over 11 years ago
Dropped fmt_default_valid(). Its non-use was spotted by Alexander Cherepanov.
Solar Designer
as solar
More... over 11 years ago
Declared itoa64[] static. Its non-use from outside of common.c was spotted by Alexander Cherepanov.
Solar Designer
as solar
More... over 11 years ago