Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
128ee3ec [view]master2009-03-16 11:09:53 -0400runge[libtdevnc] Add some -remap tricks. Limit rfbCFD message count.
9ae2e839 [view]master2009-03-14 22:18:08 -0400runge[libtdevnc] Insert x11vnc copyright and license notices.
b2805971 [view]master2009-03-14 12:14:55 -0400runge[libtdevnc] Test git commit setting username & etc.
bce0939c [view]master2009-03-14 11:57:04 -0400Karl J. Runge[libtdevnc] Tweak settings and docs for create_display. Add FD_EXTRA finishing cmd.
03666d6a [view]master2009-03-13 02:06:17 +0000runge[libtdevnc] x11vnc: Fix off-screen bug for -ncache_cr copyrect.
e2874d34 [view]master2009-03-12 00:07:48 +0000dscho[libtdevnc] Teach SDLvncviewer about scroll wheel events
Signed-off-by: Johannes Schindelin
76db2202 [view]master2009-03-12 00:07:22 +0000dscho[libtdevnc] SDLvncviewer: fix passing a wrong pointer type
Signed-off-by: Johannes Schindelin
ebe79c28 [view]master2009-03-08 18:33:08 +0000dscho[libtdevnc] Clipboard support for SDLvncviewer
The clipboard support has only been tested on Linux so far.
Signed-off-by: Johannes Schindelin
e7152a7f [view]master2009-03-07 22:30:43 +0000runge[libtdevnc] Allow range for X11VNC_SKIP_DISPLAY, document grab
Xserver issue. Add progress_client() to proceed more quickly
thru handshake. Improvements to turbovnc hack.
eb1cc760 [view]master2009-03-07 19:19:18 +0000dscho[libtdevnc] SDLvncviewer: upon focus loss, force releasing the Alt keys
When switching windows using the Alt+Tab shortcut, SDLvncviewer would
get the "down" event, but not the "up" event. This patch provides
a workaround.
Signed-off-by: Johannes Schindelin
e12c4ccf [view]master2009-03-07 19:18:55 +0000dscho[libtdevnc] SDLvncviewer: refactor event handling
Instead of having deep indent levels, put the code to handle events into
its own function. That also helps readability.
Signed-off-by: Johannes Schindelin
1b2083d8 [view]master2009-03-07 19:18:45 +0000dscho[libtdevnc] Update SDLvncviewer TODOs
Signed-off-by: Johannes Schindelin
a02607fe [view]master2009-03-07 19:18:26 +0000dscho[libtdevnc] Teach SDLvncviewer to be resizable
Using "SDLvncviewer -resizable", you make the window resizable. This
means that you can shrink the window (e.g. when you are trying to access
an x11vnc from your little netbook), or you can enlarge it.
Signed-off-by: Johannes Schindelin
3ab7d5d7 [view]master2009-03-06 16:06:38 +0000dscho[libtdevnc] SDLvncviewer: enable key repeat
Signed-off-by: Johannes Schindelin
2742c957 [view]master2009-02-28 16:39:25 +0000runge[libtdevnc] x11vnc: add kludge to experiment with turbovnc.
453166ec [view]master2009-02-26 02:28:28 +0000runge[libtdevnc] x11vnc: fix some -QD cases for use in tkx11vnc.
81cda63c [view]master2009-02-22 03:04:33 +0000runge[libtdevnc] fix some compiler warnings.
d400112c [view]master2009-02-22 01:52:18 +0000runge[libtdevnc] add -noskip_lockkeys option for future use.
095bc95d [view]master2009-02-07 01:12:28 +0000Frederik Schwarzer[tdepim] Typo fix
WAS: global typo fix
Cherry-picked from: 70eeef7c6e39b0a396fd81a703f9b90f511058c4
Signed-off-by: Luke Dashjr
e59f78c5 [view]master2009-02-04 03:05:32 +0000runge[libtdevnc] x11vnc: Add "sendbell" remote cmd. Fix copyrect updates under
-reflect. Workaround that checks valid window of selection
requestor. Wait on some ssl helper pids earlier. Workaround
XAUTHLOCALHOSTNAME for some new usage modes. Set fake fb to
requested bpp with correct masks. -padgeom once:... mode.
Set LIBXCB_ALLOW_SLOPPY_LOCK by default. rfbRandomBytes earlier.
classes/ssl: Update jars. Add "TOP_" dropdown customization to
ultravnc java viewer applet FTP panel.
3998c18e [view]master2009-02-03 12:33:28 +0000dscho[libtdevnc] test/Makefile: use check_PROGRAMS
Rather than use noinst_PROGRAMS, check_PROGRAMS will define programs that
are only compiled when someone actually runs `make check`.
Signed-off-by: Mike Frysinger
Signed-off-by: Johannes Schindelin
b0c272e7 [view]master2009-02-03 12:22:41 +0000dscho[libtdevnc] Record Mike's automake cleanups
Signed-off-by: Johannes Schindelin
3d2eab57 [view]master2009-02-03 12:22:29 +0000dscho[libtdevnc] clean up build flags
The flag handling (both compiler options and include paths) are a mess at
the moment. There is no point in forcing "-O2 -g" when these are already
the defaults, and if someone changes the defaults, chances are good they
don't want you clobbering their choices.
The -Wall flag should be handled in configure and thrown into CFLAGS once
rather than every Makefile.am. Plus, this way we can control which
compilers the flag actually gets used with.
Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should
it contain -I. as this is already in the default includes setup.
Signed-off-by: Mike Frysinger
Signed-off-by: Johannes Schindelin
2475d2c2 [view]master2009-02-03 12:15:21 +0000dscho[libtdevnc] configure: use _cv_ in cache var name
Newer autoconf fails if _cv_ is not in the cache var name.
Signed-off-by: Mike Frysinger
Signed-off-by: Johannes Schindelin
0bbdd92b [view]master2009-02-03 12:15:11 +0000dscho[libtdevnc] configure: use AM_PROG_CC_C_O
Newer automakes error out due to per-file CFLAGS being used unless the
macro AM_PROG_CC_C_O is set in configure.ac.
[jes: The macro AM_PROG_CC_C_O has been around since 1999, so it should
be safe.]
Signed-off-by: Mike Frysinger
Signed-off-by: Johannes Schindelin
7b5dfecf [view]master2009-02-03 12:14:59 +0000dscho[libtdevnc] autogen.sh: run with set -e
If any autotool command fails, we want to abort, not keep running.
Otherwise, errors in say a Makefile.am will be missed as the automake
failure gets ignored and then lost in the noise.
Signed-off-by: Mike Frysinger
Signed-off-by: Johannes Schindelin
a868b647 [view]master2009-01-12 20:14:44 +0000runge[libtdevnc] SSVNC 1.0.22 release (+ a little bit more). crl lists, ssh pid finding improvements, and more.
effe81e3 [view]master2009-01-12 02:52:27 +0000runge[libtdevnc] configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7
a774823b [view]master2009-01-12 01:56:14 +0000runge[libtdevnc] classes/ssl: Add configurable Ultra java applet Filexfer Drives
drop down (e.g. ftpDropDown=Home.Desktop.bin). Document all
applet parameters in classes/ssl/README.
8d55891d [view]master2009-01-11 04:51:49 +0000runge[libtdevnc] Forgot ChangeLog
c6cddebd [view]master2009-01-11 04:51:06 +0000runge[libtdevnc] prepare_x11vnc_dist.sh: fix SUBDIRS and DIST_SUBDRIS when using --with-system-libvncserver
198382dc [view]master2009-01-10 23:03:24 +0000runge[libtdevnc] x11vnc: fix failure of -8to24 on default depth 24 due to
nonstandard indexed color support changes. Fix small window
for failure after XSendEvent selection call; add env var.
X11VNC_SENDEVENT_SYNC=1 to take even more care.
91174efb [view]master2009-01-04 04:56:53 +0000runge[libtdevnc] x11vnc: fix compiler warnings.
4fdb4cc6 [view]master2009-01-04 03:10:39 +0000runge[libtdevnc] x11vnc: add -rmflag option, -rawfb vt support, bpp < 8 support
for rawfb, find /dev/video better. Fix reverse SSL connection
for DH. Some improvements for CUPS TS helper, restart if needed.
6876b85d [view]master2009-01-04 03:02:34 +0000runge[libtdevnc] configure.ac: add include file file for libXrandr on Solaris.
prepare_x11vnc_dist.sh: set version to 0.9.7
8bef644d [view]master2008-12-10 17:12:27 +0000runge[libtdevnc] x11vnc: 0.9.6 release. Some strtok bugfixes. rename -tlsvnc
to -anontls. Disable ssl caching. No cert creation prompting
in inetd or bg modes. waitpid a bit more carefully on ssl
helpers. Tune ssl initial timeouts. Let -create user specify
starting X display. fix -rfbport prompt gui for older tk.
-sslonly option. Error if no -ssl with related options. -rand
option. -ssl implies -ssl SAVE
e6819291 [view]master2008-11-22 19:08:02 +0000runge[libtdevnc] Update ss_vncviewer...
41c7b74a [view]master2008-11-22 19:00:38 +0000runge[libtdevnc] SSVNC sync: stunnel upgrade and patch, change wish order, -anondh -ciphers option
VeNCrypt and TLSVNC support (in pproxy and unix vncviewer). Help text tweaks
-killstunnel, s_client fixes, No Encryption easier. Zeroconf/avahi support.
tk font fixes. SSVNC_ULTRA_FTP_JAR finding SSVNC_PREDIGESTED_HANDSHAKE
SSVNC_SKIP_RFB_PROTOCOL_VERSION, SSVNC_SET_SECURITY_TYPE, etc hacks.
6fbba525 [view]master2008-11-22 18:36:33 +0000runge[libtdevnc] x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL,
-setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS
encryption support. Tweaks to choose_delay() algorithm.
-ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs
management. Additions to tray=setpass naive user mode.
63b98dba [view]master2008-11-05 01:18:29 +0000runge[libtdevnc] x11vnc: add zeroconf external helpers (avahi-publish and
dns-sd). Alias -zeroconf. Close pipeinput_fh on exit.
Kludge to make -solid work on MacOSX console. Attempt at
cpp macros to disable newer libvncserver interfaces.
cb67ada7 [view]master2008-11-05 01:13:17 +0000runge[libtdevnc] Tweak messages. Add shmat for --without-x building.
cda73dc0 [view]master2008-10-30 03:12:05 +0000runge[libtdevnc] synchronize ssvnc
4dbc5d5a [view]master2008-10-29 23:41:28 +0000runge[libtdevnc] x11vnc: -http_oneport for single port HTTP and VNC. Improve find_display wrt lsof blocking with -b.
8938cda1 [view]master2008-10-19 16:33:22 +0000runge[libtdevnc] Sync SSVNC changes: fullscreen fixes, local scaling, -chatonly, iso-8859-1/utf8 etc., etc.
73f19d71 [view]master2008-10-19 16:18:35 +0000runge[libtdevnc] Update ssl VNC viewer jars and patch file.
1c03dd4d [view]master2008-10-19 16:16:41 +0000runge[libtdevnc] x11vnc: -chatwindow, -scale WxH, -enc changes.
c80147f2 [view]master2008-10-05 12:30:43 +0000Ingo Klöcker[tdepim] A signal handler that calls for example waitpid has to save errno before and
restore it afterwards.
Cherry-picked from: 70b4927d847f52c865e0c6c91323eeb3295a99eb
Signed-off-by: Luke Dashjr
16c7ea1b [view]master2008-09-21 23:04:47 +0000runge[libtdevnc] x11vnc: Add symmetric key encryption -enc cipher:keyfile,
works with SSVNC. Make -remap work on MacOSX console.
update to 0.9.5 strings. Add a couple menu items to tkx11vnc.
a1e5d55e [view]master2008-09-17 13:35:07 +0000runge[libtdevnc] x11vnc: make -allow work in -ssl mode.
95d7788e [view]master2008-09-14 19:28:25 +0000runge[libtdevnc] x11vnc: -sleepin m-n for random sleep. More mktemp and mkstemp
protections. SSL_INIT_TIMEOUT=n env. var. Fix macosx console
X call bug. Synchronize other projects sources.
d5cba7a5 [view]master2008-09-07 04:17:33 +0000runge[libtdevnc] x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode.
-grablocal n experiment (not compiled by default). -macuskbd
option for macosx for orig uskdb code. keycode=N remote contol
cmd. Find dpy look at non-NFS cookies in /tmp. Fix gui tray
insertion on recent gnome dt. Fix connect_file bug. Sync SSVNC
dbfa4ad1 [view]master2008-06-24 22:33:41 +0000runge[libtdevnc] We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebufferUpdate() (italc reported bug)
42c55156 [view]master2008-06-13 20:29:49 +0000Blase Stanek[kooldock] Some fixes
Signed-off-by: Alexander Golubev
975b6902 [view]master2008-06-07 21:12:50 +0000runge[libtdevnc] x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM for HP-UX.
Print info on SSH_CONNECTION override.
a824cf44 [view]master2008-06-03 21:47:15 +0000dscho[libtdevnc] SDLvncviewer: update screen correctly after a resize
Signed-off-by: Johannes Schindelin
c9fa8718 [view]master2008-06-03 02:39:28 +0000runge[libtdevnc] Enable --with-ssl=DIR option.
c63fd348 [view]master2008-06-01 21:13:35 +0000runge[libtdevnc] x11vnc: lower waitms and defer if framebuffer reads are fast (> 100MB/s)
65b42bb8 [view]master2008-06-01 03:36:47 +0000runge[libtdevnc] x11vnc: support colormaps for depths other than 8. xinerama warppointer only if more than one subscreen.
1983292e [view]master2008-05-31 12:49:41 +0000dscho[libtdevnc] .gitignore: ignore also temporary editor files
Signed-off-by: Johannes Schindelin
0cb39508 [view]master2008-05-31 12:49:20 +0000dscho[libtdevnc] VisualNaCro: add .gitignore file
Signed-off-by: Johannes Schindelin
c5233839 [view]master2008-05-31 12:48:57 +0000dscho[libtdevnc] VisualNaCro: fix configure.ac
There was a misunderstanding as to the workings of AC_CHECK_PROG().
Signed-off-by: Johannes Schindelin
1749faf2 [view]master2008-05-31 12:48:10 +0000dscho[libtdevnc] Update TODOs
Signed-off-by: Johannes Schindelin
ce71b4d4 [view]master2008-05-31 12:47:47 +0000dscho[libtdevnc] Fix libvncserver-config for in-place operation
Since quite some time, the linkable libraries are stored in the .libs/
subdirectories. Adjust libvncserver-config to account for that when
running without installing.
Signed-off-by: Johannes Schindelin
147bb598 [view]master2008-05-24 14:15:58 +0000Ingo Klöcker[tdepim] The use of the static keyword is deprecated when declaring objects in a namespace scope....
- The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2
Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df
Signed-off-by: Luke Dashjr
eaecbf4b [view]master2008-05-23 02:05:54 +0000runge[libtdevnc] Handle colormaps with more than 256 colors.
f164dc18 [view]master2008-05-13 00:03:42 +0000dscho[libtdevnc] examples/mac: disable the cursor
We cannot write access the frame buffer, and we do not have a sensible
cursor anyway, so better disable the cursor (which would have to be drawn
for clients that do not support CursorShapeUpdates).
Signed-off-by: Johannes Schindelin
b069f1dc [view]master2008-05-13 00:02:52 +0000dscho[libtdevnc] SDLvncviewer: add -viewonly
Just like its siblings from other projects, SDLvncviewer now supports
viewonly connections.
Signed-off-by: Johannes Schindelin
d538e4e2 [view]master2008-05-12 01:04:40 +0000runge[libtdevnc] x11vnc: SSL fixes. Increase cert lifetimes to 2 years. Print ssl err msg.
fa531979 [view]master2008-05-12 01:03:06 +0000runge[libtdevnc] Add X509_print_ex_fp check for x11vnc.
b2306270 [view]master2008-05-12 00:53:11 +0000runge[libtdevnc] Many improvement to the frontend and unix viewer. UltraVNC proxy support,
and other proxy improvements.
abbdf92a [view]master2008-05-08 01:23:45 +0000runge[libtdevnc] x11vnc: add UltraVNC repeater proxy support. fix to setp gui
mode. -threads is now strongly discouraged. Read PORT= in url.
User can set nolisten for Xvfb in -create mode. clean up
wait_for_client() to some degree.
d8812f8c [view]master2008-05-08 00:56:59 +0000runge[libtdevnc] Add check for "https" to viewers. update jars.
738d19c1 [view]master2008-05-06 18:47:59 +0000Jakub Stachowski[tdepim] Use static const instead of #define
Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1
Signed-off-by: Luke Dashjr
4aacbe5b [view]master2008-05-04 10:32:25 +0000Jakub Stachowski[tdepim] Default port for imap and imaps. Before after typing imap://server/ in
konqueror, slave would try to connect to port 0.
Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc
Signed-off-by: Luke Dashjr
8641c8e7 [view]master2008-04-28 15:35:56 +0000dscho[libtdevnc] Fix compilation in the absence of libjpeg
The JPEG library is not necessarily installed everywhere, and sometimes
it is outright undesirable to compile with JPEG support, e.g. when the
server is not very fast. So fix the compilation for that case.
Signed-off-by: Johannes Schindelin
357b99e5 [view]master2008-03-21 11:23:52 +0000dscho[libtdevnc] Update TODOs
Signed-off-by: Johannes Schindelin
fa8bdd09 [view]master2008-03-08 23:24:47 +0000Allen Winter[tdepim] "x" -> 'x' micro-optimization.
Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3
Signed-off-by: Luke Dashjr
c04a28f3 [view]master2008-02-18 20:05:14 +0000dscho[libtdevnc] Please MS Visual C++ a bit (Christian Ehrlicher)
Signed-off-by: Johannes Schindelin
51575e4e [view]master2008-02-18 15:31:43 +0000runge[libtdevnc] Update ssl jars.
87a92549 [view]master2008-02-18 14:44:02 +0000runge[libtdevnc] changes for release
0c8d392e [view]master2008-02-18 04:07:49 +0000runge[libtdevnc] minor date changes.
6c45a721 [view]master2008-02-18 03:57:13 +0000runge[libtdevnc] ssvnc sync with zywrle support and improvements to popup.
7cb7bef2 [view]master2008-02-06 18:10:42 +0000Blase Stanek[kooldock] Fixed: disappearing when changing desktop
Signed-off-by: Alexander Golubev
b08cf526 [view]master2008-02-06 17:44:28 +0000Allen Winter[tdepim] Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"
BUG: 153885
Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8
Signed-off-by: Luke Dashjr
26b79b89 [view]master2008-02-04 17:58:11 +0000dscho[libtdevnc] ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
Highlite:
* use qualityLevel/zlib_buffer. No new variable is needed.
* Change coding style to recursive fashion.
* Change meaning of qualityLevel== 9 for easy calc zywrle_level:
old:zywrle_level== 1
new:disable ZYWRLE(same as ZRLE)
so, we should not use this value for compatible reason.
* Color mode handling isn't complete.
I provided and checked 16 bit colors(RGB555,RGB565) and
some color mode of 32 bit colors for little endian mode.
we must make and check 24 bit colors and big endian mode.
Signed-off-by: Johannes Schindelin
befcb6fc [view]master2008-02-04 17:57:39 +0000dscho[libtdevnc] Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki)
Signed-off-by: Johannes Schindelin
8bb82716 [view]master2008-02-03 02:42:23 +0000runge[libtdevnc] Add ZYWRLE to server printout.
e526c481 [view]master2008-02-02 03:57:12 +0000dscho[libtdevnc] SDLvncviewer: fix button handling
For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit
"translate keys based on unicode (much more reliable than sym)".
I do not remember why, nor what I smoked, but this was wrong.
Signed-off-by: Johannes Schindelin
2530c5fa [view]master2008-02-02 03:56:41 +0000dscho[libtdevnc] SDLvncviewer: fix Ctrl+
Signed-off-by: Johannes Schindelin
20fe2c2e [view]master2008-02-02 03:56:09 +0000dscho[libtdevnc] SDLvncviewer: fix translation of the Tab key
Signed-off-by: Johannes Schindelin
d6fe147f [view]master2008-02-02 03:55:21 +0000dscho[libtdevnc] Updated TODOs
Signed-off-by: Johannes Schindelin
fe63ea13 [view]master2008-02-01 02:30:35 +0000runge[libtdevnc] Need to include zywrletemplate.c in Makefile.am
caca05eb [view]master2008-02-01 02:08:13 +0000runge[libtdevnc] sync java viewer.
7e7ef1b4 [view]master2008-02-01 02:05:10 +0000runge[libtdevnc] x11vnc: during speeds estimate, guard against client disconnecting.
c17aef31 [view]master2008-01-31 17:49:13 +0000dscho[libtdevnc] Fix rfbSendSupportedEncodings
There was a long standing TODO to make the counting of the supported
encodings dynamic. It never triggered, until ZYWRLE was added.
Noticed by Christian Ehrlicher.
Signed-off-by: Johannes Schindelin
e32ebd64 [view]master2008-01-31 13:19:28 +0000dscho[libtdevnc] Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc
Since we separated the packages LibVNCServer and x11vnc, there is
a configure switch --with-x11vnc, without which x11vnc is not built.
However, even _with_ this switch, it is not built, because the Makefile
would not recurse into the x11vnc/ subdirectory. Fix that.
Signed-off-by: Johannes Schindelin
c5173f36 [view]master2008-01-31 11:52:50 +0000dscho[libtdevnc] Fix Swap16IfLE() on bytes
When swapping the values for the colour table to little-endian (because
they are 16-bit values), we need to cast "unsigned char" to "unsigned
short"; otherwise, Microsoft's compiler would keep complaining.
Noticed by Christian Ehrlicher.
Signed-off-by: Johannes Schindelin
3d9a5639 [view]master2008-01-31 11:52:25 +0000dscho[libtdevnc] Move tightQualityLevel out of the JPEG specific part
The variable tightQualityLevel is used for ZYWRLE compression, too,
so if libjpeg is not present, but libz is, we still need to have
that struct member.
Signed-off-by: Johannes Schindelin
ce8d6c24 [view]master2008-01-30 20:38:51 +0000dscho[libtdevnc] Make ZYWRLE thread-safe for multiple clients
ZYWRLE used a static buffer, which does not work too well if you have
more than one client in a threaded server. Instead, we have the data
in the client structure now.
Signed-off-by: Johannes Schindelin
5b9b4543 [view]master2008-01-30 20:38:37 +0000dscho[libtdevnc] ZYWRLE brown paper bag fix
While adjusting the coding style, three stupid mistakes happened. The
quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros
ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one
statement, which means that we need curly brackets around them when they
are in an if clause.
Signed-off-by: Johannes Schindelin

List generated Sun May 12 08:17:41 2024
Currently showing patches 45401 to 45500 of 46295 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]