|
|
|
|
Changelog for john-1.7.9.4-owl1.3.0.1.i686.rpm :
* Thu Feb 09 2012 Solar Designer 1.7.9.4-owl1.3.0.1- Revision for Owl 3.0-stable, with current-specific BUILD_ * options disabled. * Thu Feb 09 2012 Solar Designer 1.7.9.4-owl1- Fixed a bug in the Keyboard external mode (uninitialized variables on\"--restore\" or when minlength is greater than 1). * Sun Jan 15 2012 Solar Designer 1.7.9.3-owl1- Implemented bitmaps for fast initial comparison of computed hashes againstthose loaded for cracking, applied before hash table lookups. * Sat Jan 14 2012 Solar Designer 1.7.9.2-owl1- Enhanced the support for DES-based tripcodes by making use of the bitsliceDES implementation and supporting OpenMP parallelization.- Tuned the hash table size thresholds based on testing on saltless hashes on aCore 2\'ish CPU.- Updated the FAQ. * Mon Nov 28 2011 Solar Designer 1.7.9.1-owl1- With 32-bit x86 builds and at least MMX enabled, the \"two hashes at a time\"code for bcrypt is now enabled for GCC 4.2 and newer. This change is madebased on benchmark results for different builds made with different versions ofGCC on CPUs ranging from Pentium 3 to Core i7. Previously, this code was onlyenabled for x86-64 and/or OpenMP-enabled builds.- Assorted minor corrections to Cygwin builds were made. * Wed Nov 23 2011 Solar Designer 1.7.9-owl1- Suppress crypt_fmt\'s warnings about unsupported hashes for pot file entries.- In OpenMP-enabled builds, added support for fallback to a non-OpenMP buildwhen the requested thread count is 1.- Enabled AVX, XOP, and OpenMP builds (with fallbacks).- Changed the CPU fallback program names used by the Owl package to be\"positive\" (e.g., \"john-mmx\" as fallback from an SSE2 build) rather than\"negative\" (e.g., \"john-non-sse\"). * Tue Nov 22 2011 Solar Designer 1.7.8.9-owl1- Added runtime detection of Intel AVX and AMD XOP instruction set extensions,with optional fallback to an alternate program binary (not enabled in the Owlpackage yet). * Mon Nov 21 2011 Solar Designer 1.7.8.8-owl1- The \"--make-charset\" option now uses floating-point rather than 64-bitinteger operations, which allows for larger CHARSET_ * settings in params.h.- Added optional parallelization of the MD5-based crypt(3) code with OpenMP(although OpenMP is not enabled in the Owl package yet).- Added relbench, a Perl script to compare two \"john --test\" benchmark runs,such as for different machines, \"make\" targets, C compilers, optimizationoptions, or/and versions of John the Ripper.- Additional public lists of \"top N passwords\" have been merged into thebundled common passwords list, and some insufficiently common passwords wereremoved from the list. * Sat Nov 19 2011 Solar Designer 1.7.8.7-owl1- Added support for the \"$2y$\" prefix of bcrypt hashes.- Added two more hash table sizes (16M and 128M entries) for faster processingof very large numbers of hashes per salt (over 1M). * Sat Oct 29 2011 Solar Designer 1.7.8.6-owl1- Call external mode functions via direct pointers to virtual machine code andwithout redundant checks for non-NULL.- Use gcc\'s __builtin_expect() in the gcc-specific version of the external modevirtual machine implementation. * Tue Oct 25 2011 Solar Designer 1.7.8.5-owl1- Added -Os to OPT_INLINE to deal with a performance regression otherwise seenwith gcc 4.6.1 (as compared to 4.4.x and 4.5.x), albeit not in the Owl packageyet (since we\'re currently using assembly code in place of most of DES_bs_b.c,which will change when we enable OpenMP). * Mon Oct 24 2011 Solar Designer 1.7.8.4-owl1- Added optional parallelization of the bitslice DES code with OpenMP (notenabled in the Owl package yet).- Replaced the bitslice DES key setup algorithm with a faster one, whichsignificantly improves performance at LM hashes, as well as at DES-basedcrypt(3) hashes when there\'s just one salt (or very few salts).- Optimized the DES S-box x86-64 (16-register SSE2) assembly code.- Added support for 10-character DES-based tripcodes (not optimized yet).- Added two pre-defined external mode variables: \"abort\" and \"status\", whichlet an external mode request the current cracking session to be aborted or thestatus line to be displayed, respectively. * Wed Jun 22 2011 Solar Designer 1.7.8-owl1- The bitslice DES S-box expressions have been replaced with those generatedby Roman Rusakov specifically for John the Ripper. The corresponding assemblycode for x86 with MMX, SSE2, and for x86-64 with SSE2 has been re-generated.This effort has been sponsored by Rapid7: http://www.rapid7.com- Corrected support for bcrypt (OpenBSD Blowfish) hashes of passwordscontaining non-ASCII characters (that is, characters with the 8th bit set).Added support for such hashes produced by crypt_blowfish up to 1.0.4, whichcontained a sign extension bug (inherited from older versions of John).The old buggy behavior may be enabled per-hash, using the \"$2x$\" prefix. * Sat Jun 11 2011 Solar Designer 1.7.7.1-owl1- The external mode virtual machine\'s performance has been improved throughadditional multi-op instructions matching common instruction sequences(assign-pop and some triple- and quad-push VM instructions were added).- A few minor bug fixes and enhancements were made. * Wed Apr 27 2011 Solar Designer 1.7.7-owl1- Added Intel AVX and AMD XOP instruction sets support for bitslice DES(with C compiler intrinsics), not enabled in the Owl package yet.- A \"dummy\" \"format\" is now supported (plaintext passwords encoded inhexadecimal and prefixed with \"$dummy$\").- Apache \"$apr1$\" MD5-based password hashes are now supported along with theFreeBSD-style MD5-based crypt(3) hashes that were supported previously.- The \"--salts\" option threshold is now applied before removal of previouslycracked hashes for consistent behavior with interrupted and continued sessions.- The \"Idle = Y\" setting (which is the default) is now ignored forOpenMP-enabled hash types when the actual number of threads is greater than 1(although we do not enable the OpenMP support in the Owl package yet).- When a cracking session terminates or is interrupted, John will now warn theuser if the cracked passwords printed to the terminal while cracking arepotentially incomplete.- When loading hashes specified on a line on their own, the loader will nowignore leading and trailing whitespace.- Unless a hash type is forced from the command line, the loader will now printwarnings about additional hash types seen in the input files.- For use primarily by the jumbo patch (and later by future enhancements to theofficial versions as well), the loader now includes logic to warn the user ofambiguous hash encodings and of excessive partial hash collisions.- The \"unique\" and \"unshadow\" programs have been made significantly faster.- \"DateTime\", \"Repeats\", \"Subsets\", \"AtLeast1-Simple\", \"AtLeast1-Generic\", and\"Policy\" external mode samples have been added to the default john.conf.- The self-tests have been enhanced to detect more kinds of program bugs.- A few minor bug fixes and enhancements were made. * Mon Jul 12 2010 Solar Designer 1.7.6.1-owl1- Corrected a logic error introduced in JtR 1.7.4.2: in \"single crack\" mode,we need a salt\'s key buffer even when we have no words corresponding to thatsalt\'s hashes to base candidate passwords on. We need this buffer to holdother salts\' successful guesses for testing against this salt\'s hashes. * Mon Jun 14 2010 Solar Designer 1.7.6-owl1- Generic crypt(3) support (enabled with \"--format=crypt\") has been added forauditing password hash types supported by the system but not yet supported byJohn\'s own optimized cryptographic routines.- A more suitable version of 32-bit x86 assembly code for Blowfish is nowchosen on Core i7 and similar CPUs (when they happen to run a 32-bit build).- The loader will now detect password hashes specified on a line on their own,not only as part of an /etc/passwd or PWDUMP format file.- When run in \"--stdin\" mode and reading candidate passwords from a terminal(to be typed by the user), John will no longer mess with the terminal settings.- John will now restore terminal settings not only on normal termination orinterrupt, but also when forcibly interrupted with two Ctrl-C keypresses.- Many other changes to the source code that should not yet affect the Owlpackage in a significant way were made (these are documented in doc/CHANGES). * Sat Feb 27 2010 Solar Designer 1.7.5.1-owl1- Added a new numeric variable to the word mangling rules engine: \"p\" forposition of the character last found with the \"/\" or \"%\" commands. * Fri Feb 26 2010 Solar Designer 1.7.5-owl1- Support the use of \"--format\" along with \"--show\" or \"--make-charset\".- More intuitive choice of .rec and .log filenames for custom session names.- Added support for \"\\r\" (character lists with repeats) and \"\\p0\" (referenceto the immediately preceding character list/range) to the rules preprocessor.- Changed the undefined and undocumented behavior of some subtle rulespreprocessor constructs to arguably be more sensible.- Some bugs were fixed, most notably JtR crashing on no password hashes loaded(bug introduced in 1.7.4.2). * Mon Jan 18 2010 Solar Designer 1.7.4.2-owl1- Major performance improvements for processing of large password files orsets of files, especially with salt-less or same-salt hashes, achievedprimarily through introduction of two additional hash table sizes (64K and 1Mentries), changes to the loader, and smarter processing of successful guesses.- Many default buffer and hash table sizes have been increased and thresholdsfor the use of hash tables lowered.- Some previously missed common website passwords found on public lists of\"top N passwords\" have been added to the bundled common passwords list. * Mon Jan 04 2010 Solar Designer 1.7.4.1-owl1- Fixed some bugs introduced in 1.7.4 affecting wordlist mode\'s elimination ofconsecutive duplicate candidate passwords. * Fri Dec 25 2009 Solar Designer 1.7.4-owl1- Support for back-references and \"parallel\" ranges has been added to theword mangling rules preprocessor.- The notion of numeric variables has been introduced into the rules engine,two variables have been pre-defined (\"l\" and \"m\"), support for up to 11user-defined variables (\"a\" through \"k\") and a new numeric constant (\"z\")have been added.- New rule commands have been added: \"A\", \"X\", and \"v\".- New rule reject flags have been added: \":\" and \"p\".- Processing of word mangling rules has been made significantly faster.- The default rulesets have been revised to make use of the new features, forspeed, to produce fewer duplicates, and to attempt additional kinds ofcandidate passwords (such as for years 2010 through 2019).- Optimized idle_yield() to check the time less frequently when there appearsto be no other demand for CPU time.- The default for the Idle setting has been changed from N to Y. * Mon Sep 14 2009 Solar Designer 1.7.3.4-owl1- 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 allcalls to that function). This was independently discovered and reported byDmitry V. Levin and Guillaume Rousse.- Made some corrections/enhancements to recovery.c\'s error handling. * Wed Sep 09 2009 Solar Designer 1.7.3.3-owl1- \"make check\" has been implemented.- The --test option will now take an optional argument - the duration of eachbenchmark in seconds.- Section .note.GNU-stack has been added to all assembly files to avoid thestack area unnecessarily being made executable on Linux systems that use thismechanism.- In DumbForce, explicitly NUL-terminate word[] when switching to a new length. * Thu Jul 23 2009 Dmitry V. Levin 1.7.3.2-owl1- Fixed off-by-one header->version overflow. The overflow itself isharmless, but fresh gcc in fortified mode complains, so the overflow isremoved to satisfy the modern requirements, as well as to be safe incase of major re-arrangements to the charset_header structure. * Fri Jul 18 2008 Solar Designer 1.7.3.1-owl1- Corrected the x86 assembly files for building on Mac OS X.- Merged in some generic changes from JtR Pro. * Thu Jul 10 2008 Solar Designer 1.7.3-owl1- Disabled BF_X2 on RISC architectures for now.- Documentation updates to refer to LM hashes in a non-confusing way. * Tue Jul 08 2008 Solar Designer 1.7.2.4-owl1- Many updates to x86 *.S and Makefile associated with addition ofsolaris-x86- * targets (beyond plain x86, which was already supported). * Sun Jun 22 2008 Solar Designer 1.7.2.3-owl1- Two Blowfish-based crypt(3) hashes may now be computed in parallel for muchbetter performance on modern multi-issue CPUs with a sufficient number ofregisters (e.g., x86-64, RISC). * Sat Jun 21 2008 Solar Designer 1.7.2.2-owl1- Converted the code in x86-64.S to use %rip-relative addressing because\"32-bit absolute addressing is not supported for x86-64\" on Mac OS X,as well as to reduce code size (by 1348 bytes).- Added DumbForce and KnownForce external mode samples to the defaultjohn.conf. * Wed Sep 13 2006 Solar Designer 1.7.2.1-owl1- Corrected the error message reported when \"Extra = ...\" contains charactersthat are outside of the compile-time specified range (thanks to Radim Horakfor the bug report). * Mon May 15 2006 Solar Designer 1.7.2-owl1- Added bitslice DES assembly code for x86-64 making use of the 64-bit modeextended SSE2 with 16 XMM registers. * Wed May 10 2006 Solar Designer 1.7.1-owl1- Added SSE2 support with runtime fallback to the MMX build.- Treat AMD\'s 64-bit processors the same as AMD Athlon for the purpose ofselection of optimal 32-bit Blowfish and non-bitslice DES code.- Don\'t pass function inlining tweaks to gcc on x86-64 as this actually hurtsperformance with gcc 3.4.5 (that is currently in Owl) on current processors.With no special options (only -finline-functions), gcc 3.4.5 inlines onlys4(), which turns out to actually be optimal for current processors.- Use only a 32-bit data type within the MD5 implementation, not ARCH_WORD.While the latter sometimes worked a little bit better on Alpha, it turnedout to kill performance on x86-64.- Enhanced the self-test loop to proceed until we hit the maximum key indexeven if the number of different test vectors is smaller. * Mon Mar 20 2006 Solar Designer 1.7.0.2-owl1- Fixed a long-standing bug in the rule preprocessor which caused someduplicate characters to not be omitted on platforms where ARCH_WORD is biggerthan int (that\'s all supported 64-bit platforms). * Tue Mar 07 2006 Solar Designer 1.7.0.1-owl1- Fixed a bug introduced with 1.6.40 which caused spurious \"charset filechanged\" errors in batch mode if interrupted and restored before pass 3.- Handle 8-bit characters in external mode program sources correctly.Thanks to Frank Dittrich for reporting these two problems.- Implemented extra ticks overflow safety - timer-based rather than justcrypts count based.- Save/update the recovery file after the end of each pass in batch modeto make sure that the file is up to date in case the next pass refuses tostart for whatever reason.- Remove the recovery file when all hashes get cracked also in batch mode.- Detect and report MinLen / MaxLen settings and charset files inconsistentwith the hash type.- Perform additional sanity checking of charset files, distinguish incorrectvs. incompatible ones.- Use sysconf(_SC_CLK_TCK) instead of CLK_TCK when _SC_CLK_TCK is known tobe available or CLK_TCK is not (needed for glibc 2.3.90+).- Worked around a gcc 4.1.0 strict aliasing bug affecting BF_std.c, BF_body:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26587- Added a separate DO_ALIGN(5) (cache line alignment) into x86.S after apossible switch to .bss from .data or .text.- Added \"notes to packagers\" to params.h.- Added a sample but fully-functional \"keyboard-based\" external mode to thedefault john.conf. * Thu Feb 02 2006 Solar Designer 1.7-owl2- Pass -finline-limit=2000 --param inline-unit-growth=2000 to gcc such thatit inlines the S-boxes on non-x86 just like gcc 2.x used to do. * Mon Jan 09 2006 Solar Designer 1.7-owl1- Documentation updates: separated CONTACT from CREDITS, added some FAQentries, etc.- When displaying programs\' usage information, use either an equivalent ofbasename(argv[0]) (with the main John program) or fixed strings (with theauxiliary tools).- In rec_done(), do a log_flush() even if the session completes normally;this is needed to hopefully update the pot file prior to our removal of thecrash recovery file.- Applied some Cygwin-specific updates to signals.c and DOS/Win32-specificupdates to the Makefile. * Fri Dec 16 2005 Solar Designer 1.6.40-owl1- Detect changed charset files when restoring sessions.- Updated the supplied password.lst.- Added a new pre-defined \"incremental\" mode \"Alnum\", along with itscorresponding filter.- Package new charset files (a separate tarball) instead of those from 1.6. * Sat Nov 12 2005 Solar Designer 1.6.39.4-owl1- Corrected the way nouns ending in \"z\" and \"h\" (other than those ending in\"ch\" and \"sh\") are pluralized with the \"p\" wordlist rules command. * Tue Nov 08 2005 Solar Designer 1.6.39.3-owl1- When eliminating any duplicate and already-cracked hashes, compare theinternal representations first.- When displaying cracked passwords, let split() unify the encoding of hashes.(This only works when the only difference is upper vs. lower vs. mixed casesince we\'re using a hash table and would not do a comparison against hasheswhich look very different.)- Force the encoding of LM hashes that get into john.pot to all-lowercase.- Corrected the handling of break statements with nested loops in the externalmode compiler. * Fri Oct 28 2005 Solar Designer 1.6.39.2-owl1- Re-worked the Makefile: dropped \"-elf\" suffixes from make target names,re-ordered the targets for best to most generic (for individual platforms),marked some targets as \"best\" or \"obsolete\", added openbsd-x86-64 (thanks toSebastian Rother), added many openbsd- * targets based on the OpenBSD port.- Minor corrections to EXAMPLES. * Sun Oct 09 2005 Solar Designer 1.6.39.1-owl1- With linux-sparc make target, let\'s not use sparc.S because it usesregisters reserved by the SPARC ABI (%g5-%g7) and this no longer works withglibc 2.3.x.- Fixed a bug in best.sh which could result in MD5_IMM being enabled wronglywhen MD5_X2 is determined to improve performance (this only affected buildswith \"make generic\").- Added a workaround for \"some kaserver.DB0 files created by OpenAFS\"; thisissue was brought up on john-users by Heiko Schulz and the patch produced byLionel Cons (thanks!) * Thu Sep 08 2005 Solar Designer 1.6.39-owl1- Fixed a bug in the loader introduced with 1.6.37.10 where \"john --show\"would report split hashes with the last piece not yet cracked as if theywere fully cracked (thanks to Stephen Cartwright for the problem report). * Mon Sep 05 2005 Solar Designer 1.6.38.2-owl1- All of the remaining bits of John 1.6 documentation have been updated toapply to the current version.- Dropped John 1.6 documentation from the package.- Added the macosx-x86-mmx-cc make target (thanks to Brian Bechtel). * Sun May 15 2005 Solar Designer 1.6.38.1-owl1- Added a sample case toggler for cracking MD4-based NTLM hashes (with thecontributed patch), given already cracked DES-based LM hashes. * Wed May 04 2005 Solar Designer 1.6.38-owl1- Further updates of the PPC make targets for Mac OS X 10.4+ and Linux/ppc64. * Wed Apr 27 2005 Solar Designer 1.6.37.11-owl1- Fixed a long-standing bug in \"unshadow\" which showed up on recent OpenBSD.- Added the openbsd-x86-mmx-elf make target. * Wed Apr 20 2005 Solar Designer 1.6.37.10-owl1- Fixed a long-standing bug in the loader where \"john --show\" would segfaultwhen an invalid or unsupported hash is present in both john.pot and thepassword file. * Wed Apr 20 2005 Solar Designer 1.6.37.9-owl1- Corrected handling of BSDI-style DES-based hashes and of 8-bit characterswith traditional DES-based hashes; this was broken with the previous change. * Sun Apr 17 2005 Solar Designer 1.6.37.8-owl1- Even more bitslice DES set_key *() optimizations: use a separate loop forundoing the old password beyond the new password\'s length (this simplifiesthe exit check of both loops), store byte offsets into K[] rather than bitpositions in s1[] (this simplifies effective address calculation), quicklyskip over the first 4 characters if they\'re unchanged (on archs supportingunaligned accesses only). * Tue Apr 05 2005 Solar Designer 1.6.37.7-owl1- Further bitslice DES set_key *() optimizations. * Mon Feb 28 2005 Solar Designer 1.6.37.6-owl1- Generic bitslice DES set_key *() optimizations.- Further AltiVec optimizations for LM hashes. * Tue Feb 15 2005 Solar Designer 1.6.37.4-owl1- New make target for 64-bit PowerPC (G5+) running Mac OS X (32-bitinter-function interfaces).- New make targets for PowerPC w/ AltiVec (effective 128-bitness forbitslice DES). * Tue Nov 09 2004 Solar Designer 1.6.37.3-owl1- Properly report effective c/s rates in excess of 2 * *32 (now up to2 * *32 * 10 * *6), report large c/s rates in thousands or millions. * Sat Jun 19 2004 Solar Designer 1.6.37.2-owl1- \"N passwords cracked\" -> \"N password hashes cracked\" because there can bemultiple hashes per password with LM or double-length DES-based crypt(3).- Updated some documentation files from John 1.6 and included them in doc/ * Sun Jun 13 2004 Solar Designer 1.6.37.1-owl1- Freeze the timestamps that are being logged for the duration of loadingof password files; clock is reset to 0 or to the restore point when theactual cracking starts to ensure the reported c/s rate is not affected byload time, but we don\'t want this clock reset to be seen in event logs. * Mon Feb 23 2004 Solar Designer 1.6.37-owl1- Bumped the release to 1.6.37 to make it available separately from Owl. * Sat Jan 10 2004 Solar Designer 1.6.36.9-owl1- Corrected a segfault with --stdin introduced with 1.6.34.2. * Wed Dec 03 2003 Solar Designer 1.6.36.8-owl1- Avoid triggering a Mac OS X cpp bug(?) where it would detect and refuse tohandle \"recursive\" cpp macros. * Sun Nov 30 2003 Solar Designer 1.6.36.7-owl1- When calculating the c/s rate in benchmarks (bench.c, best.c), use 64-bitinteger operations to avoid a possible integer overflow on 32-bit systemswith large CLK_TCK (e.g. Win32). * Sun Nov 16 2003 Solar Designer 1.6.36.6-owl1- When generating a new charset file, first do a self-test of the specifiedCHARSET_ * parameters to ensure they don\'t cause a 64-bit integer overflow. * Sat Oct 25 2003 Solar Designer 1.6.36.5-owl1- In x86 assembly code, detect and choose optimal existing code version forCentaur Technology processors (IDT Winchip to VIA C3 and beyond). * Fri Oct 10 2003 Solar Designer 1.6.36.4-owl1- Also support Matthew Kwan\'s older DES S-box expressions with standardgates only, use them for x86-64 and autodetect between them and thenon-standard gates version with \"make generic\". * Sun Oct 05 2003 Solar Designer 1.6.36.3-owl1- Added two make targets for Linux on x86-64, thanks to John Edward Scott. * Wed Oct 01 2003 Solar Designer 1.6.36.2-owl1- Replaced mem_free() with a macro to keep gcc 3.3.1\'s strict aliasinghappy (thanks to Anatoly Pugachev for reporting the gcc warnings). * Mon Sep 22 2003 Solar Designer 1.6.36.1-owl1- Support OpenBSD/x86 w/ ELF binaries (Makefile patch by demon). * Thu Sep 18 2003 Solar Designer 1.6.36-owl1- Corrected the generic and SPARC make targets broken with 1.6.34.2. * Mon Sep 15 2003 Solar Designer 1.6.35-owl1- Log two more events.- With the AIX make target, use -qunroll=2 instead of plain -qunroll. * Sun Sep 07 2003 Solar Designer 1.6.34.2-owl1- Verbose logging; John now logs how it proceeds through stages of eachof its cracking modes, regardless of whether there\'re guesses or not. * Mon Aug 25 2003 Solar Designer 1.6.34.1-owl1- Added an event logging framework; only session start/stop, crackingmodes, and cracked login names are logged currently, but the plan is tolog many more events in the future. * Sun Jun 29 2003 Solar Designer 1.6.34-owl1- solaris-sparc64-cc, contributed by Thomas Nau.- Check for and report invalid MinLen / MaxLen settings. * Mon Jun 02 2003 Solar Designer 1.6.33-owl2- Added URL. * Fri Jan 24 2003 Solar Designer 1.6.33-owl1- Added a 64-bit Solaris SPARC make target (recent gcc only for now). * Wed Jan 15 2003 Solar Designer - Split the 64-bit MIPS target into two such that it is possible to have64-bit builds which do or don\'t require at least an R10K CPU. * Tue Nov 05 2002 Solar Designer - Workaround a Solaris stdio bug triggered by code in \"unique\". * Fri Nov 01 2002 Solar Designer - Fixed a bug in \"unique\" which caused it to fail on big-endian boxeson files bigger than a single buffer, thanks to Corey Becker. * Sat Oct 19 2002 Solar Designer - Simplified DES_bs_get_binary_raw(). * Thu Oct 03 2002 Solar Designer - Never point cfg_name to path_expand()\'s result buffer, make a copy. * Thu Sep 05 2002 Solar Designer - Never put dupes in crk_guesses, that could overflow it and would beinefficient anyway. * Fri Apr 26 2002 Solar Designer - Check for with_cpu_fallback correctly (unbreak builds on non-x86). * Thu Apr 11 2002 Solar Designer - On x86, always build the MMX binary, with a run-time fallback to thenon-MMX one if necessary. * Wed Apr 10 2002 Solar Designer - Packaged 1.6.31-dev for Owl, with minor modifications.
|
|
|