blob: 3e29861fec63ac38521133e70e4104da15177d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|