22
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix me
Solar Designer
as solar
More... over 20 years ago
Also support Matthew Kwan's older DES S-box expressions with standard gates only, use them for x86-64 and autodetect between them and the non-standard gates version with "make generic".
Solar Designer
as solar
More... over 20 years ago
Sync to the version in my new wordlists collection.
Solar Designer
as solar
More... over 20 years ago
Added two make targets for Linux on x86-64, thanks to John Edward Scott.
Solar Designer
as solar
More... over 20 years ago
Replaced mem_free() with a macro to keep gcc 3.3.1's strict aliasing happy (thanks to Anatoly Pugachev for reporting the gcc warnings).
Solar Designer
as solar
More... over 20 years ago
Support OpenBSD/x86 w/ ELF binaries (Makefile patch by demon).
Solar Designer
as solar
More... over 20 years ago
Corrected the generic and SPARC make targets broken with 1.6.34.2.
Solar Designer
as solar
More... over 20 years ago
With the AIX make target, use -qunroll=2 instead of plain -qunroll.
Solar Designer
as solar
More... over 20 years ago
1.6.35:
Solar Designer
as solar
More... over 20 years ago
Treat log_event() safely with "%.100s" in format strings. Too bad *snprintf() and *asprintf() aren't portable.
Solar Designer
as solar
More... over 20 years ago
Source formatting.
Solar Designer
as solar
More... over 20 years ago
Verbose logging.
Solar Designer
as solar
More... over 20 years ago
Support printf format specifications with log_event().
Solar Designer
as solar
More... over 20 years ago
Allow for tty_fd = 0 (although that should never happen in practice).
Solar Designer
as solar
More... over 20 years ago
In sig_remove_timer(), use perror() and not pexit() to avoid a possible call to exit(3) from an atexit(3) function which could have undesired effects.
Solar Designer
as solar
More... over 20 years ago
1.6.34.2: verbose logging
Solar Designer
as solar
More... over 20 years ago
Check for errors from ftell().
Solar Designer
as solar
More... over 20 years ago
Added:
Solar Designer
as solar
More... over 20 years ago
Added an event logging framework; only session start/stop, cracking modes, and cracked login names are logged currently, but the plan is to log many more events in the future.
Solar Designer
as solar
More... over 20 years ago
Adjusted a comment for consistency.
Solar Designer
as solar
More... over 20 years ago
Make GNU-style --option=... the preferred syntax for options.
Solar Designer
as solar
More... over 20 years ago
"Wordfile" -> "Wordlist". "Wordfile" is still supported for reading john.conf files of older versions.
Solar Designer
as solar
More... over 20 years ago
Dropped the "dist" target.
Solar Designer
as solar
More... over 20 years ago
Eliminated a trailing space.
Solar Designer
as solar
More... over 20 years ago
1.6.34:
Solar Designer
as solar
More... almost 21 years ago
solaris-sparc64-cc, contributed by Thomas Nau.
Solar Designer
as solar
More... almost 21 years ago
Check for and report invalid MinLen / MaxLen settings.
Solar Designer
as solar
More... almost 21 years ago
Added a 64-bit Solaris SPARC make target (recent gcc only for now).
Solar Designer
as solar
More... over 21 years ago
Split the 64-bit MIPS target into two such that it is possible to have 64-bit builds which do or don't require at least an R10K CPU.
Solar Designer
as solar
More... over 21 years ago
Workaround a Solaris stdio bug triggered by code in "unique".
Solar Designer
as solar
More... over 21 years ago