GUACAMOLE-303: Merge Allow root directory of SFTP filesystem to be configured.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/07db9808 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/07db9808 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/07db9808 Branch: refs/heads/master Commit: 07db9808a09d40d4a4e38fe605ae2c9b453afa84 Parents: 836fc3e d51e92e Author: Nick Couchman <[email protected]> Authored: Mon Jul 3 17:47:05 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Mon Jul 3 17:47:05 2017 -0400 ---------------------------------------------------------------------- src/common-ssh/common-ssh/sftp.h | 21 ++- src/common-ssh/sftp.c | 259 ++++++++++++++++++++++++++++++++-- src/protocols/rdp/rdp.c | 4 +- src/protocols/rdp/rdp_settings.c | 13 ++ src/protocols/rdp/rdp_settings.h | 6 + src/protocols/ssh/settings.c | 15 ++ src/protocols/ssh/settings.h | 6 + src/protocols/ssh/ssh.c | 3 +- src/protocols/vnc/settings.c | 13 ++ src/protocols/vnc/settings.h | 6 + src/protocols/vnc/vnc.c | 4 +- 11 files changed, 332 insertions(+), 18 deletions(-) ----------------------------------------------------------------------
