]> git.sesse.net Git - freerainbowtables/blob - Client Applications/rcracki_mt/TODO
ad8273ca6926e44d925e6fcc7677cfa934ec43a1
[freerainbowtables] / Client Applications / rcracki_mt / TODO
1 * testing/benchmarking suite
2 * remove openssl dependencies
3         HashAlgorithm.cpp
4                 des.h - can't use frt upstream as it's BSD licensed ad clause and is GPL incompatible
5                 md4.h (fix md4 so it can handle mscache lengths)
6                 sha.h (the local sha1 impl is slower than openssl's)
7 * more generic method for path seperator than _WIN32 ifdef?
8
9 OpenBSD threading
10
11 misc warnings:
12 ################################################################################
13 OpenBSD x86_64
14
15 /usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: vsprintf() is often misused, please use vsnprintf()
16 /usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: strcpy() is almost always misused, please use strlcpy()
17 /usr/local/lib/gcc/amd64-unknown-openbsd4.5/4.2.0/../../../libestdc++.so.8.0: warning: strcat() is almost always misused, please use strlcat()
18 ChainWalkSet.o(.text+0x121): In function `CChainWalkSet::CheckOrRotatePreCalcFile()':
19 : warning: sprintf() is often misused, please use snprintf()
20
21 ################################################################################
22 only on win32 mingw32
23
24 ChainWalkContext.cpp: In member function 'void CChainWalkContext::HashToIndex(int)':
25 ChainWalkContext.cpp:574: warning: dereferencing type-punned pointer will break strict-aliasing rules
26
27 HashAlgorithm.cpp: In function 'void HashPIX(unsigned char*, int, unsigned char*)':
28 HashAlgorithm.cpp:406: warning: dereferencing type-punned pointer will break strict-aliasing rules