Andreas Schneider
af7f69c515
Fixed spelling.
2010-03-25 13:55:50 +01:00
Andreas Schneider
ea92d5b230
Added comments to the so version to increment it correctly in future.
2010-03-25 13:24:59 +01:00
Andreas Schneider
f096e031ed
Fixed a typo that we don't export all symbols.
2010-03-25 09:52:05 +01:00
Andreas Schneider
a8be476ea9
Build examples only on the Linux plattform.
2010-03-17 10:09:38 +01:00
Andreas Schneider
b9f65b5740
Added changelog entries for version 0.4.2.
release-0-4-2
2010-03-15 19:33:49 +01:00
Andreas Schneider
99a58eb325
Increase version number to 0.4.2.
2010-03-15 19:33:11 +01:00
Andreas Schneider
ed1cba705c
Fixed a memory leak in ssh_try_publickey_from_file.
2010-03-13 15:00:19 +01:00
Andreas Schneider
0b13a6d265
Added missing SSH_OPTIONS_FD option.
2010-03-13 14:21:57 +01:00
Andreas Schneider
74c0201219
Remove support for SSHv1 Cipher variable.
2010-03-13 13:09:23 +01:00
Andreas Schneider
83c51d1c13
Fixed and added support for several identity files.
2010-03-06 12:33:27 +01:00
Andreas Schneider
c712d30311
Rename ssh_list_add to ssh_list_append.
2010-03-06 12:29:03 +01:00
Andreas Schneider
2144049c7d
Added a prepend function for ssh_list.
2010-03-06 12:29:03 +01:00
Aris Adamantiadis
9dd86859e8
renamed ssh_list_get_head to ssh_list_pop_head
2010-03-06 12:28:56 +01:00
Andreas Schneider
810fbfb620
Fixed sftp_parse_longname() on Windows.
...
There is no strndup function on Windows.
2010-03-02 14:16:21 +01:00
Aris Adamantiadis
370d072eba
Fix a race condition bug in ssh_scp_close()
2010-03-01 20:00:29 +01:00
Aris Adamantiadis
56dfa69fc9
Send back replies to openssh's keepalives
2010-03-01 18:41:59 +01:00
Aris Adamantiadis
672f8412f0
Fixed documentation in scp code
2010-02-26 18:49:15 +01:00
Andreas Schneider
83ff1ffcc3
Added printout of owner and group in the sftp example.
2010-02-24 00:26:20 +01:00
Andreas Schneider
fb35153b49
Fixed longname parsing, this only workings with readdir.
2010-02-24 00:25:38 +01:00
Andreas Schneider
7539200773
Added owner and group information in sftp attributes.
...
Parse the longname which is the output of 'ls -l' and set the owner and
group if we are talking to an openssh server.
2010-02-23 22:52:56 +01:00
Andreas Schneider
254a166c02
Don't add the tests directory to the build.
release-0-4-1
2010-02-13 13:13:20 +01:00
Andreas Schneider
3e938cb901
Added ChangeLog entries for 0.4.1.
2010-02-13 13:00:10 +01:00
Andreas Schneider
452b16ede2
Set CFLAGS correctly.
2010-02-13 13:00:10 +01:00
Aris Adamantiadis
bd47ff75ba
Fix compilation of opensolaris
2010-02-12 10:08:22 +01:00
Andreas Schneider
0016ded7f9
Try zlib compression and fallback to none if not available.
2010-02-11 23:28:37 +01:00
Aris Adamantiadis
d725b31752
Use closesocket in server.c for win32
...
Resolves #56
2010-02-11 19:54:57 +01:00
Aris Adamantiadis
c2e86c876c
aes128-ctr aes192-ctr aes256-ctr for libgcrypt
2010-02-09 22:43:37 +01:00
Aris Adamantiadis
028516ba6a
aes192-ctr and aes256-ctr working on libcrypto
2010-02-09 22:43:27 +01:00
Aris Adamantiadis
344b27ac6c
Added aes128-ctr support for libcrypto (openssl)
2010-02-09 22:43:13 +01:00
Aris Adamantiadis
a700259b01
KEX bug: client preference should be prioritary
2010-02-09 22:42:53 +01:00
Andreas Schneider
14da14db05
Respect known_hosts file set by the user.
...
Thanks to contact@leblanc-simon.eu for the patch.
2010-02-07 22:39:35 +01:00
Vic Lee
474d63f24e
The ssh_message object needs to be freed after processing in channel_accept().
...
Signed-off-by: Vic Lee <llyzs@163.com >
Signed-off-by: Andreas Schneider <mail@cynapses.org >
2010-02-01 17:24:50 +01:00
Andreas Schneider
b3589fbf6c
Increased version number.
2010-01-29 18:59:55 +01:00
Aris Adamantiadis
dd68bae776
Fix underflow when leave_function() are unbalanced
2010-01-29 18:54:48 +01:00
Vic Lee
4768cf3e85
In handle_channel_request_open(), variable type is freed too early and cause memory corruptions.
...
Signed-off-by: Vic Lee <llyzs@163.com >
Signed-off-by: Andreas Schneider <mail@cynapses.org >
2010-01-29 18:51:50 +01:00
Vic Lee
5a95681f01
File handle need to be closed in case of errors in privatekey_from_file
...
Signed-off-by: Vic Lee <llyzs@163.com >
Signed-off-by: Andreas Schneider <mail@cynapses.org >
2009-12-23 09:37:59 +01:00
Andreas Schneider
13a3619102
Added an example for exec.
2009-12-22 18:33:16 +01:00
Vic Lee
c7636edf84
Added private key type detection feature in privatekey_from_file
...
Signed-off-by: Vic Lee <llyzs@163.com >
Signed-off-by: Andreas Schneider <mail@cynapses.org >
2009-12-22 08:58:05 +01:00
Andreas Schneider
27e332b623
Fixed ssh_get_user_home_dir() to be thread safe.
2009-12-21 12:33:44 +01:00
Andreas Schneider
ebc8544c56
Improved doxygen output of ssh_options_set().
2009-12-19 00:11:37 +01:00
Andreas Schneider
0f8e9b839c
Disabled caller graphs as they are only of internal interest.
2009-12-18 23:55:17 +01:00
Andreas Schneider
0c02d6effe
Updated the doxygen file.
2009-12-18 23:49:56 +01:00
Andreas Schneider
7199b196b0
Fixed documentation of buffer struct.
2009-12-18 23:45:34 +01:00
Andreas Schneider
ca83b66066
Fixed documentation of ssh_options_copy().
2009-12-18 23:45:24 +01:00
Andreas Schneider
d978f9b58a
Moved the doxygen mainpage to doc/mainpage.dox
2009-12-18 23:45:09 +01:00
Andreas Schneider
e539eaf9e0
Added a mainpage to doxygen.
2009-12-18 23:11:25 +01:00
Andreas Schneider
b728f44ce9
Fixed the doxygen documentation.
2009-12-18 23:05:03 +01:00
Andreas Schneider
2f0b671a61
Update version to 0.4.0.
release-0-4-0
2009-12-10 14:15:04 +01:00
Andreas Schneider
1fadec37d6
Don't install crypto.h which is an internal header file.
2009-12-10 13:55:07 +01:00
Andreas Schneider
2aabbd6245
Remove socklen_t definition.
...
Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a
define, so depending on the order of includes you can get errors in
ws2tcpip.h with msvc.
2009-12-09 13:04:26 +01:00