From ff52288fab1be5bfcf66faedc7736261d84bda92 Mon Sep 17 00:00:00 2001 From: Moritz Knaut <moritz.knaut@fau.de> Date: Sun, 19 Jun 2016 20:21:38 +0200 Subject: [PATCH] Added all the missing protocols. --- protocols/{PROTOCOL_04_29_2016 => PROTOCOL_04_28_2016} | 0 protocols/{PROTOCOL_05_06_2016 => PROTOCOL_05_05_2016_X} | 0 protocols/{PROTOCOL_05_13_2016 => PROTOCOL_05_12_2016} | 1 + protocols/PROTOCOL_05_19_2016_X | 1 + protocols/PROTOCOL_05_26_2016_X | 1 + protocols/PROTOCOL_06_02_2016 | 5 +++++ protocols/PROTOCOL_06_09_2016_X | 1 + protocols/PROTOCOL_06_16_2016 | 9 +++++++++ protocols/PROTOCOL_06_23_2016_X | 1 + 9 files changed, 19 insertions(+) rename protocols/{PROTOCOL_04_29_2016 => PROTOCOL_04_28_2016} (100%) rename protocols/{PROTOCOL_05_06_2016 => PROTOCOL_05_05_2016_X} (100%) rename protocols/{PROTOCOL_05_13_2016 => PROTOCOL_05_12_2016} (98%) create mode 100644 protocols/PROTOCOL_05_19_2016_X create mode 100644 protocols/PROTOCOL_05_26_2016_X create mode 100644 protocols/PROTOCOL_06_02_2016 create mode 100644 protocols/PROTOCOL_06_09_2016_X create mode 100644 protocols/PROTOCOL_06_16_2016 create mode 100644 protocols/PROTOCOL_06_23_2016_X diff --git a/protocols/PROTOCOL_04_29_2016 b/protocols/PROTOCOL_04_28_2016 similarity index 100% rename from protocols/PROTOCOL_04_29_2016 rename to protocols/PROTOCOL_04_28_2016 diff --git a/protocols/PROTOCOL_05_06_2016 b/protocols/PROTOCOL_05_05_2016_X similarity index 100% rename from protocols/PROTOCOL_05_06_2016 rename to protocols/PROTOCOL_05_05_2016_X diff --git a/protocols/PROTOCOL_05_13_2016 b/protocols/PROTOCOL_05_12_2016 similarity index 98% rename from protocols/PROTOCOL_05_13_2016 rename to protocols/PROTOCOL_05_12_2016 index 17d1955..f10d05a 100644 --- a/protocols/PROTOCOL_05_13_2016 +++ b/protocols/PROTOCOL_05_12_2016 @@ -1,3 +1,4 @@ +TODO: Use single char device for all the connection: - Is it possible to use one process for backside and frontside? - One Userspace process should be able to create multiple devices and be able to "select" between them. -> Open device multiple times diff --git a/protocols/PROTOCOL_05_19_2016_X b/protocols/PROTOCOL_05_19_2016_X new file mode 100644 index 0000000..a9db0b5 --- /dev/null +++ b/protocols/PROTOCOL_05_19_2016_X @@ -0,0 +1 @@ +Ausgefallen diff --git a/protocols/PROTOCOL_05_26_2016_X b/protocols/PROTOCOL_05_26_2016_X new file mode 100644 index 0000000..a9db0b5 --- /dev/null +++ b/protocols/PROTOCOL_05_26_2016_X @@ -0,0 +1 @@ +Ausgefallen diff --git a/protocols/PROTOCOL_06_02_2016 b/protocols/PROTOCOL_06_02_2016 new file mode 100644 index 0000000..2bebbfa --- /dev/null +++ b/protocols/PROTOCOL_06_02_2016 @@ -0,0 +1,5 @@ +DONE: +- Backside registering/device creation works using single char device. + +TODO: +- Test with userspace program and print out all the redirected calls. diff --git a/protocols/PROTOCOL_06_09_2016_X b/protocols/PROTOCOL_06_09_2016_X new file mode 100644 index 0000000..a9db0b5 --- /dev/null +++ b/protocols/PROTOCOL_06_09_2016_X @@ -0,0 +1 @@ +Ausgefallen diff --git a/protocols/PROTOCOL_06_16_2016 b/protocols/PROTOCOL_06_16_2016 new file mode 100644 index 0000000..0fae862 --- /dev/null +++ b/protocols/PROTOCOL_06_16_2016 @@ -0,0 +1,9 @@ +DONE: +- Test with userspace proc (print all the calls in userspace program) + +TODO: +- Protocol for redirection. (Call parameters, ...) +- Create USB functionality + - Send SSH Key + (FAUMachine USB implementation for use as backside) + diff --git a/protocols/PROTOCOL_06_23_2016_X b/protocols/PROTOCOL_06_23_2016_X new file mode 100644 index 0000000..a9db0b5 --- /dev/null +++ b/protocols/PROTOCOL_06_23_2016_X @@ -0,0 +1 @@ +Ausgefallen -- GitLab