Changeset 11982 in vbox for trunk/src/VBox/RDP
- Timestamp:
- Sep 2, 2008 1:09:44 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 35885
- Location:
- trunk/src/VBox/RDP/client
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client/Makefile.kmk
r11805 r11982 7 7 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 8 8 # 9 # Sun Microsystems, Inc. confidential 10 # All rights reserved 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 18 # Clara, CA 95054 USA or visit http://www.sun.com if you need 19 # additional information or have any questions. 11 20 # 12 21 -
trunk/src/VBox/RDP/client/bitmap.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 /* three seperate function for speed when decompressing the bitmaps -
trunk/src/VBox/RDP/client/cache.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/channels.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/cliprdr.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/constants.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 /* TCP port for Remote Desktop Protocol */ -
trunk/src/VBox/RDP/client/disk.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "disk.h" -
trunk/src/VBox/RDP/client/disk.h
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #define FILE_ATTRIBUTE_READONLY 0x00000001 -
trunk/src/VBox/RDP/client/ewmhints.c
r9902 r11982 23 23 */ 24 24 25 /* 26 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 27 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 28 * the General Public License version 2 (GPLv2) at this time for any software where 29 * a choice of GPL license versions is made available with the language indicating 30 * that GPLv2 or any later version may be used, or where a choice of which version 31 * of the GPL is applied is otherwise unspecified. 32 */ 33 25 34 #include <X11/Xlib.h> 26 35 #include <X11/Xatom.h> -
trunk/src/VBox/RDP/client/iso.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/licence.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/lspci.c
r9902 r11982 18 18 + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 +*/ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/mcs.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/mppc.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <stdio.h> -
trunk/src/VBox/RDP/client/orders.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/orders.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #define RDP_ORDER_STANDARD 0x01 -
trunk/src/VBox/RDP/client/parallel.c
r9902 r11982 17 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 18 */ 19 20 /* 21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 23 * the General Public License version 2 (GPLv2) at this time for any software where 24 * a choice of GPL license versions is made available with the language indicating 25 * that GPLv2 or any later version may be used, or where a choice of which version 26 * of the GPL is applied is otherwise unspecified. 27 */ 19 28 #define MAX_PARALLEL_DEVICES 1 20 29 -
trunk/src/VBox/RDP/client/parse.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 /* Parser state */ -
trunk/src/VBox/RDP/client/printer.c
r9902 r11982 17 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 18 */ 19 20 /* 21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 23 * the General Public License version 2 (GPLv2) at this time for any software where 24 * a choice of GPL license versions is made available with the language indicating 25 * that GPLv2 or any later version may be used, or where a choice of which version 26 * of the GPL is applied is otherwise unspecified. 27 */ 19 28 20 29 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/printercache.c
r9902 r11982 20 20 */ 21 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 30 22 31 /* According to the W2K RDP Printer Redirection WhitePaper, a data 23 32 * blob is sent to the client after the configuration of the printer -
trunk/src/VBox/RDP/client/proto.h
r9902 r11982 17 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 18 */ 19 20 /* 21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 23 * the General Public License version 2 (GPLv2) at this time for any software where 24 * a choice of GPL license versions is made available with the language indicating 25 * that GPLv2 or any later version may be used, or where a choice of which version 26 * of the GPL is applied is otherwise unspecified. 27 */ 19 28 20 29 #ifndef RDESKTOP_PROTO_H -
trunk/src/VBox/RDP/client/pstcache.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/rdesktop.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <stdarg.h> /* va_list va_start va_end */ -
trunk/src/VBox/RDP/client/rdesktop.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <stdlib.h> -
trunk/src/VBox/RDP/client/rdp.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <time.h> -
trunk/src/VBox/RDP/client/rdp5.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/rdpdr.c
r9902 r11982 17 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 18 */ 19 20 /* 21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 23 * the General Public License version 2 (GPLv2) at this time for any software where 24 * a choice of GPL license versions is made available with the language indicating 25 * that GPLv2 or any later version may be used, or where a choice of which version 26 * of the GPL is applied is otherwise unspecified. 27 */ 19 28 20 29 /* -
trunk/src/VBox/RDP/client/rdpsnd.c
r9902 r11982 20 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 21 */ 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 23 32 #include <assert.h> -
trunk/src/VBox/RDP/client/rdpsnd.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 struct audio_packet -
trunk/src/VBox/RDP/client/rdpsnd_alsa.c
r9902 r11982 21 21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 22 */ 23 24 /* 25 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 27 * the General Public License version 2 (GPLv2) at this time for any software where 28 * a choice of GPL license versions is made available with the language indicating 29 * that GPLv2 or any later version may be used, or where a choice of which version 30 * of the GPL is applied is otherwise unspecified. 31 */ 23 32 24 33 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/rdpsnd_dsp.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <strings.h> -
trunk/src/VBox/RDP/client/rdpsnd_dsp.h
r9902 r11982 19 19 */ 20 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 29 21 30 /* Software volume control */ 22 31 void rdpsnd_dsp_softvol_set(uint16 left, uint16 right); -
trunk/src/VBox/RDP/client/rdpsnd_libao.c
r9902 r11982 20 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 21 */ 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 23 32 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/rdpsnd_oss.c
r9902 r11982 20 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 21 */ 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 23 32 /* -
trunk/src/VBox/RDP/client/rdpsnd_sgi.c
r9902 r11982 20 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 21 */ 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 23 32 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/rdpsnd_sun.c
r9902 r11982 21 21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 22 */ 23 24 /* 25 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 27 * the General Public License version 2 (GPLv2) at this time for any software where 28 * a choice of GPL license versions is made available with the language indicating 29 * that GPLv2 or any later version may be used, or where a choice of which version 30 * of the GPL is applied is otherwise unspecified. 31 */ 23 32 24 33 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/scard.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <stdio.h> -
trunk/src/VBox/RDP/client/scard.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include <pthread.h> -
trunk/src/VBox/RDP/client/seamless.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/secure.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/serial.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 #include <unistd.h> 21 30 #include <fcntl.h> -
trunk/src/VBox/RDP/client/ssl.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include "rdesktop.h" -
trunk/src/VBox/RDP/client/ssl.h
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #ifndef _SSL_H -
trunk/src/VBox/RDP/client/tcp.c
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 #ifndef _WIN32 -
trunk/src/VBox/RDP/client/types.h
r9902 r11982 18 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 19 */ 20 21 /* 22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 * a choice of GPL license versions is made available with the language indicating 26 * that GPLv2 or any later version may be used, or where a choice of which version 27 * of the GPL is applied is otherwise unspecified. 28 */ 20 29 21 30 typedef int RD_BOOL; -
trunk/src/VBox/RDP/client/xclip.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include <X11/Xlib.h> -
trunk/src/VBox/RDP/client/xkeymap.c
r9902 r11982 20 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 21 */ 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 23 32 #ifdef RDP2VNC -
trunk/src/VBox/RDP/client/xwin.c
r9902 r11982 19 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 20 */ 21 22 /* 23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 #include <X11/Xlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.