f54dc7829a 
								
							
								 
							
						 
						
							
							
								
								Update keycode maps to latest version  
							
							... 
							
							
							
							Mainly fixes for Japanese and Korean keyboard layouts. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fde088ce65 
								
							
								 
							
						 
						
							
							
								
								Improved bandwidth monitoring  
							
							... 
							
							
							
							Now measures over an entire update, which should hopefully give us more
stable values. They are still small values for fast networks though so
increase precision in the values we keep. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a55f142c98 
								
							
								 
							
						 
						
							
							
								
								Don't shuffle input buffer unless actually needed  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								25995e2490 
								
							
								 
							
						 
						
							
							
								
								Remove unused bufSize argument from streams  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								281d65292a 
								
							
								 
							
						 
						
							
							
								
								Remove special functions from JPEG compressor  
							
							... 
							
							
							
							We can do what we want with the standard methods. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								57a3c3bba8 
								
							
								 
							
						 
						
							
							
								
								Simplify stream availability handling  
							
							... 
							
							
							
							Just have a simply number of bytes argument to avoid a lot of
complexity. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								92c7695981 
								
							
								 
							
						 
						
							
							
								
								Create common base classes for buffered streams  
							
							... 
							
							
							
							Most streams are backed by a memory buffer. Create common base classes
for this functionality to avoid code duplication. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7f90205cf2 
								
							
								 
							
						 
						
							
							
								
								Add stream avail() methods  
							
							... 
							
							
							
							Makes it more readable to write code that needs to know how much
data/space is available in a stream. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								910fd8fa3e 
								
							
								 
							
						 
						
							
							
								
								Remove unused stream methods  
							
							... 
							
							
							
							They were accidentally left unused in fbad8a9 so they haven't been used
in some time. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c97828471c 
								
							
								 
							
						 
						
							
							
								
								Use proper constants for socket shutdown()  
							
							... 
							
							
							
							For readability. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c5b7137f2b 
								
							
								 
							
						 
						
							
							
								
								Flush data on close  
							
							... 
							
							
							
							There might be some final handshake data that is still stuck in the
buffers, so make a best effort attempt at getting it to the client. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a3c0ce55c9 
								
							
								 
							
						 
						
							
							
								
								Support calling methods from timers  
							
							... 
							
							
							
							We can't safely use the normal timers in base classes as we cannot
guarantee that subclasses will call the base class' handleTimeout()
properly if the subclass overrides it. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								02721a0270 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #34  from kasmtech/bugfix/freezing  
							
							... 
							
							
							
							Apply patch for 1.20.x 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								29415a8c7d 
								
							
								 
							
						 
						
							
							
								
								Apply patch for 1.20.x  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								0638245ff9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #33  from kasmtech/vncserver-remove-basicauth  
							
							... 
							
							
							
							Vncserver remove basicauth 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9b3e1f73f5 
								
							
								 
							
						 
						
							
							
								
								Deb/rpm: update barebones images  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								da4ff4fa70 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into vncserver-remove-basicauth  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1e8451ce21 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #32  from kasmtech/squashed_buster_release  
							
							... 
							
							
							
							CI building and uploading to S3, prepare deb release 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								4e8750e37a 
								
							
								 
							
						 
						
							
							
								
								Disable passing of basicauth in vncserver  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ca326ee1f1 
								
							
								 
							
						 
						
							
							
								
								Revert "Update README: deb installation only"  
							
							... 
							
							
							
							This reverts commit 213f91c1a7 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								40facbcc46 
								
							
								 
							
						 
						
							
							
								
								Revert "Improve README.md"  
							
							... 
							
							
							
							This reverts commit e5cd3d6753 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								963ea6b6d3 
								
							
								 
							
						 
						
							
							
								
								Revert "README.md formatting"  
							
							... 
							
							
							
							This reverts commit fc12e38571 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								f758fc5021 
								
							
								 
							
						 
						
							
							
								
								CI: build all distros and upload to S3  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1632f4888d 
								
							
								 
							
						 
						
							
							
								
								Enable basicauth by default, remove the option to supply it on the command line  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								93d3bf052d 
								
							
								 
							
						 
						
							
							
								
								Removed old line  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7b3f6876b4 
								
							
								 
							
						 
						
							
							
								
								Fixed syntax error  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								46e03289be 
								
							
								 
							
						 
						
							
							
								
								Manually merged region changes  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								56fd118c43 
								
							
								 
							
						 
						
							
							
								
								CI: extract after_script  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								9a9b14daf1 
								
							
								 
							
						 
						
							
							
								
								CI: extract before_script  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								349ed4cb41 
								
							
								 
							
						 
						
							
							
								
								CI: remove tarballs from artifacts  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								c3e30dcea1 
								
							
								 
							
						 
						
							
							
								
								Add support for DLP_Region  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fc12e38571 
								
							
								 
							
						 
						
							
							
								
								README.md formatting  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								e5cd3d6753 
								
							
								 
							
						 
						
							
							
								
								Improve README.md  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								7bffbb53da 
								
							
								 
							
						 
						
							
							
								
								vncserver: remove securitytypes mention from man page  
							
							... 
							
							
							
							securitytypes is no longer used. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								df92791550 
								
							
								 
							
						 
						
							
							
								
								Gitlab CI: build all distros if branch has "release" or "testing" in it  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								25c32c96e5 
								
							
								 
							
						 
						
							
							
								
								Deb: fix Ubuntu Focal (vnc_startup.sh XFCE start issue)  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								213f91c1a7 
								
							
								 
							
						 
						
							
							
								
								Update README: deb installation only  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								ed4c514bcb 
								
							
								 
							
						 
						
							
							
								
								Deb: test images have lsb-release now  
							
							... 
							
							
							
							To ensure it's the right image, I double-check with lsb_release. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2005b86a92 
								
							
								 
							
						 
						
							
							
								
								Deb: make easy-start script easier to modify  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								d73ffc8a38 
								
							
								 
							
						 
						
							
							
								
								Deb: example script can now -kill, -d (debug), --help  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								a73b890c92 
								
							
								 
							
						 
						
							
							
								
								Code formatting  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								8c2e8c9acb 
								
							
								 
							
						 
						
							
							
								
								Deb: add example script to easily run kasmvncserver  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								b48fa8a262 
								
							
								 
							
						 
						
							
							
								
								vncpasswd man: update the top level description  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								6f803f744d 
								
							
								 
							
						 
						
							
							
								
								vncpasswd man: update to be current regarding password length  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								79682d3dee 
								
							
								 
							
						 
						
							
							
								
								vncpasswd man: add overview  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								2b8374f544 
								
							
								 
							
						 
						
							
							
								
								Update vncpasswd manual page  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								fed991d697 
								
							
								 
							
						 
						
							
							
								
								Return 401 unauth for non-owner trying /api/  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								1269fddadf 
								
							
								 
							
						 
						
							
							
								
								Add a more specific error for a nonexistent screenshot  
							
							
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								56ed2855bd 
								
							
								 
							
						 
						
							
							
								
								Testing: keep foo-owner as -o and -w  
							
							... 
							
							
							
							Changing permissions to just -w removed -o. 
							
						 
						
							5 years ago  
				
					
						
							
							
								 
						
							
							
								688e749fda 
								
							
								 
							
						 
						
							
							
								
								Tentative build fix for newer gccs  
							
							
							
						 
						
							5 years ago