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
a874ddee
Commit
a874ddee
authored
Feb 17, 2007
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: make https fetch in accept_openssl() work again.
parent
057fdbb3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
25 deletions
+4
-25
README
x11vnc/README
+2
-2
help.c
x11vnc/help.c
+1
-1
sslhelper.c
x11vnc/sslhelper.c
+0
-21
x11vnc.1
x11vnc/x11vnc.1
+1
-1
No files found.
x11vnc/README
View file @
a874ddee
x11vnc
README
file
Date
:
Fri
Feb
16
13
:
40
:
55
EST
2007
x11vnc
README
file
Date
:
Fri
Feb
16
20
:
41
:
26
EST
2007
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -10903,7 +10903,7 @@ Options:
via the login and password prompt.
Also in the case of -unixpw, the user logging in can
place a colon at the end of h
is
username and supply
place a colon at the end of h
er
username and supply
a few options: scale=, scale_cursor= (or sc=), solid
(or so), id=, clear_mods (or cm), clear_keys (or ck),
repeat, speeds= (or sp=), readtimeout= (or rd=),
...
...
x11vnc/help.c
View file @
a874ddee
...
...
@@ -786,7 +786,7 @@ void print_help(int mode) {
" via the login and password prompt.
\n
"
"
\n
"
" Also in the case of -unixpw, the user logging in can
\n
"
" place a colon at the end of h
is
username and supply
\n
"
" place a colon at the end of h
er
username and supply
\n
"
" a few options: scale=, scale_cursor= (or sc=), solid
\n
"
" (or so), id=, clear_mods (or cm), clear_keys (or ck),
\n
"
" repeat, speeds= (or sp=), readtimeout= (or rd=),
\n
"
...
...
x11vnc/sslhelper.c
View file @
a874ddee
...
...
@@ -1453,29 +1453,8 @@ void accept_openssl(int mode) {
if
(
i
==
2
)
{
continue
;
}
if
(
i
==
listen
)
{
continue
;
}
close
(
i
);
}
if
(
screen
->
listenSock
>=
0
)
{
close
(
screen
->
listenSock
);
FD_CLR
(
screen
->
listenSock
,
&
screen
->
allFds
);
screen
->
listenSock
=
-
1
;
}
if
(
screen
->
httpListenSock
>=
0
)
{
close
(
screen
->
httpListenSock
);
FD_CLR
(
screen
->
httpListenSock
,
&
screen
->
allFds
);
screen
->
httpListenSock
=
-
1
;
}
if
(
openssl_sock
>=
0
)
{
close
(
openssl_sock
);
openssl_sock
=
-
1
;
}
if
(
https_sock
>=
0
)
{
close
(
https_sock
);
https_sock
=
-
1
;
}
/*
* sadly, we are a long lived child and so the large
...
...
x11vnc/x11vnc.1
View file @
a874ddee
...
...
@@ -933,7 +933,7 @@ above command is run as the user who just authenticated
via the login and password prompt.
.IP
Also in the case of \fB-unixpw,\fR the user logging in can
place a colon at the end of h
is
username and supply
place a colon at the end of h
er
username and supply
a few options: scale=, scale_cursor= (or sc=), solid
(or so), id=, clear_mods (or cm), clear_keys (or ck),
repeat, speeds= (or sp=), readtimeout= (or rd=),
...
...
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