TODO List
---------
+ Distributed
  - Start a listening httest and send script over TCP/SSL
  - Send script to a listening httest

+ HTML
  - DOM, XmlHttpRequest and HTML interaction
  - Fill formular and submit

+ SSL
  - Need more information on ssl failure
  - Integrate OpenSSL 1.0.0 and 1.0.1 and extend _SSL:TRACE

+ Debugger
  - break on error

+ Output
  - Print line number in output
  - Color coding in output
  - Stack trace on error is not highlighted. Do it the C way :)
  - XML output
  - Statistic output at the end.

+ Scanning
  - Parameterized scripts
  - XSS, Slowloris, SQL injection, ... snipplets
  - Detect http infrastructure like owa, sharepoint, twiki, ...

+ htproxy
  - Etag support
  - Title matcher
  - Link name matcher (the stuff between <a href..> and </a>)
  - Generic tag matcher
  - SSL support

+ Other
  - Update user guide!
  - Transparent forward proxy support
  - Encrpyt the ntml type 3 message and extrakt user
  - Clean up unused EXPECT/MATCH after a _ERROR ... _END 
  - Shared variables => SHARED <var-name-list>

