openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Openwall - John the Ripper
Settings
|
Report Duplicate
22
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 27 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Moved the code paths taken on error to the very end of rules_apply() (via uses of goto) such that they don't pollute the cache and such that the conditional branches are more likely predicted as not-taken by default (assuming the logic that backward branches are predicted as taken and forward ones as not-taken).
Solar Designer
as solar
More...
about 15 years ago
Two new commands: append/prepend string.
Solar Designer
as solar
More...
about 15 years ago
A further optimization to the truncate command, eliminating the strlen().
Solar Designer
as solar
More...
about 15 years ago
1.7.3.5:
Solar Designer
as solar
More...
about 15 years ago
In 32-bit x86 targets for Mac OS X, specify -m32 explicitly. According to user reports, this is needed on 10.6 and is harmless on 10.5.
Solar Designer
as solar
More...
about 15 years ago
Cache/update the current length of "in" in a local variable across multiple rule commands.
Solar Designer
as solar
More...
about 15 years ago
Combined the lists of changes between 1.7.3.1 and 1.7.3.4 into one (versions 1.7.3.2 and 1.7.3.3 were never released separately from Owl).
Solar Designer
as solar
More...
over 15 years ago
Validate the restored pass number (must be 0 to 3).
Solar Designer
as solar
More...
over 15 years ago
Made rec_format_error()'s determination of errno relevance a little bit more reliable (but further improvement is still needed).
Solar Designer
as solar
More...
over 15 years ago
Fixed a pexit() call in recovery.c: rec_format_error() to build with -Wformat -Werror=format-security, although there was no real issue with the current code (the corresponding argument to rec_format_error() was a string literal on all calls to that function). This was independently discovered and reported by Dmitry V. Levin and Guillaume Rousse.
Solar Designer
as solar
More...
over 15 years ago
Section .note.GNU-stack has been added to all assembly files to avoid the stack area unnecessarily being made executable on Linux systems that use this mechanism.
Solar Designer
as solar
More...
over 15 years ago
In DumbForce, explicitly NUL-terminate word[] when switching to a new length.
Solar Designer
as solar
More...
over 15 years ago
1.7.3.3:
Solar Designer
as solar
More...
over 15 years ago
The --test option will now take an optional argument - the duration of each benchmark in seconds.
Solar Designer
as solar
More...
over 15 years ago
If multiple tests are run and any fail, print a summary line at the end (this was originally introduced in the jumbo patch).
Solar Designer
as solar
More...
over 15 years ago
Documented the changes in 1.7.3.2 so far.
Solar Designer
as solar
More...
over 15 years ago
Set the version to 1.7.3.2 (to reflect the minor changes made elsewhere).
Solar Designer
as solar
More...
over 15 years ago
Fix off-by-one header->version overflow. The overflow itself is harmless, but fresh gcc in fortified mode complains, so the overflow is removed to satisfy the modern requirements, as well as to be safe in case of major re-arrangements to the charset_header structure.
Dmitry V. Levin
as ldv
More...
over 15 years ago
1.7.3.1:
Solar Designer
as solar
More...
over 16 years ago
Merged in some generic changes from JtR Pro.
Solar Designer
as solar
More...
over 16 years ago
Merged in some generic changes from JtR Pro:
Solar Designer
as solar
More...
over 16 years ago
Merge from JtR Pro - s/force ciphertext format/force hash type/
Solar Designer
as solar
More...
over 16 years ago
Mac OS X assembler doesn't recognize .zero, so revert to using .space on everything but Solaris (use "#ifdef __sun").
Solar Designer
as solar
More...
over 16 years ago
Documented the addition of linux-ia64 between versions 1.7.2 and 1.7.3.
Solar Designer
as solar
More...
over 16 years ago
1.7.3:
Solar Designer
as solar
More...
over 16 years ago
Disabled BF_X2 on RISC archs for now, based on testing on Alpha 21164PC, UltraSparc IIi, and PA-RISC 7100LC, with gcc 2.95.2, 2.95.3, 3.3.3, 3.4.5 (on different of these systems), where BF_X2 happened to hurt performance (in all cases, except with otherwise non-optimal compiler flags). Apparently, gcc fails to exploit the added parallelism well. It is also possible that there's sufficient parallelism in just one instance of Blowfish for these CPUs, so testing on newer CPUs is needed.
Solar Designer
as solar
More...
over 16 years ago
Replaced all mentions of "Windows NT LM", which were confusing.
Solar Designer
as solar
More...
over 16 years ago
1.7.2.4:
Solar Designer
as solar
More...
over 16 years ago
Use $(JOHN_OBJS_MINIMAL) in solaris-x86-* targets that have assembly bitslice DES code, to not unnecessarily compile and link DES_bs_b.c.
Solar Designer
as solar
More...
over 16 years ago
Consistently list x86-64 targets above 32-bit x86 ones.
Solar Designer
as solar
More...
over 16 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree