Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean up build flags | dscho | 2009-02-03 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | 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> | |||||
* | SSVNC 1.0.22 release (+ a little bit more). crl lists, ssh pid finding ↵ | runge | 2009-01-12 | 8 | -662/+2039 | |
| | | | | improvements, and more. | |||||
* | classes/ssl: Add configurable Ultra java applet Filexfer Drives | runge | 2009-01-12 | 5 | -1593/+1624 | |
| | | | | | drop down (e.g. ftpDropDown=Home.Desktop.bin). Document all applet parameters in classes/ssl/README. | |||||
* | x11vnc: fix failure of -8to24 on default depth 24 due to | runge | 2009-01-10 | 8 | -14/+44 | |
| | | | | | | 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. | |||||
* | x11vnc: fix compiler warnings. | runge | 2009-01-04 | 13 | -41/+58 | |
| | ||||||
* | x11vnc: add -rmflag option, -rawfb vt support, bpp < 8 support | runge | 2009-01-04 | 19 | -392/+1374 | |
| | | | | | for rawfb, find /dev/video better. Fix reverse SSL connection for DH. Some improvements for CUPS TS helper, restart if needed. | |||||
* | x11vnc: 0.9.6 release. Some strtok bugfixes. rename -tlsvncX11VNC_REL_0_9_6 | runge | 2008-12-10 | 18 | -2350/+2773 | |
| | | | | | | | | | 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 | |||||
* | SSVNC sync: stunnel upgrade and patch, change wish order, -anondh -ciphers ↵ | runge | 2008-11-22 | 10 | -870/+2357 | |
| | | | | | | | | | 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. | |||||
* | x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL, | runge | 2008-11-22 | 34 | -2294/+5338 | |
| | | | | | | | -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. | |||||
* | x11vnc: add zeroconf external helpers (avahi-publish and | runge | 2008-11-05 | 19 | -1652/+2055 | |
| | | | | | | 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. | |||||
* | synchronize ssvnc | runge | 2008-10-30 | 5 | -226/+2151 | |
| | ||||||
* | x11vnc: -http_oneport for single port HTTP and VNC. Improve find_display wrt ↵ | runge | 2008-10-29 | 12 | -1724/+2008 | |
| | | | | lsof blocking with -b. | |||||
* | Sync SSVNC changes: fullscreen fixes, local scaling, -chatonly, ↵X11VNC_REL_0_9_5 | runge | 2008-10-19 | 9 | -1205/+5521 | |
| | | | | iso-8859-1/utf8 etc., etc. | |||||
* | x11vnc: -chatwindow, -scale WxH, -enc changes. | runge | 2008-10-19 | 36 | -3332/+5194 | |
| | ||||||
* | x11vnc: Add symmetric key encryption -enc cipher:keyfile, | runge | 2008-09-21 | 17 | -1759/+3051 | |
| | | | | | works with SSVNC. Make -remap work on MacOSX console. update to 0.9.5 strings. Add a couple menu items to tkx11vnc. | |||||
* | x11vnc: make -allow work in -ssl mode.X11VNC_REL_0_9_4 | runge | 2008-09-17 | 7 | -48/+124 | |
| | ||||||
* | x11vnc: -sleepin m-n for random sleep. More mktemp and mkstemp | runge | 2008-09-14 | 20 | -1330/+1867 | |
| | | | | | protections. SSL_INIT_TIMEOUT=n env. var. Fix macosx console X call bug. Synchronize other projects sources. | |||||
* | x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode. | runge | 2008-09-07 | 42 | -2826/+5759 | |
| | | | | | | | -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 | |||||
* | x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM for HP-UX. | runge | 2008-06-07 | 8 | -1528/+1671 | |
| | | | | Print info on SSH_CONNECTION override. | |||||
* | x11vnc: lower waitms and defer if framebuffer reads are fast (> 100MB/s) | runge | 2008-06-01 | 6 | -1485/+1515 | |
| | ||||||
* | x11vnc: support colormaps for depths other than 8. xinerama warppointer ↵ | runge | 2008-06-01 | 16 | -2026/+2454 | |
| | | | | only if more than one subscreen. | |||||
* | x11vnc: SSL fixes. Increase cert lifetimes to 2 years. Print ssl err msg. | runge | 2008-05-12 | 7 | -19/+41 | |
| | ||||||
* | Many improvement to the frontend and unix viewer. UltraVNC proxy support, | runge | 2008-05-12 | 7 | -490/+1805 | |
| | | | | and other proxy improvements. | |||||
* | x11vnc: add UltraVNC repeater proxy support. fix to setp gui | runge | 2008-05-08 | 15 | -2994/+3542 | |
| | | | | | | 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. | |||||
* | Update ssl jars. | runge | 2008-02-18 | 1 | -1/+1 | |
| | ||||||
* | changes for release | runge | 2008-02-18 | 3 | -15/+27 | |
| | ||||||
* | minor date changes. | runge | 2008-02-18 | 4 | -8/+26 | |
| | ||||||
* | ssvnc sync with zywrle support and improvements to popup. | runge | 2008-02-18 | 4 | -780/+1812 | |
| | ||||||
* | x11vnc: during speeds estimate, guard against client disconnecting. | runge | 2008-02-01 | 13 | -1734/+1680 | |
| | ||||||
* | x11vnc: -ping option, fix memory corruption in copy_tiles after xrandr resize. | runge | 2008-01-15 | 9 | -56/+91 | |
| | ||||||
* | x11vnc: setup remote-ctrl file by default on macosx. improve | runge | 2007-12-16 | 11 | -35/+88 | |
| | | | | tkx11vnc wrt attaching to existing server in icon/tray mode. | |||||
* | Fixes for MacOSX 10.5. Improve usage of x11 viewer on macosx. | runge | 2007-12-16 | 4 | -14/+638 | |
| | ||||||
* | x11vnc: fix find_display and usleep() prototype on macosx. | runge | 2007-12-16 | 9 | -28/+73 | |
| | | | | | -display console and check DISPLAY /tmp/...:0 on macosx. implement -noxinerama. | |||||
* | x11vnc: add clear_locks (Caps_Lock, etc) action. | runge | 2007-11-13 | 14 | -1548/+1778 | |
| | ||||||
* | ssvnc sync: connect_br.tcl socks4/5 http proxies, ss_vncviewer socks5 proxy. ↵ | runge | 2007-10-27 | 4 | -513/+1457 | |
| | | | | ssh 1st proxy. whatismyip.com fix. 127.0.0.1 on Darwin | |||||
* | x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix. | runge | 2007-10-27 | 25 | -2098/+3566 | |
| | ||||||
* | x11vnc: add xfce to createdisplay | runge | 2007-10-04 | 8 | -42/+53 | |
| | ||||||
* | x11vnc: COLUMNS=256 and other fixes to find/create scripts. More ratecheck. | runge | 2007-09-26 | 11 | -250/+533 | |
| | ||||||
* | ssvnc: sshvnc ssh-only, tsvnc Terminal Services modes. | runge | 2007-09-11 | 6 | -257/+2920 | |
| | | | | | Improvements to ss_vncviewer. Automatically find X dpy and X login. Reorganize menus a bit. ~/.ssvncrc file. | |||||
* | x11vnc: fix wireframe crash under -clip. Add -redirect for | runge | 2007-09-11 | 18 | -1589/+2319 | |
| | | | | | | | VNC redir. -rawfb nullbig, randbig, solid, swirl, etc. FD_XDM mode to find_display. -listdpy. Add enlightenment. Xvnc.redirect FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect, -svc_xvnc. AUTO_PORT. | |||||
* | x11vnc: -autoport, -finddpy, -xdummy. watch xrandr events. ↵ | runge | 2007-09-05 | 22 | -1907/+3434 | |
| | | | | check_redir_services() utilities for Terminal services. Improve Xdummy. | |||||
* | malloc score_hint and make it shorts to save space. | runge | 2007-08-19 | 4 | -11/+19 | |
| | ||||||
* | x11vnc: better -xkb tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom ↵ | runge | 2007-08-19 | 8 | -70/+273 | |
| | | | | server to FINDCREATEDISPLAY list. | |||||
* | x11vnc: improve FINDCREATEDISPLAY (-create) script, FD_GEOM, FD_SESS, ↵ | runge | 2007-08-18 | 8 | -74/+170 | |
| | | | | FD_OPTS, FD_PROG env vars, add Xvnc support | |||||
* | x11vnc: add reverse -connect support to -display WAIT:, fix SSL Fetch cert ↵ | runge | 2007-08-16 | 6 | -72/+201 | |
| | | | | only for -display WAIT: | |||||
* | x11vnc: -xrefresh, .DCOPserver bug, -unixpw_unsafe ignores SSH tunnel. | runge | 2007-08-04 | 13 | -88/+205 | |
| | ||||||
* | x11vnc: -debug_ncache, fix big fonts in tkx11vnc. | runge | 2007-07-05 | 13 | -1560/+1643 | |
| | ||||||
* | x11vnc: set NCACHE -1 for release. | runge | 2007-06-18 | 4 | -14/+14 | |
| | ||||||
* | x11vnc: fix build error if libssl is missing or --without-ssl supplied. | runge | 2007-06-15 | 16 | -2414/+2558 | |
| | ||||||
* | sync ssvnc unix viewer diffs; fix X cursor size. | runge | 2007-05-27 | 1 | -108/+690 | |
| |