diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-18 16:47:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-18 16:47:55 -0300 |
commit | b4e2708c6f8cc2191c581aef404803478e65e678 (patch) | |
tree | 703d3f7f8f96d9564e7cc3f8ebf85a38c93ab3e1 /doc/TODO.md | |
parent | 4fdd3ebb2b0622fb6cff7376a02a5b92c1aba2ae (diff) | |
download | scripts-b4e2708c6f8cc2191c581aef404803478e65e678.tar.gz scripts-b4e2708c6f8cc2191c581aef404803478e65e678.tar.bz2 |
Moved scripts to custom repos
Diffstat (limited to 'doc/TODO.md')
-rw-r--r-- | doc/TODO.md | 26 |
1 files changed, 0 insertions, 26 deletions
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 |