]> git.sesse.net Git - freerainbowtables/commitdiff
Fixed shortcuts (again)
authorMartin Westergaard <admin@freerainbowtables.com>
Tue, 15 Jun 2010 18:02:58 +0000 (20:02 +0200)
committerMartin Westergaard <admin@freerainbowtables.com>
Tue, 15 Jun 2010 18:02:58 +0000 (20:02 +0200)
17 files changed:
BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp [new symlink]
BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp [new symlink]
BOINC software/BOINC client apps/distrrtgen/HashRoutine.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/Public.cpp [new symlink]
BOINC software/BOINC client apps/distrrtgen/Public.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/des_enc.c [new symlink]
BOINC software/BOINC client apps/distrrtgen/des_locl.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/des_setkey.c [new symlink]
BOINC software/BOINC client apps/distrrtgen/ecb_enc.c [new symlink]
BOINC software/BOINC client apps/distrrtgen/md4.cpp [new symlink]
BOINC software/BOINC client apps/distrrtgen/md4.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/md5.cpp [new symlink]
BOINC software/BOINC client apps/distrrtgen/md5.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/podd.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/sk.h [new symlink]
BOINC software/BOINC client apps/distrrtgen/spr.h [new symlink]

diff --git a/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.cpp
new file mode 120000 (symlink)
index 0000000..f4c0fb5
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/HashAlgorithm.cpp
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h b/BOINC software/BOINC client apps/distrrtgen/HashAlgorithm.h
new file mode 120000 (symlink)
index 0000000..e92bbda
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/HashAlgorithm.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.cpp
new file mode 120000 (symlink)
index 0000000..27615c9
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/HashRoutine.cpp
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/HashRoutine.h b/BOINC software/BOINC client apps/distrrtgen/HashRoutine.h
new file mode 120000 (symlink)
index 0000000..559c352
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/HashRoutine.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/Public.cpp b/BOINC software/BOINC client apps/distrrtgen/Public.cpp
new file mode 120000 (symlink)
index 0000000..c5461fe
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/Public.cpp
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/Public.h b/BOINC software/BOINC client apps/distrrtgen/Public.h
new file mode 120000 (symlink)
index 0000000..20d6e3d
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/Public.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/des_enc.c b/BOINC software/BOINC client apps/distrrtgen/des_enc.c
new file mode 120000 (symlink)
index 0000000..fea90ea
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/des_enc.c
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/des_locl.h b/BOINC software/BOINC client apps/distrrtgen/des_locl.h
new file mode 120000 (symlink)
index 0000000..6cd2649
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/des_locl.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/des_setkey.c b/BOINC software/BOINC client apps/distrrtgen/des_setkey.c
new file mode 120000 (symlink)
index 0000000..c4ad7a9
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/des_setkey.c
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/ecb_enc.c b/BOINC software/BOINC client apps/distrrtgen/ecb_enc.c
new file mode 120000 (symlink)
index 0000000..b710750
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/ecb_enc.c
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/md4.cpp b/BOINC software/BOINC client apps/distrrtgen/md4.cpp
new file mode 120000 (symlink)
index 0000000..3fec1a7
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/md4.cpp
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/md4.h b/BOINC software/BOINC client apps/distrrtgen/md4.h
new file mode 120000 (symlink)
index 0000000..176b68b
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/md4.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/md5.cpp b/BOINC software/BOINC client apps/distrrtgen/md5.cpp
new file mode 120000 (symlink)
index 0000000..6d0108c
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/md5.cpp
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/md5.h b/BOINC software/BOINC client apps/distrrtgen/md5.h
new file mode 120000 (symlink)
index 0000000..fc508f3
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/md5.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/podd.h b/BOINC software/BOINC client apps/distrrtgen/podd.h
new file mode 120000 (symlink)
index 0000000..ba3ebfe
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/podd.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/sk.h b/BOINC software/BOINC client apps/distrrtgen/sk.h
new file mode 120000 (symlink)
index 0000000..159cee2
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/sk.h
\ No newline at end of file
diff --git a/BOINC software/BOINC client apps/distrrtgen/spr.h b/BOINC software/BOINC client apps/distrrtgen/spr.h
new file mode 120000 (symlink)
index 0000000..30dd973
--- /dev/null
@@ -0,0 +1 @@
+../../../Common/rt api/spr.h
\ No newline at end of file