diff options
author | Nick <nick@somerandomnick.ano> | 2011-10-30 18:27:46 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2011-10-30 18:27:46 +0000 |
commit | 05275e65b8e5123792ce930f4ca4b58084205c18 (patch) | |
tree | c9a5acd68092f55c2ec634693cb1ae0c16bc1662 /contrib/splicex/CHANGES | |
parent | 03995735e31fe02df9e13ea08c29ca67c239a2c1 (diff) | |
parent | 7524c24e37492467c93f5f47427994fa2281daf3 (diff) | |
download | resdb-05275e65b8e5123792ce930f4ca4b58084205c18.tar.gz resdb-05275e65b8e5123792ce930f4ca4b58084205c18.zip |
Merge commit '7524c24e37492467c93f5f47427994fa2281daf3'
Diffstat (limited to 'contrib/splicex/CHANGES')
-rw-r--r-- | contrib/splicex/CHANGES | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/splicex/CHANGES b/contrib/splicex/CHANGES index 3a0e43b..aefb866 100644 --- a/contrib/splicex/CHANGES +++ b/contrib/splicex/CHANGES @@ -25,3 +25,39 @@ CHANGES: via Cython. see README for dependencies and installation details. + SpliceX compiler flags patched. recent + update did not distinguish: + + /usr/include/<python version> + + -FROM- + + /usr/local/include/<python version> + + Thus, if you have debian python-dev or + source python-dev the ./configure script + should choose the appropriate option. + if the configure still failed to locate + the python development files (headers) + please let me know and I will correct. + + SpliceX can now optionally do a pure + python install. This cuts down on + dependencies and is useful if you just + want to test, try, and/or debug. + + SpliceX now detects invalid arguments + and prints with error message. + + d3v11 - Sat Oct 29 2011: + + Old timing bug is now fixed. --time now + how a consistant tracking of how many + passwords and how much time has elapsed + among each brute force algorithm. This + new patch also simplified the code and + makes the functions faster. Much code + has been trimmed from splicex without + removing any options or functionality. + + --no-char bug fixed |