Alexander Lamaison 
							
						 
					 
					
						
						
							
						
						d73e0ec260 
					 
					
						
						
							
							Return valid code from test fixture on failure.  
						
						 
						
						... 
						
						
						
						The sshd test fixture was returning -1 if an error occurred, but negative error codes aren't technically valid (google it).  Bash on Windows converted them to 0 which made setup failure look as though all tests were passing. 
						
						
					 
					
						2015-03-12 21:50:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Hoersken 
							
						 
					 
					
						
						
							
						
						f89bed9571 
					 
					
						
						
							
							tests on Windows: check for WSAStartup return code  
						
						 
						
						... 
						
						
						
						Fixes VS2012 code analysis warning C6031:
return value ignored: <function> could return unexpected value 
						
						
					 
					
						2014-12-15 01:00:36 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Stuge 
							
						 
					 
					
						
						
							
						
						6df87e64b7 
					 
					
						
						
							
							Use LIBSSH2_HOSTKEY_HASH_SHA1 instead of _MD5 in examples and tests  
						
						 
						
						... 
						
						
						
						MD5 support is optional and may not always be available, while SHA1 is both
required and recommended. 
						
						
					 
					
						2010-01-29 23:06:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Josefsson 
							
						 
					 
					
						
						
							
						
						0a3b350012 
					 
					
						
						
							
							Move examples from example/simple to example/.  
						
						 
						
						
						
						
					 
					
						2009-12-19 10:56:03 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						f2e5b49904 
					 
					
						
						
							
							Check for the right environment variable in the test app  
						
						 
						
						
						
						
					 
					
						2009-12-15 15:21:06 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						1418993a0f 
					 
					
						
						
							
							Some platforms need sys/socket.h included before netinet/in.h.  
						
						 
						
						... 
						
						
						
						Fixed an unused variable compiler warning. 
						
						
					 
					
						2009-09-16 07:49:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						369fcddb24 
					 
					
						
						
							
							fixed compiler warnings, and stripped off "libssh2_" from static functions  
						
						 
						
						... 
						
						
						
						as that makes shorter function names and then making the code look fine within
80 columns is easier! 
						
						
					 
					
						2009-01-01 22:47:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Josefsson 
							
						 
					 
					
						
						
							
						
						881b01e522 
					 
					
						
						
							
							Add a more realistic self-test of libssh2.  
						
						 
						
						
						
						
					 
					
						2008-11-21 15:00:18 +00:00