Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
3a318ed5
Commit
3a318ed5
authored
Dec 10, 2006
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync etv 1.0.8
parent
5b198763
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
README
x11vnc/misc/enhanced_tightvnc_viewer/README
+2
-5
ssvnc_cmd
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd
+8
-8
No files found.
x11vnc/misc/enhanced_tightvnc_viewer/README
View file @
3a318ed5
...
@@ -64,6 +64,8 @@ The enhanced TightVNC viewer features are:
...
@@ -64,6 +64,8 @@ The enhanced TightVNC viewer features are:
- Automatic SSH connections from the GUI (ssh must already be
- Automatic SSH connections from the GUI (ssh must already be
installed on Unix; bundled plink is used on Windows)
installed on Unix; bundled plink is used on Windows)
- Ability to Save and Load VNC profiles for different hosts.
- Create or Import SSL Certificates and Private Keys.
- Create or Import SSL Certificates and Private Keys.
- Automatic Service tunnelling via SSH for CUPS and SMB Printing,
- Automatic Service tunnelling via SSH for CUPS and SMB Printing,
...
@@ -124,11 +126,6 @@ Unix and Mac OS X:
...
@@ -124,11 +126,6 @@ Unix and Mac OS X:
% ./ssvnc/MacOSX/ssvnc (for Mac OS X)
% ./ssvnc/MacOSX/ssvnc (for Mac OS X)
actually both of the above are equivalent, and the same as running
% ./ssvnc/bin/ssvnc
The smaller file "ssvnc_no_windows-1.0.8.tar.gz"
The smaller file "ssvnc_no_windows-1.0.8.tar.gz"
could have been used as well.
could have been used as well.
...
...
x11vnc/misc/enhanced_tightvnc_viewer/bin/ssvnc_cmd
View file @
3a318ed5
...
@@ -168,19 +168,19 @@ if [ ! -d "$dir/$name" -a $nearby = 0 ]; then
...
@@ -168,19 +168,19 @@ if [ ! -d "$dir/$name" -a $nearby = 0 ]; then
fi
fi
echo
"Using externel
\"
vncviewer
\"
and
\"
stunnel
\"
found in PATH."
echo
"Using externel
\"
vncviewer
\"
and
\"
stunnel
\"
found in PATH."
if
[
"X
$DARWIN_COTVNC
"
=
"X"
-a
"X
$VNCVIEWERCMD
"
=
"Xvncviewer"
]
;
then
hstr
=
`
"
$VNCVIEWERCMD
"
-h
2>&1 |
head
-5
`
if
echo
"
$hstr
"
|
grep
'^TightVNC.*version 1\.[23]'
>
/dev/null
;
then
# we need to avoid raw encoding
use_ours
=
1
fi
fi
else
else
STUNNEL_EXTRA_OPTS
=
${
STUNNEL_EXTRA_OPTS
:-
"maxconn = 1"
}
STUNNEL_EXTRA_OPTS
=
${
STUNNEL_EXTRA_OPTS
:-
"maxconn = 1"
}
export
STUNNEL_EXTRA_OPTS
export
STUNNEL_EXTRA_OPTS
SSVNC_VIEWER_INTERNAL
=
1
SSVNC_VIEWER_INTERNAL
=
1
export
SSVNC_VIEWER_INTERNAL
export
SSVNC_VIEWER_INTERNAL
use_ours
=
1
fi
if
[
"X
$DARWIN_COTVNC
"
=
"X"
-a
"X
$VNCVIEWERCMD
"
=
"Xvncviewer"
]
;
then
hstr
=
`
"
$VNCVIEWERCMD
"
-h
2>&1 |
head
-5
`
if
echo
"
$hstr
"
|
grep
'^TightVNC.*version 1\.[23]'
>
/dev/null
;
then
# we need to avoid raw encoding
use_ours
=
1
fi
fi
fi
# Put our os.arch and other utils dirs at head of PATH to be sure to
# Put our os.arch and other utils dirs at head of PATH to be sure to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment