Next | Query returned 76 messages, browsing 71 to 80 | previous

History of commit frequency

CVS Commit History:


   2006-02-05 01:20:17 by Adrian Portelli | Files touched by this commit (4)
Log message:
Update to 0.11
> -server implementation development. I won't document it before it even works.
> -small bug corrected when connecting to sun ssh servers.
> -channel wierdness corrected (writing huge data packets)
> -channel_read_nonblocking added
> -channel bug where stderr wasn't correctly read fixed.
> -sftp_file_set_nonblocking added. It's now possible to have nonblocking SFTP IO
> -connect_status callback.
> -priv.h contains the internal functions, libssh.h the public interface
> -options_set_timeout (thx marcelo) really working.
> -tcp tunneling through channel_open_forward.
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_exec()
> -channel_request_env()
> -ssh_get_pubkey_hash()
> -ssh_is_server_known()
> -ssh_write_known_host()
> -options_set_ssh_dir
> -how could this happen ! there weren't any channel_close !
> -nasty channel_free bug resolved.
> -removed the unsigned long all around the code. use only u8,u32 & u64.
> -it now compiles and runs under amd64 !
> -channel_request_pty_size
> -channel_change_pty_size
> -options_copy()
> -ported the doc to an HTML file.
> -small bugfix in packet.c
> -prefixed error constants with SSH_
> -sftp_stat, sftp_lstat, sftp_fstat. thanks Michel Bardiaux for the patch.
> -again channel number mismatch fixed.
> -fixed a bug in ssh_select making the select fail when a signal has been caught.
> -keyboard-interactive authentication working.
   2005-12-28 18:57:14 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Fix typo in DESCR.
Reword COMMENT (which also removes the typo).
   2005-09-28 16:31:09 by Roland Illig | Files touched by this commit (41)
Log message:
Removed trailing white-space.
   2005-06-02 00:34:10 by Johnny C. Lam | Files touched by this commit (1)
Log message:
This buildlink3.mk wasn't adding to BUILDLINK_DEPENDS like it was
supposed to.
   2005-05-15 19:11:04 by Adrian Portelli | Files touched by this commit (1)
Log message:
- Add a note in the Makefile about upgrading this package.
   2005-04-17 13:34:18 by Adrian Portelli | Files touched by this commit (5) | Imported package
Log message:
The ssh library was designed to be used by programmers needing a working
SSH implementation by the mean of a library. The complete control of the
client is made by the programmer.

With libssh, you can remotely execute programs, transfer files, use a
secure and transparent tunnel for your remote programs. With its Secure
FTP implementation, you can play with remote files easily, without
third-party programs others than libcrypto (from openssl).


Next | Query returned 76 messages, browsing 71 to 80 | previous