summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog47
-rw-r--r--modules/crypto/arcfour (renamed from modules/arcfour)0
-rw-r--r--modules/crypto/arcfour-tests (renamed from modules/arcfour-tests)0
-rw-r--r--modules/crypto/arctwo (renamed from modules/arctwo)0
-rw-r--r--modules/crypto/arctwo-tests (renamed from modules/arctwo-tests)0
-rw-r--r--modules/crypto/des (renamed from modules/des)0
-rw-r--r--modules/crypto/des-tests (renamed from modules/des-tests)0
-rw-r--r--modules/crypto/gc-arcfour (renamed from modules/gc-arcfour)2
-rw-r--r--modules/crypto/gc-arcfour-tests (renamed from modules/gc-arcfour-tests)0
-rw-r--r--modules/crypto/gc-arctwo (renamed from modules/gc-arctwo)2
-rw-r--r--modules/crypto/gc-arctwo-tests (renamed from modules/gc-arctwo-tests)0
-rw-r--r--modules/crypto/gc-des (renamed from modules/gc-des)2
-rw-r--r--modules/crypto/gc-des-tests (renamed from modules/gc-des-tests)0
-rw-r--r--modules/crypto/gc-hmac-md5 (renamed from modules/gc-hmac-md5)2
-rw-r--r--modules/crypto/gc-hmac-md5-tests (renamed from modules/gc-hmac-md5-tests)0
-rw-r--r--modules/crypto/gc-hmac-sha1 (renamed from modules/gc-hmac-sha1)2
-rw-r--r--modules/crypto/gc-hmac-sha1-tests (renamed from modules/gc-hmac-sha1-tests)0
-rw-r--r--modules/crypto/gc-md2 (renamed from modules/gc-md2)4
-rw-r--r--modules/crypto/gc-md2-tests (renamed from modules/gc-md2-tests)0
-rw-r--r--modules/crypto/gc-md4 (renamed from modules/gc-md4)2
-rw-r--r--modules/crypto/gc-md4-tests (renamed from modules/gc-md4-tests)0
-rw-r--r--modules/crypto/gc-md5 (renamed from modules/gc-md5)2
-rw-r--r--modules/crypto/gc-md5-tests (renamed from modules/gc-md5-tests)0
-rw-r--r--modules/crypto/gc-pbkdf2-sha1 (renamed from modules/gc-pbkdf2-sha1)4
-rw-r--r--modules/crypto/gc-pbkdf2-sha1-tests (renamed from modules/gc-pbkdf2-sha1-tests)0
-rw-r--r--modules/crypto/gc-random (renamed from modules/gc-random)2
-rw-r--r--modules/crypto/gc-rijndael (renamed from modules/gc-rijndael)2
-rw-r--r--modules/crypto/gc-rijndael-tests (renamed from modules/gc-rijndael-tests)0
-rw-r--r--modules/crypto/gc-sha1 (renamed from modules/gc-sha1)2
-rw-r--r--modules/crypto/gc-sha1-tests (renamed from modules/gc-sha1-tests)0
-rw-r--r--modules/crypto/gc-tests (renamed from modules/gc-tests)0
-rw-r--r--modules/crypto/hmac-md5 (renamed from modules/hmac-md5)2
-rw-r--r--modules/crypto/hmac-md5-tests (renamed from modules/hmac-md5-tests)0
-rw-r--r--modules/crypto/hmac-sha1 (renamed from modules/hmac-sha1)4
-rw-r--r--modules/crypto/hmac-sha1-tests (renamed from modules/hmac-sha1-tests)0
-rw-r--r--modules/crypto/md2 (renamed from modules/md2)0
-rw-r--r--modules/crypto/md2-tests (renamed from modules/md2-tests)0
-rw-r--r--modules/crypto/md4 (renamed from modules/md4)0
-rw-r--r--modules/crypto/md4-tests (renamed from modules/md4-tests)0
-rw-r--r--modules/crypto/md5 (renamed from modules/md5)0
-rw-r--r--modules/crypto/md5-tests (renamed from modules/md5-tests)0
-rw-r--r--modules/crypto/memxor (renamed from modules/memxor)0
-rw-r--r--modules/crypto/rijndael (renamed from modules/rijndael)0
-rw-r--r--modules/crypto/rijndael-tests (renamed from modules/rijndael-tests)0
-rw-r--r--modules/crypto/sha1 (renamed from modules/sha1)0
45 files changed, 64 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index d469ba8fe7..6012027761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2007-04-01 Simon Josefsson <simon@josefsson.org>
+
+ * modules/crypto/arcfour: Moved from ../.
+ * modules/crypto/arcfour-tests: Moved from ../.
+ * modules/crypto/arctwo: Moved from ../.
+ * modules/crypto/arctwo-tests: Moved from ../.
+ * modules/crypto/des: Moved from ../.
+ * modules/crypto/des-tests: Moved from ../.
+ * modules/crypto/gc-arcfour: Moved from ../.
+ * modules/crypto/gc-arcfour-tests: Moved from ../.
+ * modules/crypto/gc-arctwo: Moved from ../.
+ * modules/crypto/gc-arctwo-tests: Moved from ../.
+ * modules/crypto/gc-des: Moved from ../.
+ * modules/crypto/gc-des-tests: Moved from ../.
+ * modules/crypto/gc-hmac-md5: Moved from ../.
+ * modules/crypto/gc-hmac-md5-tests: Moved from ../.
+ * modules/crypto/gc-hmac-sha1: Moved from ../.
+ * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
+ * modules/crypto/gc-md2: Moved from ../.
+ * modules/crypto/gc-md2-tests: Moved from ../.
+ * modules/crypto/gc-md4: Moved from ../.
+ * modules/crypto/gc-md4-tests: Moved from ../.
+ * modules/crypto/gc-md5: Moved from ../.
+ * modules/crypto/gc-md5-tests: Moved from ../.
+ * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
+ * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
+ * modules/crypto/gc-random: Moved from ../.
+ * modules/crypto/gc-rijndael: Moved from ../.
+ * modules/crypto/gc-rijndael-tests: Moved from ../.
+ * modules/crypto/gc-sha1: Moved from ../.
+ * modules/crypto/gc-sha1-tests: Moved from ../.
+ * modules/crypto/gc-tests: Moved from ../.
+ * modules/crypto/hmac-md5: Moved from ../.
+ * modules/crypto/hmac-md5-tests: Moved from ../.
+ * modules/crypto/hmac-sha1: Moved from ../.
+ * modules/crypto/hmac-sha1-tests: Moved from ../.
+ * modules/crypto/md2: Moved from ../.
+ * modules/crypto/md2-tests: Moved from ../.
+ * modules/crypto/md4: Moved from ../.
+ * modules/crypto/md4-tests: Moved from ../.
+ * modules/crypto/md5: Moved from ../.
+ * modules/crypto/md5-tests: Moved from ../.
+ * modules/crypto/memxor: Moved from ../.
+ * modules/crypto/rijndael: Moved from ../.
+ * modules/crypto/rijndael-tests: Moved from ../.
+ * modules/crypto/sha1: Moved from ../.
+
2007-03-30 James Youngman <jay@gnu.org>
* tests/test-stat-time.c (prepare_test): use chmod() rather than
diff --git a/modules/arcfour b/modules/crypto/arcfour
index a37ec0b7f7..a37ec0b7f7 100644
--- a/modules/arcfour
+++ b/modules/crypto/arcfour
diff --git a/modules/arcfour-tests b/modules/crypto/arcfour-tests
index f02b0a6694..f02b0a6694 100644
--- a/modules/arcfour-tests
+++ b/modules/crypto/arcfour-tests
diff --git a/modules/arctwo b/modules/crypto/arctwo
index 558922278f..558922278f 100644
--- a/modules/arctwo
+++ b/modules/crypto/arctwo
diff --git a/modules/arctwo-tests b/modules/crypto/arctwo-tests
index a0b01da5a7..a0b01da5a7 100644
--- a/modules/arctwo-tests
+++ b/modules/crypto/arctwo-tests
diff --git a/modules/des b/modules/crypto/des
index 107796c0fa..107796c0fa 100644
--- a/modules/des
+++ b/modules/crypto/des
diff --git a/modules/des-tests b/modules/crypto/des-tests
index a284b68858..a284b68858 100644
--- a/modules/des-tests
+++ b/modules/crypto/des-tests
diff --git a/modules/gc-arcfour b/modules/crypto/gc-arcfour
index 64136e36c1..8c7f1fe693 100644
--- a/modules/gc-arcfour
+++ b/modules/crypto/gc-arcfour
@@ -9,7 +9,7 @@ m4/arcfour.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_ARCFOUR
diff --git a/modules/gc-arcfour-tests b/modules/crypto/gc-arcfour-tests
index 4c360421b3..4c360421b3 100644
--- a/modules/gc-arcfour-tests
+++ b/modules/crypto/gc-arcfour-tests
diff --git a/modules/gc-arctwo b/modules/crypto/gc-arctwo
index 1c764392bf..412ad6ccbc 100644
--- a/modules/gc-arctwo
+++ b/modules/crypto/gc-arctwo
@@ -9,7 +9,7 @@ m4/arctwo.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_ARCTWO
diff --git a/modules/gc-arctwo-tests b/modules/crypto/gc-arctwo-tests
index 2eda7ef749..2eda7ef749 100644
--- a/modules/gc-arctwo-tests
+++ b/modules/crypto/gc-arctwo-tests
diff --git a/modules/gc-des b/modules/crypto/gc-des
index 49c3983540..1a2be0ed68 100644
--- a/modules/gc-des
+++ b/modules/crypto/gc-des
@@ -10,7 +10,7 @@ m4/des.m4
Depends-on:
stdint
stdbool
-gc
+crypto/gc
configure.ac:
gl_GC_DES
diff --git a/modules/gc-des-tests b/modules/crypto/gc-des-tests
index 04ada2b9bc..04ada2b9bc 100644
--- a/modules/gc-des-tests
+++ b/modules/crypto/gc-des-tests
diff --git a/modules/gc-hmac-md5 b/modules/crypto/gc-hmac-md5
index 607c43b8b0..2b3f4b093e 100644
--- a/modules/gc-hmac-md5
+++ b/modules/crypto/gc-hmac-md5
@@ -15,7 +15,7 @@ m4/memxor.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_HMAC_MD5
diff --git a/modules/gc-hmac-md5-tests b/modules/crypto/gc-hmac-md5-tests
index 907e1f8a30..907e1f8a30 100644
--- a/modules/gc-hmac-md5-tests
+++ b/modules/crypto/gc-hmac-md5-tests
diff --git a/modules/gc-hmac-sha1 b/modules/crypto/gc-hmac-sha1
index 4e855ac067..726e589d7c 100644
--- a/modules/gc-hmac-sha1
+++ b/modules/crypto/gc-hmac-sha1
@@ -15,7 +15,7 @@ m4/memxor.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_HMAC_SHA1
diff --git a/modules/gc-hmac-sha1-tests b/modules/crypto/gc-hmac-sha1-tests
index 7d74f9f12e..7d74f9f12e 100644
--- a/modules/gc-hmac-sha1-tests
+++ b/modules/crypto/gc-hmac-sha1-tests
diff --git a/modules/gc-md2 b/modules/crypto/gc-md2
index 2a36a04466..737524746c 100644
--- a/modules/gc-md2
+++ b/modules/crypto/gc-md2
@@ -6,9 +6,9 @@ m4/gc-md2.m4
Depends-on:
stdint
-gc
minmax
-md2
+crypto/gc
+crypto/md2
configure.ac:
gl_GC_MD2
diff --git a/modules/gc-md2-tests b/modules/crypto/gc-md2-tests
index 97b4548f42..97b4548f42 100644
--- a/modules/gc-md2-tests
+++ b/modules/crypto/gc-md2-tests
diff --git a/modules/gc-md4 b/modules/crypto/gc-md4
index e74c309df6..e3c555db7d 100644
--- a/modules/gc-md4
+++ b/modules/crypto/gc-md4
@@ -9,7 +9,7 @@ m4/md4.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_MD4
diff --git a/modules/gc-md4-tests b/modules/crypto/gc-md4-tests
index 4d4554a2a6..4d4554a2a6 100644
--- a/modules/gc-md4-tests
+++ b/modules/crypto/gc-md4-tests
diff --git a/modules/gc-md5 b/modules/crypto/gc-md5
index 4a5c190026..da73ab9340 100644
--- a/modules/gc-md5
+++ b/modules/crypto/gc-md5
@@ -9,7 +9,7 @@ m4/md5.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_MD5
diff --git a/modules/gc-md5-tests b/modules/crypto/gc-md5-tests
index 425fd27d44..425fd27d44 100644
--- a/modules/gc-md5-tests
+++ b/modules/crypto/gc-md5-tests
diff --git a/modules/gc-pbkdf2-sha1 b/modules/crypto/gc-pbkdf2-sha1
index 431e054208..e1c430fc2e 100644
--- a/modules/gc-pbkdf2-sha1
+++ b/modules/crypto/gc-pbkdf2-sha1
@@ -6,8 +6,8 @@ lib/gc-pbkdf2-sha1.c
m4/gc-pbkdf2-sha1.m4
Depends-on:
-gc
-gc-hmac-sha1
+crypto/gc
+crypto/gc-hmac-sha1
configure.ac:
gl_GC_PBKDF2_SHA1
diff --git a/modules/gc-pbkdf2-sha1-tests b/modules/crypto/gc-pbkdf2-sha1-tests
index 1d4526939a..1d4526939a 100644
--- a/modules/gc-pbkdf2-sha1-tests
+++ b/modules/crypto/gc-pbkdf2-sha1-tests
diff --git a/modules/gc-random b/modules/crypto/gc-random
index 668c8c394e..74b879c1e9 100644
--- a/modules/gc-random
+++ b/modules/crypto/gc-random
@@ -5,7 +5,7 @@ Files:
m4/gc-random.m4
Depends-on:
-gc
+crypto/gc
configure.ac:
gl_GC_RANDOM
diff --git a/modules/gc-rijndael b/modules/crypto/gc-rijndael
index c38f44128e..5cf1496c44 100644
--- a/modules/gc-rijndael
+++ b/modules/crypto/gc-rijndael
@@ -11,7 +11,7 @@ m4/rijndael.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_RIJNDAEL
diff --git a/modules/gc-rijndael-tests b/modules/crypto/gc-rijndael-tests
index 24654206d8..24654206d8 100644
--- a/modules/gc-rijndael-tests
+++ b/modules/crypto/gc-rijndael-tests
diff --git a/modules/gc-sha1 b/modules/crypto/gc-sha1
index 8f7e210215..7db6c1db1e 100644
--- a/modules/gc-sha1
+++ b/modules/crypto/gc-sha1
@@ -9,7 +9,7 @@ m4/sha1.m4
Depends-on:
stdint
-gc
+crypto/gc
configure.ac:
gl_GC_SHA1
diff --git a/modules/gc-sha1-tests b/modules/crypto/gc-sha1-tests
index 20a906e2b7..20a906e2b7 100644
--- a/modules/gc-sha1-tests
+++ b/modules/crypto/gc-sha1-tests
diff --git a/modules/gc-tests b/modules/crypto/gc-tests
index 7a3fdbffd9..7a3fdbffd9 100644
--- a/modules/gc-tests
+++ b/modules/crypto/gc-tests
diff --git a/modules/hmac-md5 b/modules/crypto/hmac-md5
index acfce4b4bd..daa84b4f79 100644
--- a/modules/hmac-md5
+++ b/modules/crypto/hmac-md5
@@ -8,7 +8,7 @@ m4/hmac-md5.m4
Depends-on:
memxor
-md5
+crypto/md5
configure.ac:
gl_HMAC_MD5
diff --git a/modules/hmac-md5-tests b/modules/crypto/hmac-md5-tests
index 738ee5124f..738ee5124f 100644
--- a/modules/hmac-md5-tests
+++ b/modules/crypto/hmac-md5-tests
diff --git a/modules/hmac-sha1 b/modules/crypto/hmac-sha1
index 9b630c5aea..f7a4c83402 100644
--- a/modules/hmac-sha1
+++ b/modules/crypto/hmac-sha1
@@ -7,8 +7,8 @@ lib/hmac-sha1.c
m4/hmac-sha1.m4
Depends-on:
-memxor
-sha1
+crypto/memxor
+crypto/sha1
configure.ac:
gl_HMAC_SHA1
diff --git a/modules/hmac-sha1-tests b/modules/crypto/hmac-sha1-tests
index ddebc58d88..ddebc58d88 100644
--- a/modules/hmac-sha1-tests
+++ b/modules/crypto/hmac-sha1-tests
diff --git a/modules/md2 b/modules/crypto/md2
index f3fa344e01..f3fa344e01 100644
--- a/modules/md2
+++ b/modules/crypto/md2
diff --git a/modules/md2-tests b/modules/crypto/md2-tests
index c8cbdee72f..c8cbdee72f 100644
--- a/modules/md2-tests
+++ b/modules/crypto/md2-tests
diff --git a/modules/md4 b/modules/crypto/md4
index 9ecfd616d6..9ecfd616d6 100644
--- a/modules/md4
+++ b/modules/crypto/md4
diff --git a/modules/md4-tests b/modules/crypto/md4-tests
index 8c8bcb839f..8c8bcb839f 100644
--- a/modules/md4-tests
+++ b/modules/crypto/md4-tests
diff --git a/modules/md5 b/modules/crypto/md5
index 250c94f628..250c94f628 100644
--- a/modules/md5
+++ b/modules/crypto/md5
diff --git a/modules/md5-tests b/modules/crypto/md5-tests
index 94bc3e44cb..94bc3e44cb 100644
--- a/modules/md5-tests
+++ b/modules/crypto/md5-tests
diff --git a/modules/memxor b/modules/crypto/memxor
index 2fdcb3e4af..2fdcb3e4af 100644
--- a/modules/memxor
+++ b/modules/crypto/memxor
diff --git a/modules/rijndael b/modules/crypto/rijndael
index 21579bfc03..21579bfc03 100644
--- a/modules/rijndael
+++ b/modules/crypto/rijndael
diff --git a/modules/rijndael-tests b/modules/crypto/rijndael-tests
index cbf861f82d..cbf861f82d 100644
--- a/modules/rijndael-tests
+++ b/modules/crypto/rijndael-tests
diff --git a/modules/sha1 b/modules/crypto/sha1
index 6e85b813ce..6e85b813ce 100644
--- a/modules/sha1
+++ b/modules/crypto/sha1