TODO List
---------
+ Core
  - Develop a virtual maschine for httest to improve script execution

+ Syntax
  - Remove this annoying _ before the calls
  - No upercase commands anymore
  - Migration script, test it for adnovum httest scripts
  - Or keep it backward compatible
  - Syntax higlighting implement a special XML based output to generate vim, gedit, emacs, ... color coding scheme

+ Distributed
  - Synchronize results from distributed tests
  - Count errors, do not break

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

+ SSL
  - Need more information on ssl failure

+ Debugger
  - break on error

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

+ 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 
  - Firefox plugin
  - To display version do shortcut it to -V (htremote, httest, htnlm, ...)
  - REQUIRE_VERSION <version> do fail if running httest are older.
    -> "error: 10: httest minimum version 2.2.6 required, but version 2.1.5 detected!"
