fix me |
|
More...
|
about 21 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". |
|
More...
|
about 21 years ago
|
Sync to the version in my new wordlists collection. |
|
More...
|
over 21 years ago
|
Added two make targets for Linux on x86-64, thanks to John Edward Scott. |
|
More...
|
over 21 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). |
|
More...
|
over 21 years ago
|
Support OpenBSD/x86 w/ ELF binaries (Makefile patch by demon). |
|
More...
|
over 21 years ago
|
Corrected the generic and SPARC make targets broken with 1.6.34.2. |
|
More...
|
over 21 years ago
|
With the AIX make target, use -qunroll=2 instead of plain -qunroll. |
|
More...
|
over 21 years ago
|
1.6.35: |
|
More...
|
over 21 years ago
|
Treat log_event() safely with "%.100s" in format strings. Too bad *snprintf() and *asprintf() aren't portable. |
|
More...
|
over 21 years ago
|
Source formatting. |
|
More...
|
over 21 years ago
|
Verbose logging. |
|
More...
|
over 21 years ago
|
Support printf format specifications with log_event(). |
|
More...
|
over 21 years ago
|
Allow for tty_fd = 0 (although that should never happen in practice). |
|
More...
|
over 21 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. |
|
More...
|
over 21 years ago
|
1.6.34.2: verbose logging |
|
More...
|
over 21 years ago
|
Check for errors from ftell(). |
|
More...
|
over 21 years ago
|
Added: |
|
More...
|
over 21 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. |
|
More...
|
over 21 years ago
|
Adjusted a comment for consistency. |
|
More...
|
over 21 years ago
|
Make GNU-style --option=... the preferred syntax for options. |
|
More...
|
over 21 years ago
|
"Wordfile" -> "Wordlist". "Wordfile" is still supported for reading john.conf files of older versions. |
|
More...
|
over 21 years ago
|
Dropped the "dist" target. |
|
More...
|
over 21 years ago
|
Eliminated a trailing space. |
|
More...
|
over 21 years ago
|
1.6.34: |
|
More...
|
over 21 years ago
|
solaris-sparc64-cc, contributed by Thomas Nau. |
|
More...
|
over 21 years ago
|
Check for and report invalid MinLen / MaxLen settings. |
|
More...
|
over 21 years ago
|
Added a 64-bit Solaris SPARC make target (recent gcc only for now). |
|
More...
|
almost 22 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. |
|
More...
|
almost 22 years ago
|
Workaround a Solaris stdio bug triggered by code in "unique". |
|
More...
|
about 22 years ago
|