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
0130bdb9
Commit
0130bdb9
authored
May 22, 2004
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept
parent
dd26262a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
581 additions
and
138 deletions
+581
-138
ChangeLog
ChangeLog
+3
-0
ChangeLog
contrib/ChangeLog
+7
-0
x11vnc.c
contrib/x11vnc.c
+570
-137
httpd.c
httpd.c
+1
-1
No files found.
ChangeLog
View file @
0130bdb9
2004-05-21 Karl Runge <runge@karlrunge.com>
* x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept
2004-05-08 Karl Runge <runge@karlrunge.com>
* x11vnc: add -accept some-command/xmessage/popup
...
...
contrib/ChangeLog
View file @
0130bdb9
2004-05-21 Karl Runge <runge@karlrunge.com>
* -accept: add view-only decision and other improvements.
* add -gone command option for when a client leaves.
Thanks to Jesus Alvarez for these ideas.
* -passwdfile to keep passwd off of cmd line.
* -o logfile send stderr to a logfile.
2004-05-14 Karl Runge <runge@karlrunge.com>
* improvements to -accept popup: yes/no buttons and timeout.
* less fprintf under -q so '-q -inetd' has no stderr output.
...
...
contrib/x11vnc.c
View file @
0130bdb9
This diff is collapsed.
Click to expand it.
httpd.c
View file @
0130bdb9
...
...
@@ -167,7 +167,7 @@ httpCheckFds(rfbScreenInfoPtr rfbScreen)
rfbLog
(
"Rejected HTTP connection from client %s
\n
"
,
inet_ntoa
(
addr
.
sin_addr
));
#else
flags
=
fcntl
(
rfbScreen
->
httpSock
,
F_
S
ETFL
);
flags
=
fcntl
(
rfbScreen
->
httpSock
,
F_
G
ETFL
);
if
(
flags
<
0
||
fcntl
(
rfbScreen
->
httpSock
,
F_SETFL
,
flags
|
O_NONBLOCK
)
==
-
1
)
{
rfbLogPerror
(
"httpCheckFds: fcntl"
);
...
...
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