mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 10:36:13 +00:00
Imported initial TODO list, needs peer-review :)
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@136 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
4e5e275810
commit
fc95112e19
1 changed files with 31 additions and 0 deletions
31
TODO
Normal file
31
TODO
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
### Proxy bouncing support
|
||||
- Add multi-level proxy bouncing support (with syntax for it)
|
||||
eg. proxytunnel -p local-proxy:port -r remote-proxy1:port -r remote-proxy2:port -d %h:%p
|
||||
|
||||
- Add proxy bouncing authentication support (with syntax for it)
|
||||
eg. proxytunnel -p user@local-proxy:port -r user@remote-proxy:port -d %h:%p
|
||||
or: proxytunnel -p username:password@local-proxy:port -r username:password@remote-proxy:port -d %h:%p
|
||||
|
||||
|
||||
### SSL proxy support
|
||||
- Lobby for the Apache project to allow CONNECT over SSL (much like GET,
|
||||
PUT and HEAD is supported over SSL)
|
||||
see: http://issues.apache.org/bugzilla/show_bug.cgi?id=29744
|
||||
|
||||
|
||||
### Putty support
|
||||
- Lobby for the putty project to include ProxyCommand functionality
|
||||
|
||||
- Make proxytunnel build on Windows
|
||||
|
||||
|
||||
### Code cleanup
|
||||
- Fix permissions in subversion tree (some files are wrongly executable)
|
||||
|
||||
- Adopt a style guide for C (different styles are now being used)
|
||||
|
||||
- Find some hardcore C experts to help us improve the code quality
|
||||
|
||||
|
||||
### Documentation
|
||||
- Add all documentation in asciidoc standard
|
||||
Loading…
Add table
Add a link
Reference in a new issue