Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8cd76af353 
					 
					
						
						
							
							"struct libssh2_knownhost" is now part of the internal struct for each known  
						
						... 
						
						
						
						host so we now only return pointers to structs instead of having the app
allocate a full struct
I moved the private struct definition into knownhosts.c instead of exposing it
wider in libssh2_priv.h
I thus modified the proto for two functions that previously used 'struct
libssh2_knownhost *' to receive data. 
						
						
					 
					
						2009-05-29 14:08:24 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						2e990194ab 
					 
					
						
						
							
							Added man pages for the two newest members of the knownhosts API family:  
						
						... 
						
						
						
						libssh2_knownhost_readline() and libssh2_knownhost_writeline() 
						
						
					 
					
						2009-05-29 10:12:22 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4df48aef41 
					 
					
						
						
							
							clarify that the key "string" needs to be zero terminated too  
						
						
						
						
					 
					
						2009-05-29 00:14:41 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						2436a4de60 
					 
					
						
						
							
							After review/feedback/discussions on the mailing list. Rename two functions:  
						
						... 
						
						
						
						s/libssh2_knownhost_parsefile/libssh2_knownhost_readfile
s/libssh2_knownhost_dumpfile/libssh2_knownhost_writefile 
						
						
					 
					
						2009-05-28 19:57:54 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						703fbd9d11 
					 
					
						
						
							
							Added the initial man pages for the 7 new functions for known host handling  
						
						
						
						
					 
					
						2009-05-28 14:35:13 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						2b8038e175 
					 
					
						
						
							
							libssh2_poll() and libssh2_poll_channel_read() are now considered and  
						
						... 
						
						
						
						documented deprecated and they will be removed at next soname bump. It also
  saves us from fixing some rather quirky bugs in libssh2_poll()... 
						
						
					 
					
						2009-04-14 21:38:36 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						eabe072496 
					 
					
						
						
							
							* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed  
						
						... 
						
						
						
						and introduced a transport.h header.
* Fixed the blocking mode to only change behavior not the actual underlying
  socket mode so we now always work with non-blocking sockets. This also
  introduces a new rule of thumb in libssh2 code: we don't call the
  external function calls internally. We use the internal (non-blocking)
  ones!
* libssh2_channel_receive_window_adjust2 was added and
  libssh2_channel_receive_window_adjust is now deprecated
* Introduced "local" header files with prototypes etc for different parts
  instead of cramming everything into libssh2_priv.h. channel.h is the
  first. 
						
						
					 
					
						2009-03-26 15:41:14 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						1e1ba6219e 
					 
					
						
						
							
							added basic docs  
						
						
						
						
					 
					
						2009-03-23 13:20:48 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						27d74a7bd5 
					 
					
						
						
							
							quite possibly one of the most pointless functions in the libssh2 API...a  
						
						
						
						
					 
					
						2009-03-23 13:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						0dbc6ed8b6 
					 
					
						
						
							
							Refer to the exact symbol name, which also is the exact file name of the man  
						
						... 
						
						
						
						page file. 
						
						
					 
					
						2009-03-17 10:34:27 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8096b459d4 
					 
					
						
						
							
							cleanup round  
						
						
						
						
					 
					
						2009-03-16 23:25:14 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						7ef3406b57 
					 
					
						
						
							
							Added (templates for) the 13 missing man pages  
						
						
						
						
					 
					
						2009-03-16 15:00:45 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						d870042496 
					 
					
						
						
							
							two more renaming of man pages to the actual function name  
						
						
						
						
					 
					
						2009-03-16 14:40:37 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						27355c740f 
					 
					
						
						
							
							rename the man page to use the same name as the actual function  
						
						
						
						
					 
					
						2009-03-16 14:28:37 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						a678dbac06 
					 
					
						
						
							
							added three more public functions I found lacking man pages  
						
						
						
						
					 
					
						2009-03-15 22:59:46 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						663da93b42 
					 
					
						
						
							
							- Added libssh2_version()  
						
						
						
						
					 
					
						2009-02-23 16:22:46 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Gusarov 
							
						 
					 
					
						
						
							
						
						d722e09196 
					 
					
						
						
							
							Fixed dash-as-minus warning in libssh2_base64_decode.3 manpage  
						
						
						
						
					 
					
						2009-02-17 16:22:51 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Gusarov 
							
						 
					 
					
						
						
							
						
						317740415a 
					 
					
						
						
							
							Fixed syntax error in libssh2_banner_set.3 manpage  
						
						
						
						
					 
					
						2009-02-17 16:22:17 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						64b3e5e3f6 
					 
					
						
						
							
							Added libssh2_trace man page  
						
						
						
						
					 
					
						2008-12-26 07:46:45 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						ba79d6b52d 
					 
					
						
						
							
							libssh2_base64_decode is deprecated and subject for removal in a future  
						
						... 
						
						
						
						version (like on the next soname bump) 
						
						
					 
					
						2008-12-26 07:37:55 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						6b38e21fa7 
					 
					
						
						
							
							wrote up a first libssh2_base64_decode man page, added a few missing man  
						
						... 
						
						
						
						pages to the tarball 
						
						
					 
					
						2008-12-23 13:23:45 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						11330ee6da 
					 
					
						
						
							
							based on Heiner Steven's report, fix the name and description of these man  
						
						... 
						
						
						
						pages! 
						
						
					 
					
						2008-12-23 12:34:17 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						62769b438f 
					 
					
						
						
							
							libssh2_sftp_seek64() it is now for the 64bit seek function too as the seek2  
						
						... 
						
						
						
						name has never been used in a release and it makes the naming consistent 
						
						
					 
					
						2008-12-22 13:18:36 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						d602478e87 
					 
					
						
						
							
							0.19 is now 1.0  
						
						
						
						
					 
					
						2008-12-22 12:51:27 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8eba2961ac 
					 
					
						
						
							
							Based on Alexander Lamaison's patch, there's now a new  
						
						... 
						
						
						
						function called libssh2_sftp_tell64() that returns the 64 bit file offset,
as the existing libssh2_sftp_tell() only returns a size_t. 
						
						
					 
					
						2008-12-22 12:46:45 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						fbb25c7ad0 
					 
					
						
						
							
							Clarify that this is only fine to use after an actual SFTP protocol error  
						
						... 
						
						
						
						return code. 
						
						
					 
					
						2008-12-15 18:48:09 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						9d5ba0dee2 
					 
					
						
						
							
							oops, add missing file  
						
						
						
						
					 
					
						2008-11-27 12:19:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						160f89f42e 
					 
					
						
						
							
							- Vlad Grachov brought the new function called  
						
						... 
						
						
						
						libssh2_session_block_directions() which returns a bitmask for what
  directions the connection blocks. It is to be used applications that use
  non-blocking sockets and when a libssh2 function returns
  LIBSSH2_ERROR_EAGAIN this function can be used to figure out in which
  direction the socket would block and thus it can wait for the socket to
  again be ready for communication in that direction before it calls libssh2
  again. 
						
						
					 
					
						2008-11-24 13:31:00 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Josefsson 
							
						 
					 
					
						
						
							
						
						74d33d50ba 
					 
					
						
						
							
							Ignore coverage/.  
						
						
						
						
					 
					
						2008-11-21 14:51:43 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						61fda23340 
					 
					
						
						
							
							- Based on bug  #1815692 , we introduce libssh2_sftp_seek2() that allows seeking  
						
						... 
						
						
						
						beyond the 2GB margin even on 32bit machines. 
						
						
					 
					
						2008-09-29 14:11:29 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						903307113e 
					 
					
						
						
							
							minor language updates  
						
						
						
						
					 
					
						2008-07-03 10:58:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Gusarov 
							
						 
					 
					
						
						
							
						
						d4aa801f6f 
					 
					
						
						
							
							Added manpage for libssh2_userauth_keyboard_interactive_ex(3)  
						
						
						
						
					 
					
						2008-03-08 18:26:32 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b310cc3465 
					 
					
						
						
							
							oops  
						
						
						
						
					 
					
						2007-11-29 10:04:16 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						092e5f4b44 
					 
					
						
						
							
							added libssh2_channel_wait_closed man page  
						
						
						
						
					 
					
						2007-11-29 10:02:58 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						c1a83abff9 
					 
					
						
						
							
							remove trailing junk character  
						
						
						
						
					 
					
						2007-11-29 09:57:22 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Gusarov 
							
						 
					 
					
						
						
							
						
						f3c344da22 
					 
					
						
						
							
							Fix syntax errors in libssh2_sftp_init and libssh2_sftp_open_ex manpages.  
						
						
						
						
					 
					
						2007-11-21 14:07:32 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						a9fc3bdb4e 
					 
					
						
						
							
							Change the wording of the return value to match the rest of the man pages  
						
						
						
						
					 
					
						2007-07-04 10:44:40 +00:00 
						 
				 
			
				
					
						
							
							
								Mikhail Gusarov 
							
						 
					 
					
						
						
							
						
						e2c88f6ae3 
					 
					
						
						
							
							Fixed manpage syntax (catched by Debian's lintian)  
						
						
						
						
					 
					
						2007-07-04 09:42:08 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						0742a972c1 
					 
					
						
						
							
							Created libssh2_sftp_readdir_ex() and updated LIBSSH2_APINO to 200706151200  
						
						
						
						
					 
					
						2007-06-15 17:22:49 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						ca616cea36 
					 
					
						
						
							
							Add missing back-slash, so now they can actually be installed  
						
						
						
						
					 
					
						2007-06-15 11:01:22 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						8accb43cd6 
					 
					
						
						
							
							Add libssh2_channel_get_exit_status()  
						
						
						
						
					 
					
						2007-06-15 10:53:04 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						bc179b6e87 
					 
					
						
						
							
							Update libssh2_channel_set_blocking.3 and add  
						
						... 
						
						
						
						libssh2_session_set_blocking.3 
						
						
					 
					
						2007-06-14 17:23:13 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						d4648be5a6 
					 
					
						
						
							
							Add libssh2_userauth_authenticated.3, libssh2_userauth_list.3,  
						
						... 
						
						
						
						libssh2_userauth_password_ex.3 and libssh2_userauth_publickey_fromfile.3 
						
						
					 
					
						2007-06-14 17:15:32 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						f71b59c900 
					 
					
						
						
							
							Add libssh2_sftp_unlink_ex.3 and libssh2_sftp_write.3  
						
						
						
						
					 
					
						2007-06-14 16:46:14 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						fbf9d7cebd 
					 
					
						
						
							
							Add libssh2_sftp_shutdown.3, libssh2_sftp_stat_ex.3,  
						
						... 
						
						
						
						libssh2_sftp_symlink_ex.3 and libssh2_sftp_tell.3 
						
						
					 
					
						2007-06-14 16:33:38 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						82d59f90e1 
					 
					
						
						
							
							Add libssh2_sftp_last_error.3, libssh2_sftp_rename_ex.3,  
						
						... 
						
						
						
						libssh2_sftp_rmdir_ex.3 and libssh2_sftp_seek.3 
						
						
					 
					
						2007-06-14 16:08:43 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						cd077c350f 
					 
					
						
						
							
							Add libssh2_sftp_close_handle.3 and libssh2_sftp_fstat_ex.3  
						
						
						
						
					 
					
						2007-06-14 15:45:03 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						49fef5e598 
					 
					
						
						
							
							Add libssh2_session_abstract.3, libssh2_session_callback_set.3,  
						
						... 
						
						
						
						libssh2_session_method_pref.3 and libssh2_session_methods.3 
						
						
					 
					
						2007-06-14 15:26:58 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						c5ba20a2c0 
					 
					
						
						
							
							Add libssh2_hostkey_hash.3, libssh2_scp_recv.3 and libssh2_scp_send_ex.3  
						
						
						
						
					 
					
						2007-06-14 14:56:32 +00:00 
						 
				 
			
				
					
						
							
							
								James Housley 
							
						 
					 
					
						
						
							
						
						12d6b04c80 
					 
					
						
						
							
							Add libssh2_session_last_errno.3 and libssh2_session_last_error.3  
						
						
						
						
					 
					
						2007-06-13 23:02:08 +00:00