CVS: rdesktop rdesktop.c,1.159,1.160

Jay Sorg <[email protected]> Fri, 09 Feb 2007 21:48:53 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24946

Modified Files:
	rdesktop.c 
Log Message:
g_ prefix for global vars

Index: rdesktop.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
retrieving revision 1.159
retrieving revision 1.160
diff -C2 -d -r1.159 -r1.160
*** rdesktop.c	10 Feb 2007 05:29:59 -0000	1.159
--- rdesktop.c	10 Feb 2007 05:48:50 -0000	1.160
***************
*** 78,82 ****
  RD_BOOL g_bitmap_cache_precache = True;
  RD_BOOL g_encryption = True;
! RD_BOOL packet_encryption = True;
  RD_BOOL g_desktop_save = True;	/* desktop save order */
  RD_BOOL g_polygon_ellipse_orders = True;	/* polygon / ellipse orders */
--- 78,82 ----
  RD_BOOL g_bitmap_cache_precache = True;
  RD_BOOL g_encryption = True;
! RD_BOOL g_packet_encryption = True;
  RD_BOOL g_desktop_save = True;	/* desktop save order */
  RD_BOOL g_polygon_ellipse_orders = True;	/* polygon / ellipse orders */
***************
*** 88,92 ****
  RD_BOOL g_console_session = False;
  RD_BOOL g_numlock_sync = False;
! RD_BOOL lspci_enabled = False;
  RD_BOOL g_owncolmap = False;
  RD_BOOL g_ownbackstore = True;	/* We can't rely on external BackingStore */
--- 88,92 ----
  RD_BOOL g_console_session = False;
  RD_BOOL g_numlock_sync = False;
! RD_BOOL g_lspci_enabled = False;
  RD_BOOL g_owncolmap = False;
  RD_BOOL g_ownbackstore = True;	/* We can't rely on external BackingStore */
***************
*** 583,587 ****
  				break;
  			case 'E':
! 				packet_encryption = False;
  				break;
  			case 'm':
--- 583,587 ----
  				break;
  			case 'E':
! 				g_packet_encryption = False;
  				break;
  			case 'm':
***************
*** 727,731 ****
  				else if (str_startswith(optarg, "lspci"))
  				{
! 					lspci_enabled = True;
  				}
  				else if (str_startswith(optarg, "lptport"))
--- 727,731 ----
  				else if (str_startswith(optarg, "lspci"))
  				{
! 					g_lspci_enabled = True;
  				}
  				else if (str_startswith(optarg, "lptport"))
***************
*** 921,925 ****
  #endif
  
! 	if (lspci_enabled)
  		lspci_init();
  
--- 921,925 ----
  #endif
  
! 	if (g_lspci_enabled)
  		lspci_init();
  
***************
*** 939,943 ****
  		/* By setting encryption to False here, we have an encrypted login 
  		   packet but unencrypted transfer of other packets */
! 		if (!packet_encryption)
  			g_encryption = False;
  
--- 939,943 ----
  		/* By setting encryption to False here, we have an encrypted login 
  		   packet but unencrypted transfer of other packets */
! 		if (!g_packet_encryption)
  			g_encryption = False;
  


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642