Initial import from svn
authorEbersold <aebersol@n3150.home>
Wed, 22 Dec 2021 20:08:12 +0000 (21:08 +0100)
committerEbersold <aebersol@n3150.home>
Wed, 22 Dec 2021 20:08:12 +0000 (21:08 +0100)
commitcc2f13d948d7605be5053e3c97313c29af001c86
tree638568dc908651ec5d0a87b016b58fb73c14d6dc
Initial import from svn
73 files changed:
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
data-models/CMakeLists.txt [new file with mode: 0644]
data-models/reverse_proxy.xsd [new file with mode: 0644]
rules [new submodule]
utils [new submodule]
wsproxy/CMakeLists.txt [new file with mode: 0644]
wsproxy/TODO.txt [new file with mode: 0644]
wsproxy/config/wsproxy.xml [new file with mode: 0644]
wsproxy/config/wsproxy_plugin.xml [new file with mode: 0644]
wsproxy/jsTerm-master/LICENSE [new file with mode: 0644]
wsproxy/jsTerm-master/README [new file with mode: 0644]
wsproxy/jsTerm-master/example/index.html [new file with mode: 0755]
wsproxy/jsTerm-master/example/palawan.html [new file with mode: 0755]
wsproxy/jsTerm-master/fonts/ansilove_font_pc_80x25.png [new file with mode: 0644]
wsproxy/jsTerm-master/src/Term.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/AnsiParser.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/ByteArray.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/CharacterCodes.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/EscapeSequencer.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/Keyboard.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/NVTCodes.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/SixteenColors.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/parser/Telnet.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/telnet/Session.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/telnet/Socket.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/viewer/AnsiViewer.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/viewer/Cursor.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/viewer/Font.js [new file with mode: 0644]
wsproxy/jsTerm-master/src/viewer/Point.js [new file with mode: 0644]
wsproxy/main.cpp [new file with mode: 0644]
wsproxy/plugins/CMakeLists.txt [new file with mode: 0644]
wsproxy/plugins/plugin_auth.h [new file with mode: 0644]
wsproxy/plugins/plugin_default.cpp [new file with mode: 0644]
wsproxy/plugins/plugin_default.h [new file with mode: 0644]
wsproxy/plugins/plugin_log.cpp [new file with mode: 0644]
wsproxy/plugins/plugin_log.h [new file with mode: 0644]
wsproxy/plugins/plugin_ssl.cpp [new file with mode: 0644]
wsproxy/plugins/plugin_ssl.h [new file with mode: 0644]
wsproxy/plugins/plugin_ws.cpp [new file with mode: 0644]
wsproxy/plugins/plugin_ws.h [new file with mode: 0644]
wsproxy/ressources/echo.html [new file with mode: 0644]
wsproxy/ressources/oxo.html [new file with mode: 0644]
wsproxy/sha1.cpp [new file with mode: 0755]
wsproxy/sha1.h [new file with mode: 0755]
wsproxy/test.html [new file with mode: 0644]
wsproxy/ws_acceptor.cpp [new file with mode: 0644]
wsproxy/ws_acceptor.h [new file with mode: 0644]
wsproxy/ws_allocator.h [new file with mode: 0644]
wsproxy/ws_base64.cpp [new file with mode: 0644]
wsproxy/ws_base64.h [new file with mode: 0644]
wsproxy/ws_conn_handler.h [new file with mode: 0644]
wsproxy/ws_constant.h [new file with mode: 0644]
wsproxy/ws_frame.cpp [new file with mode: 0644]
wsproxy/ws_frame.h [new file with mode: 0644]
wsproxy/ws_handler.h [new file with mode: 0644]
wsproxy/ws_handler_factory.cpp [new file with mode: 0644]
wsproxy/ws_handler_factory.h [new file with mode: 0644]
wsproxy/ws_http_handler.h [new file with mode: 0644]
wsproxy/ws_http_header.cpp [new file with mode: 0644]
wsproxy/ws_http_header.h [new file with mode: 0644]
wsproxy/ws_https_handler.h [new file with mode: 0644]
wsproxy/ws_log.cpp [new file with mode: 0644]
wsproxy/ws_log.h [new file with mode: 0644]
wsproxy/ws_plugin.h [new file with mode: 0644]
wsproxy/ws_plugin_manager.cpp [new file with mode: 0644]
wsproxy/ws_plugin_manager.h [new file with mode: 0644]
wsproxy/ws_plugin_request.h [new file with mode: 0644]
wsproxy/ws_proxy_endpoint.cpp [new file with mode: 0644]
wsproxy/ws_proxy_endpoint.h [new file with mode: 0644]
wsproxy/ws_proxy_handler.cpp [new file with mode: 0644]
wsproxy/ws_proxy_handler.h [new file with mode: 0644]
xml-transform [new submodule]