Commit Graph

1352 Commits (97f442ef2aa65ade6bea11e90054c57b90abbaca)
 

Author SHA1 Message Date
dscho 50dbe1df75 Merge pull request #21 from newsoft/master
10 years ago
Nicolas Ruff 05a9bd41a8 Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale client->server messages. This would cause a division by zero and crash the server.
10 years ago
Nicolas Ruff 6037a9074d Check malloc() return value on client->server ClientCutText message. Client can send up to 2**32-1 bytes of text, and such a large allocation is likely to fail in case of high memory pressure. This would in a server crash (write at address 0).
10 years ago
dscho 7c9ef6372d Merge pull request #16 from sandsmark/master
10 years ago
Luca Falavigna 4276864096 Merge pull request #17 from dktrkranz/master
10 years ago
Johannes Schindelin cdd8675fd9 Fix whitespace
10 years ago
Luca Falavigna 0c08b5db65 Enable support for ppc64el architecture
10 years ago
Luca Falavigna ce8e04a761 Use Libs.private to avoid unnecessary linkage
10 years ago
Johannes Schindelin 27b0c0deb7 Fix indentation
10 years ago
dscho ba710eb145 Merge pull request #20 from newsoft/master
10 years ago
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
10 years ago
newsoft 045a044e8a Fix integer overflow in MallocFrameBuffer()
10 years ago
Amandeep Singh 012594b970 allow rfbInitSockets with non-ready states.
10 years ago
Amandeep Singh afd1d329ed Fix crash in krfb
10 years ago
Will Thompson dca1048239 x11vnc: fix double X_UNLOCK on xrandr events
10 years ago
dscho 9453be4201 Merge pull request #13 from wjt/fix-double-X_UNLOCK-on-xrandr-event
10 years ago
Will Thompson c4dff87c8f x11vnc: fix double X_UNLOCK on xrandr events
10 years ago
Johannes Schindelin 3238443dc1 Update LZO to version 2.07
10 years ago
dscho d1a3eb9db5 Merge pull request #7 from waldheinz/init-sfae-padding
10 years ago
dscho da7cf4fe2a Merge pull request #6 from waldheinz/cmake-cleanup
10 years ago
Matthias Treydte b6b8889306 Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.
10 years ago
Matthias Treydte 57fcf68844 Use CMAKE_CURRENT_*_DIR instead of CMAKE_*_DIR.
10 years ago
dscho 8c21b31cef Merge pull request #4 from dextero/master
10 years ago
dextero f2d516866c x11vnc: adjust blackout region coordinates to the clipping region
10 years ago
Johannes Schindelin 646f844f69 Merge branch 'repeater'
10 years ago
Johannes Schindelin a705cd625c libvncclient: If we have TLS support, enable VeNCrypt by default
10 years ago
Johannes Schindelin 0e19b7c509 Ignore the 'mac' example, too
10 years ago
Johannes Schindelin 8d558daf05 Ignore the vencrypt document
10 years ago
Johannes Schindelin 186da4f10e Ignore rfbproto.rst
10 years ago
Johannes Schindelin 71d0f9b06f Repeater example: show how to shut down cleanly
10 years ago
Johannes Schindelin c0e012e4d2 Add an example how to connect to an UltraVNC-style repeater
10 years ago
Christian Beier 817f6e658d Update sourceforge links to point to github.
10 years ago
Johannes Schindelin 3351ba69a4 Fix tyop
10 years ago
Johannes Schindelin 79e68d0650 Ignore more generated files
10 years ago
Robbert Klarenbeek f2a93afb46 Address #12 ClientData does not get freed
10 years ago
Johannes Schindelin bd811bdee9 After free()ing clientData, set it to NULL
10 years ago
Joel Martin 7b9fc019de Set opcode correctly for binary frames.
11 years ago
Christian Beier 0de0fa498d Remove unneeded #ifdefs.
11 years ago
Christian Beier 38c181a2d5 Fix ABI compatibility issue.
11 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
David Verbeiren 98d49517ed gtkvncviewer enhancements
11 years ago
Christian Beier 55bdab0257 Add Raphael to AUTHORS.
12 years ago
Raphael Kubo da Costa ec3fff609c Include strings.h for strncasecmp(3)
12 years ago
Raphael Kubo da Costa 8f544bd276 Work around a gcc bug with anonymous structs and unions.
12 years ago
Raphael Kubo da Costa a63312c6fb Include stdio.h for snprintf(3)
12 years ago
Raphael Kubo da Costa 252f5d9c7c Add the required headers for read(2)
12 years ago
Raphael Kubo da Costa 95dd76327b Use htobeNN(3) to convert numbers in websocket.c.
12 years ago
Raphael Kubo da Costa 2d18f3cdcf Do not hardcode the need for libresolv.
12 years ago
Raphael Kubo da Costa 4c148e5f74 Tune the definitions needed when building with -ansi.
12 years ago
Raphael Kubo da Costa 8f1ef3d66c Add some missing feature macro definitions.
12 years ago