Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250623
Collapse All | Expand All

(-)rainbowcrack-1.2-src.old/src/ChainWalkContext.cpp (+1 lines)
Lines 10-15 Link Here
10
10
11
#include "ChainWalkContext.h"
11
#include "ChainWalkContext.h"
12
12
13
#include <cstring>
13
#include <ctype.h>
14
#include <ctype.h>
14
#include <openssl/rand.h>
15
#include <openssl/rand.h>
15
#ifdef _WIN32
16
#ifdef _WIN32
(-)rainbowcrack-1.2-src.old/src/ChainWalkSet.cpp (+1 lines)
Lines 8-13 Link Here
8
	#pragma warning(disable : 4786)
8
	#pragma warning(disable : 4786)
9
#endif
9
#endif
10
10
11
#include <cstring>
11
#include "ChainWalkSet.h"
12
#include "ChainWalkSet.h"
12
13
13
CChainWalkSet::CChainWalkSet()
14
CChainWalkSet::CChainWalkSet()
(-)rainbowcrack-1.2-src.old/src/RainbowCrack.cpp (+1 lines)
Lines 18-23 Link Here
18
	#include <unistd.h>
18
	#include <unistd.h>
19
#endif
19
#endif
20
20
21
#include <cstring>
21
#include <openssl/md4.h>
22
#include <openssl/md4.h>
22
#ifdef _WIN32
23
#ifdef _WIN32
23
	#pragma comment(lib, "libeay32.lib")
24
	#pragma comment(lib, "libeay32.lib")
(-)rainbowcrack-1.2-src.old/src/RainbowTableDump.cpp (+1 lines)
Lines 4-9 Link Here
4
   Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
4
   Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
5
*/
5
*/
6
6
7
#include <algorithm>
7
#include "ChainWalkContext.h"
8
#include "ChainWalkContext.h"
8
9
9
int main(int argc, char* argv[])
10
int main(int argc, char* argv[])
(-)rainbowcrack-1.2-src.old/src/RainbowTableGenerate.cpp (+2 lines)
Lines 15-20 Link Here
15
#endif
15
#endif
16
#include <time.h>
16
#include <time.h>
17
17
18
#include <cstring>
19
#include <algorithm>
18
#include "ChainWalkContext.h"
20
#include "ChainWalkContext.h"
19
21
20
void Usage()
22
void Usage()
(-)rainbowcrack-1.2-src.old/src/RainbowTableSort.cpp (+1 lines)
Lines 4-9 Link Here
4
   Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
4
   Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
5
*/
5
*/
6
6
7
#include <cstdlib>
7
#include "Public.h"
8
#include "Public.h"
8
9
9
#define ASSUMED_MIN_MEMORY 32 * 1024 * 1024
10
#define ASSUMED_MIN_MEMORY 32 * 1024 * 1024

Return to bug 250623