summaryrefslogtreecommitdiff
path: root/security/mdcrack/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/mdcrack/files')
-rw-r--r--security/mdcrack/files/patch-Makefile35
-rw-r--r--security/mdcrack/files/patch-src_MD4_core3.c19
-rw-r--r--security/mdcrack/files/patch-src_MD4_global.h9
-rw-r--r--security/mdcrack/files/patch-src_MD5_core3.c19
-rw-r--r--security/mdcrack/files/patch-src_MD5_global.h9
-rw-r--r--security/mdcrack/files/patch-src_NTLM1_global.h11
-rw-r--r--security/mdcrack/files/patch-src_charset.c12
-rw-r--r--security/mdcrack/files/patch-src_global.h9
8 files changed, 0 insertions, 123 deletions
diff --git a/security/mdcrack/files/patch-Makefile b/security/mdcrack/files/patch-Makefile
deleted file mode 100644
index 9baceb924c02..000000000000
--- a/security/mdcrack/files/patch-Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
---- Makefile.orig Thu Aug 16 06:47:34 2001
-+++ Makefile Tue Jan 15 22:47:26 2002
-@@ -10,7 +10,7 @@
-
-
-
--CC = gcc
-+#CC = gcc
-
- # Please set RESUME_FILE and choose a secure place for the resume file
- # before using mdcrack as root.
-@@ -47,7 +47,7 @@
- BLOCK=-DBLOCKSIZE=50
-
- #full optimization
--CFLAGS = -O3 -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
-+CFLAGS += -O3 -fforce-addr -funroll-loops -fomit-frame-pointer -ffast-math
-
-
-
-@@ -343,12 +343,8 @@
-
- install:
- @echo
-- @echo -n "Installing mdcrack in /usr/sbin/mdcrack ..... "
-- @cp bin/mdcrack /usr/sbin/mdcrack
-- @echo "ok."
-- @echo
-- @echo -n "Installing mdcrack-version in /usr/sbin/mdcrack-version ..... "
-- @echo $(CFLAGS) $(NCURSES) $(CPU) $(MDCRACK_OPTS) $(MDARCH) $(BLOCK) > /usr/sbin/mdcrack-version
-+ @echo -n "Installing mdcrack in $(DESTDIR)${PREFIX}/bin/mdcrack ..... "
-+ @cp bin/mdcrack $(DESTDIR)${PREFIX}/bin/mdcrack
- @echo "ok."
- @echo
- @echo "-*-*-*-*-*-*-*-*-*-*-*-*-*-*-"
diff --git a/security/mdcrack/files/patch-src_MD4_core3.c b/security/mdcrack/files/patch-src_MD4_core3.c
deleted file mode 100644
index b2aa6ea4efbf..000000000000
--- a/security/mdcrack/files/patch-src_MD4_core3.c
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/MD4/core3.c.orig Wed Aug 15 02:02:01 2001
---- src/MD4/core3.c Sun Dec 17 09:13:36 2006
-***************
-*** 1575,1581 ****
-
- ascii2bin(test, conv, hash);
- Decode(result2, hash, 16);
-! (unsigned int)bufferr2+=len+35;
- }
- else
-
---- 1575,1581 ----
-
- ascii2bin(test, conv, hash);
- Decode(result2, hash, 16);
-! bufferr2=(unsigned int)bufferr2+len+35;
- }
- else
-
diff --git a/security/mdcrack/files/patch-src_MD4_global.h b/security/mdcrack/files/patch-src_MD4_global.h
deleted file mode 100644
index dbef0b732e98..000000000000
--- a/security/mdcrack/files/patch-src_MD4_global.h
+++ /dev/null
@@ -1,9 +0,0 @@
-*** src/MD4/global.h.orig Wed Aug 15 02:03:40 2001
---- src/MD4/global.h Sun Dec 17 09:19:58 2006
-***************
-*** 1,3 ****
---- 1,4 ----
-+ #include <stdlib.h>
- #ifdef ISBIG_ENDIAN
- extern unsigned int x1[14];
- #else
diff --git a/security/mdcrack/files/patch-src_MD5_core3.c b/security/mdcrack/files/patch-src_MD5_core3.c
deleted file mode 100644
index 3da1655e5535..000000000000
--- a/security/mdcrack/files/patch-src_MD5_core3.c
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/MD5/core3.c.orig Wed Aug 15 01:59:05 2001
---- src/MD5/core3.c Sun Dec 17 09:16:57 2006
-***************
-*** 1537,1543 ****
-
- ascii2bin(test, conv, hash);
- Decode(result2, hash, 16);
-! (unsigned int)bufferr2+=len+35;
- }
- else
-
---- 1537,1543 ----
-
- ascii2bin(test, conv, hash);
- Decode(result2, hash, 16);
-! bufferr2=(unsigned int)bufferr2+len+35;
- }
- else
-
diff --git a/security/mdcrack/files/patch-src_MD5_global.h b/security/mdcrack/files/patch-src_MD5_global.h
deleted file mode 100644
index 2c2a586fc02d..000000000000
--- a/security/mdcrack/files/patch-src_MD5_global.h
+++ /dev/null
@@ -1,9 +0,0 @@
-*** src/MD5/global.h.orig Wed Aug 15 05:55:31 2001
---- src/MD5/global.h Sun Dec 17 09:20:01 2006
-***************
-*** 1,3 ****
---- 1,4 ----
-+ #include <stdlib.h>
- #ifdef ISBIG_ENDIAN
- extern unsigned int x1[14];
- #else
diff --git a/security/mdcrack/files/patch-src_NTLM1_global.h b/security/mdcrack/files/patch-src_NTLM1_global.h
deleted file mode 100644
index 9a798af92965..000000000000
--- a/security/mdcrack/files/patch-src_NTLM1_global.h
+++ /dev/null
@@ -1,11 +0,0 @@
-*** src/NTLM1/global.h.orig Wed Jan 17 17:24:41 2007
---- src/NTLM1/global.h Wed Jan 17 17:25:02 2007
-***************
-*** 1,3 ****
---- 1,6 ----
-+ #include <stdlib.h>
-+ #include <string.h>
-+
- #ifdef ISBIG_ENDIAN
- extern unsigned int x1[14];
- #else
diff --git a/security/mdcrack/files/patch-src_charset.c b/security/mdcrack/files/patch-src_charset.c
deleted file mode 100644
index de7a114b6c6d..000000000000
--- a/security/mdcrack/files/patch-src_charset.c
+++ /dev/null
@@ -1,12 +0,0 @@
-*** src/charset.c.orig Thu Aug 9 22:19:27 2001
---- src/charset.c Sun Dec 17 09:19:26 2006
-***************
-*** 10,15 ****
---- 10,16 ----
-
-
- #include <stdio.h>
-+ #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
- #ifdef NCURSES
diff --git a/security/mdcrack/files/patch-src_global.h b/security/mdcrack/files/patch-src_global.h
deleted file mode 100644
index 4cda965e3297..000000000000
--- a/security/mdcrack/files/patch-src_global.h
+++ /dev/null
@@ -1,9 +0,0 @@
-*** src/global.h.orig Thu Aug 9 22:19:27 2001
---- src/global.h Sun Dec 17 09:19:18 2006
-***************
-*** 1,3 ****
---- 1,4 ----
-+ #include <stdlib.h>
-
-
- #define SYMBOL "-"