aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.mdwn5
-rw-r--r--doc/TODO.md26
2 files changed, 0 insertions, 31 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn
deleted file mode 100644
index 2d403a4..0000000
--- a/doc/README.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-Misc scripts
-============
-
-This is a collection of simple scripts to be available on $PATH.
-
diff --git a/doc/TODO.md b/doc/TODO.md
deleted file mode 100644
index 3e29861..0000000
--- a/doc/TODO.md
+++ /dev/null
@@ -1,26 +0,0 @@
-TODO
-====
-
-* Split scripts:
- * Into separate, specific repositories.
- * Leave here only those which don't fit a specific criteria.
- * Submit all other repositories "upstream" to apps.git repo.
-
-* Enhance vbox:
- * Support more VBoxManage commands.
- * Iteration over a set of VMs.
- * Support for upgrading VMs.
- * Vagrant integration.
-
-* Write a "git" interceptor:
- * Check proper user/email config.
- * Automatically set git-flow when initializing a repository.
- * Automatically set git-hooks integration.
- * Implement global hooks.
- * Check remote configuration.
-
-* Enhance shell:
- * Add a counter-measure to prevent this attack:
- http://users.ece.cmu.edu/~dawnsong/papers/ssh-timing.pdf
- http://www.slideshare.net/idsecconf/countermeasure-against-timing-attack-on-ssh-using-random-delay
- http://www.scribd.com/doc/59628153/Timing-Analysis-of-Keystrokes-and-Timing-Attacks-on-SSH-Revisited