diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-11-25 23:21:28 +0000 |
commit | d767f074c4182059b51c48995c6e4e3902228f4d (patch) | |
tree | 85c196186b25074f215df3b8bee6c456d38f2b82 /contrib/splicex/CHANGES | |
parent | 9cf9a87c268d278fa15d48be0e79fd9c63a37ea3 (diff) | |
download | resdb-d767f074c4182059b51c48995c6e4e3902228f4d.tar.gz resdb-d767f074c4182059b51c48995c6e4e3902228f4d.zip |
updated my software to resdb
Diffstat (limited to 'contrib/splicex/CHANGES')
-rw-r--r-- | contrib/splicex/CHANGES | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/contrib/splicex/CHANGES b/contrib/splicex/CHANGES deleted file mode 100644 index aefb866..0000000 --- a/contrib/splicex/CHANGES +++ /dev/null @@ -1,63 +0,0 @@ -CHANGES: - - d3v11 - Sat Oct 22 2011: - - SpliceX is the new replacement for Splice3. - it includes some new options and should be - compatible with most versions of Python. - - see README, splicex --help, splicex --rtfm - - d3v11 - Sun Oct 23 2011: - - Added some colour enhancements to SpliceX - :-). This is a useless update but i thought - it was fun. - - Also, I trimmed down much unnecessary - code. - - 'deshadow' bug fixed in splicex.py src - - d3v11 - Fri Oct 28 2011: - - SpliceX now compiles to machine language - 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 |