Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-03-26 04:31:54 +0300
committerAlexandre Quesnel <131881+aquesnel@users.noreply.github.com>2021-03-26 17:16:00 +0300
commit16fe9a021a573eb7160abc721a588b9c8acb321c (patch)
tree19a24b6d33bdfae20db82eb89e80fd8fdebca798 /README.md
parent6479d54eaa134f4d3b8cbb9d61e12300d0d0e19a (diff)
Moving gtcp_proxy and tcp_proxy to the tools/devel directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42436ac7..fa2e445a 100644
--- a/README.md
+++ b/README.md
@@ -128,9 +128,17 @@ xrdp
├── mc ·········· media center module
├── neutrinordp · RDP client module for proxying RDP connections using NeutrinoRDP
├── pkgconfig ··· pkg-config configuration
-├── sesman ······ session manager for xrdp
+├── scripts ····· build scripts
+├┬─ sesman ······ session manager for xrdp
+|├── chansrv ···· channel server for xrdp
+|├── libscp ····· authorization library
+|└── tools ······ session management tools for sys admins
├── tcutils ····· QT based utility program for thin clients
├── tests ······· tests for the code
+├┬─ tools ······· tools
+|└┬─ devel ······ development tools
+| ├── gtcp_proxy GTK app that forwards TCP connections to a remote host
+| └── tcp_proxy · CLI app that forwards TCP connections to a remote host
├── vnc ········· VNC client module for xrdp
├── vrplayer ···· QT player redirecting video/audio to clients over xrdpvr channel
├── xrdp ········ main server code