Sara Golemon
cc7703092f
Save up multiple small refunds in order to cut down on unnecessary WINDOW_ADJUST packets
2005-05-18 17:08:29 +00:00
Sara Golemon
3ea661a574
Bump for release
2005-05-05 18:48:51 +00:00
Sara Golemon
0138e36352
Add libssh2_channel_window_(read|write)_ex()
2005-03-28 22:59:35 +00:00
Sara Golemon
0e0ed2aff4
Don't let a dead session leave poll() hanging
2005-03-26 01:26:14 +00:00
Sara Golemon
7c64e21df6
Bump for release
2005-03-23 00:30:05 +00:00
Sara Golemon
c67bb667aa
Add libssh2_poll()
2005-03-23 00:21:26 +00:00
Sara Golemon
ef7496b29a
Update copyright year
2005-02-18 16:32:02 +00:00
Sara Golemon
37c55becdc
Bump for release
2005-02-18 16:19:34 +00:00
Sara Golemon
c6e5188fb4
Add support for MacOSX(Darwin)
2005-02-17 20:41:34 +00:00
Sara Golemon
fe7ea0df58
Add support for hostbased pubkey authentication
2005-02-14 05:51:06 +00:00
Sara Golemon
159120f844
Bump for release
2005-02-09 19:22:34 +00:00
Sara Golemon
fc1563a41d
These aren't meaningful since we don't bring libssh2_config.h in
2005-02-09 18:52:59 +00:00
Sara Golemon
c6bbe0d42f
Added libssh2_session_flag() and LIBSSH2_FLAG_SIGPIPE with hooks
2005-02-03 05:57:43 +00:00
Sara Golemon
d4677dba5b
Fix u64int ifdef statement
2005-01-18 06:30:02 +00:00
Sara Golemon
fe2513a18b
Bump for release (tardy)
2005-01-11 18:59:10 +00:00
Wez Furlong
ee03669517
be nice to msvc 6
2005-01-11 14:58:04 +00:00
Sara Golemon
c9e8f3a1a0
Allow alternate API prefix from CFLAGS or calling app
2005-01-10 23:56:09 +00:00
Sara Golemon
a119685410
Add X11 forwarding support
2005-01-06 00:51:30 +00:00
Wez Furlong
dc4bb1af96
Add support for win32.
...
Edit win32/config.mk to set the paths to your openssl and zlib headers and
libraries.
Then, from the root of the tree:
nmake -f NMakefile
voila.
2005-01-03 22:46:15 +00:00
Sara Golemon
c070bdacc7
Move towards a working win32 build
2005-01-01 23:38:34 +00:00
Sara Golemon
4324a1a1d1
APINO should have been bumped when session_methods() proto was changed
2004-12-31 00:45:53 +00:00
Sara Golemon
cf8ca63ea0
Add ./configure option '--disable-gex-new' to fallback on
...
older diffie-hellman-group-exchange-sha1 syntax.
i.e. Use SSH_MSG_KEX_DH_GEX_REQUEST_OLD
rather then SSH_MSG_KEX_DH_GEX_REQUEST
See draft-ietf-secsh-dh-group-exchange section 7 for details.
2004-12-31 00:15:18 +00:00
Bert Vermeulen
eef99ca106
Changed libssh2_session_methods() to use method_type parameter
2004-12-30 22:19:53 +00:00
Sara Golemon
d86bcab2d2
Add error codes to session_method_pref()
2004-12-30 20:05:53 +00:00
Sara Golemon
2e02ad041a
Add remote tcp/ip forwarding.
2004-12-29 19:26:28 +00:00
Sara Golemon
371f5de682
Bump for release
2004-12-24 23:23:09 +00:00
Sara Golemon
d2d8f8ad0b
Added libssh2_banner_set()
2004-12-24 23:10:15 +00:00
Sara Golemon
3f24fb005e
Bump version for release and remove SFTP from TODO list
2004-12-23 15:15:44 +00:00
Sara Golemon
aa8b8afe4f
Update contact info with new domain
2004-12-22 20:56:06 +00:00
Sara Golemon
525a181037
Add SFTP support
2004-12-22 00:20:02 +00:00
Sara Golemon
3a744117d6
Ooops, try that again...
2004-12-20 22:08:46 +00:00
Sara Golemon
d974137db9
Fixes: scp blocking modes, MacError abstract indirection
...
Additions: Channel Close callback
2004-12-20 21:52:35 +00:00
Sara Golemon
66f913e53a
A broken decrypt (or false packet) could cause an unreasonably large
...
block of memory to be allocated leading to indeterminate results.
SSH-TRANS only requires implementations to handle about about 32k
compressed length per packet. Allow 40k to be safe, but no more.
2004-12-18 07:14:51 +00:00
Sara Golemon
26e7e66ecf
Bump version for release
2004-12-17 01:33:17 +00:00
Sara Golemon
3614bdac21
Changed libssh2_session_disconnect_ex() to return an error code
...
on failed alloc.
2004-12-16 23:02:25 +00:00
Sara Golemon
620a685af2
Add libssh2_session_last_error()
2004-12-16 22:44:28 +00:00
Sara Golemon
d2ca405d0f
Added libssh2_session_abstract()
2004-12-09 23:27:14 +00:00
Sara Golemon
566bea77ea
Add libssh2_session_method_pref() and libssh2_session_methods().
...
Specify methods to be used and retreive what methods were negotiated.
2004-12-09 22:10:07 +00:00
Sara Golemon
165837c085
Let the calling program know what methods we support
2004-12-09 19:09:03 +00:00
Sara Golemon
7035d475eb
Added libssh2_session_callback_set()
2004-12-09 18:24:14 +00:00
Sara Golemon
794f01acc1
Add flush mechanism to the channel API
2004-12-08 18:54:25 +00:00
Sara Golemon
7a153310f7
Change extended data ignore to allow merging extended data into the primary stream
2004-12-08 18:14:46 +00:00
Sara Golemon
433a94606a
Bump version for release
2004-12-08 04:00:51 +00:00
Sara Golemon
82e9e2ba0f
Add "ignore extended data" option to avoid having stderr data fill up
...
the receive window and leaving no room for stdio data.
2004-12-08 03:39:29 +00:00
Sara Golemon
7a5ffc8cee
Initial revision
2004-12-07 21:17:20 +00:00