bcec7eeddc
[crypto] fix pubkey authentication with ecdh
2011-06-14 23:13:20 +02:00
ce03d26e03
Fix memory leak with session_id
2011-06-14 22:57:43 +02:00
db2d0ebc44
Fix build with missing openssl/ecdh.h
2011-06-14 22:57:43 +02:00
583a7f933a
cmake: Added pkg-config support for libssh_treads.
2011-06-14 13:47:04 +02:00
2653b31af0
[crypto] Removed ugly ifdefs on gcrypt/libcrypto
2011-06-13 14:47:17 +02:00
a3c28f2558
Fix memory leak
2011-06-13 14:06:30 +02:00
c5a998f47a
[crypto] initial support for ecdh-sha2-nistp256
...
Works with openssl
Still requires work for libgcrypt and other modes
2011-06-13 13:46:34 +02:00
3b72bf0880
Moved DH specific code to dh.h
2011-06-12 20:55:58 +02:00
113de13543
Test for ecdh and dh-group1
2011-06-12 20:54:33 +02:00
b54e8cdae5
Check for ecdsa with openssl, added log_warning
2011-06-12 19:38:42 +02:00
fb0f125351
packet: Don't (de)compress empty buffers.
...
This fixes bug #50 .
2011-06-11 13:15:46 +02:00
981190f8d3
pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().
2011-06-11 13:04:22 +02:00
88e2f17b97
pki: Make ssh_key_type a public function.
2011-06-11 13:04:22 +02:00
29fa4b6b35
pki: Add SSH_KEYTYPE_ECDSA.
2011-06-11 13:04:22 +02:00
7ff69d9c48
packet: Abort session on fatal errors on packets
2011-06-09 23:27:41 +02:00
640e3830f2
build: Check for ntohll().
...
This function is available on AIX.
2011-06-06 18:56:30 +02:00
3fa801a929
string: Added missing include.
2011-06-06 18:56:15 +02:00
d536cc4f39
string: Added missing errno.
2011-06-06 18:50:39 +02:00
ee83301eb3
build: Update ChangeLog.
2011-06-01 17:55:26 +02:00
1880ef54d2
cmake: Fix static .lib overwriting on Windows.
2011-06-01 14:52:27 +02:00
94ca5ed3df
cmake: Set next version.
2011-05-30 12:38:17 +02:00
693425afab
tests: Check error of ssh_userauth_kbdint().
2011-05-28 13:31:17 +02:00
82798035fc
tests: Remove superfluous closedir().
2011-05-28 13:28:49 +02:00
3c21281bf0
session: Fix return code of ssh_blocking_flush().
2011-05-28 13:27:14 +02:00
3bc46c3bf0
remove "0.5.0 is dev" in the doc
2011-05-27 13:37:52 +02:00
ac167c9077
Forgot a cast to remove warnings
2011-05-27 13:36:55 +02:00
c84380bad5
Fix documentation bug about threading
2011-05-27 13:26:15 +02:00
17454caf64
Fix bug #5 , channel_read_nonblocking that blocks
2011-05-27 13:13:02 +02:00
dcea8db6b2
Fix memory leak when compression is used
...
Signed-off-by: Mark Riordan <mriordan@ipswitch.com >
Signed-off-by: Andreas Schneider <asn@cryptomilk.org >
2011-05-27 11:45:45 +02:00
809b3adeba
Fix compilation without server and sftp modes
2011-05-26 21:56:42 +02:00
34b05fd2dc
Fix memory leaks in pki and testcase
2011-05-26 21:33:36 +02:00
c483418b82
sftp: Reset eof on seek operations.
...
This fixes bug #48 .
2011-05-26 11:22:11 +02:00
ba03388031
misc: Fix compilation on Windows.
2011-05-26 11:20:04 +02:00
8b73609e47
cmake: Remove unused regcomp check.
2011-05-25 22:09:41 +02:00
07fb895fe9
cmake: Fix detection of clock_gettime.
2011-05-25 22:08:31 +02:00
65282841e2
Replace clock_gettime with gettimeofday when missing
2011-05-25 21:27:48 +02:00
59f7647cd9
Introduced ssh_timeout_elapsed functions
...
Functions to mesure elapsed time before and after a serie of
calls. Introduces a dependancy to clock_gettime() and librt,
hope this doesn't break anything. Porting to gettimeofday() should
not be too hard.
2011-05-24 23:26:18 +02:00
4d6b1aa2c7
Added testcase for the timeout connecting problem
2011-05-24 23:25:40 +02:00
79434649d0
Fix "connecting to closed port" on MacosX
2011-05-20 15:13:45 +02:00
a053d819a3
Fixed warnings on MacosX with Xcode4
2011-05-20 14:31:13 +02:00
837896e72d
scp: Fixed documentation bugs. bug #8
2011-05-20 13:42:24 +02:00
12b61a6266
doc: Small update to auth.c documentation.
2011-05-17 14:22:11 +02:00
f4f4ce37f0
poll: Removed WSAPoll() support.
...
It was causing too many issues and the poll emulation is quite stable.
2011-05-17 14:21:17 +02:00
671a982739
connect: Set timeout on connect
...
This also fixes error handling in ssh_poll_ctx_dopoll() and
ssh_handle_packets(), so it won't loop forever on an actual timeout.
2011-05-17 14:21:04 +02:00
4e153aed8a
channel: Fixed potential use-after-free in ssh_channel_get_exit_status().
...
If ssh_channel_get_exit_status() is called more than once and the
connection closed.
2011-05-17 14:20:56 +02:00
525324b2f9
examples: Use the right cleanup functions.
2011-05-17 14:20:48 +02:00
e3311d03db
tests: Fixed some cppcheck warnings.
2011-05-17 14:20:28 +02:00
7f0761885c
keyfiles: Fixed compilation without defines.
...
This fixes cppcheck issues.
2011-05-17 14:20:09 +02:00
9866763789
socket: Fixed use-after-free.
...
When s->callbacks->exception() was called in ssh_socket_pollcallback()
we had a use after free bug.
2011-05-17 14:19:51 +02:00
32cd45612b
channel: Improve the request signal documentation.
2011-05-15 13:42:38 +02:00