Commit Graph

957 Commits (018aac069a88243279e4172c44fb76eb881818d2)
 

Author SHA1 Message Date
dscho b0c272e723 Record Mike's automake cleanups
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 3d2eab575e 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 <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 2475d2c288 configure: use _cv_ in cache var name
Newer autoconf fails if _cv_ is not in the cache var name.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 0bbdd92baa 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 <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
dscho 7b5dfecfaa 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 <vapier@gentoo.org>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
16 years ago
runge a868b6476e SSVNC 1.0.22 release (+ a little bit more). crl lists, ssh pid finding improvements, and more. 16 years ago
runge effe81e36a configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7 16 years ago
runge a774823bdf 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.
16 years ago
runge 8d55891ded Forgot ChangeLog 16 years ago
runge c6cddebdd3 prepare_x11vnc_dist.sh: fix SUBDIRS and DIST_SUBDRIS when using --with-system-libvncserver 16 years ago
runge 198382dcf3 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.
16 years ago
runge 91174efbb8 x11vnc: fix compiler warnings. 16 years ago
runge 4fdb4cc67f 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.
16 years ago
runge 6876b85df3 configure.ac: add include file file for libXrandr on Solaris.
prepare_x11vnc_dist.sh: set version to 0.9.7
16 years ago
runge 8bef644d17 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
16 years ago
runge e681929159 Update ss_vncviewer... 16 years ago
runge 41c7b74a88 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.
16 years ago
runge 6fbba525a9 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.
16 years ago
runge 63b98dba79 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.
17 years ago
runge cb67ada73b Tweak messages. Add shmat for --without-x building. 17 years ago
runge cda73dc0ac synchronize ssvnc 17 years ago
runge 4dbc5d5a12 x11vnc: -http_oneport for single port HTTP and VNC. Improve find_display wrt lsof blocking with -b. 17 years ago
runge 8938cda1e7 Sync SSVNC changes: fullscreen fixes, local scaling, -chatonly, iso-8859-1/utf8 etc., etc. 17 years ago
runge 73f19d71e0 Update ssl VNC viewer jars and patch file. 17 years ago
runge 1c03dd4d51 x11vnc: -chatwindow, -scale WxH, -enc changes. 17 years ago
runge 16c7ea1b35 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.
17 years ago
runge a1e5d55e35 x11vnc: make -allow work in -ssl mode. 17 years ago
runge 95d7788eb0 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.
17 years ago
runge d5cba7a574 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
17 years ago
runge dbfa4ad1f7 We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebufferUpdate() (italc reported bug) 17 years ago
runge 975b690234 x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM for HP-UX.
Print info on SSH_CONNECTION override.
17 years ago
dscho a824cf443d SDLvncviewer: update screen correctly after a resize
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
runge c9fa871830 Enable --with-ssl=DIR option. 17 years ago
runge c63fd34844 x11vnc: lower waitms and defer if framebuffer reads are fast (> 100MB/s) 17 years ago
runge 65b42bb853 x11vnc: support colormaps for depths other than 8. xinerama warppointer only if more than one subscreen. 17 years ago
dscho 1983292eb0 .gitignore: ignore also temporary editor files
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 0cb3950863 VisualNaCro: add .gitignore file
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho c523383971 VisualNaCro: fix configure.ac
There was a misunderstanding as to the workings of AC_CHECK_PROG().

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho 1749faf297 Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
dscho ce71b4d496 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 <johannes.schindelin@gmx.de>
17 years ago
runge eaecbf4bec Handle colormaps with more than 256 colors. 17 years ago
dscho f164dc1893 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 <johannes.schindelin@gmx.de>
17 years ago
dscho b069f1dc01 SDLvncviewer: add -viewonly
Just like its siblings from other projects, SDLvncviewer now supports
viewonly connections.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
runge d538e4e281 x11vnc: SSL fixes. Increase cert lifetimes to 2 years. Print ssl err msg. 17 years ago
runge fa53197938 Add X509_print_ex_fp check for x11vnc. 17 years ago
runge b2306270d0 Many improvement to the frontend and unix viewer. UltraVNC proxy support,
and other proxy improvements.
17 years ago
runge abbdf92a70 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.
17 years ago
runge d8812f8c85 Add check for "https" to viewers. update jars. 17 years ago
dscho 8641c8e7bf 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 <johannes.schindelin@gmx.de>
17 years ago
dscho 357b99e5f2 Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago