Andreas Schneider
|
acfc8ea83f
|
priv: Remove crypto.h and add correct includes to src files.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
c2686b8feb
|
socket: Move socket function to right location.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
e7009fe8f3
|
priv: Create crc32.h.
As crc32 is only needed by SSHv1, build it only with SSHv1.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
ffb827b539
|
priv: Move gcrypt functions to gcrypt header.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
33754c391f
|
priv: Start to remove enter_function.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
d7fa15df83
|
priv: Move kex functions to kex header.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
519291558d
|
priv: Move options and config prototypes to own header.
|
2011-09-18 21:37:17 +02:00 |
|
Andreas Schneider
|
abd9856c6a
|
priv: Move defines to the top.
|
2011-09-18 21:37:17 +02:00 |
|
Aris Adamantiadis
|
09b33b1b6e
|
server: split dh_handsake_server
|
2011-09-18 20:34:16 +02:00 |
|
Aris Adamantiadis
|
af09313eac
|
crypto: rename crypto_struct -> ssh_cipher_struct
|
2011-09-18 20:34:16 +02:00 |
|
Aris Adamantiadis
|
ac41a083ef
|
kex: moved KEX structures to ssh_crypto_struct
|
2011-09-18 20:34:16 +02:00 |
|
Aris Adamantiadis
|
07abc3406d
|
kex: split key selection and sending
|
2011-09-18 20:34:15 +02:00 |
|
Aris Adamantiadis
|
8f1161f649
|
scp: introduce a 64bits getter to respect ABI
|
2011-09-18 20:34:15 +02:00 |
|
Andreas Schneider
|
fa7798833a
|
pki: Use ssh_log_function() for ssh_pki_log().
|
2011-09-17 11:09:19 +02:00 |
|
Andreas Schneider
|
b96943e861
|
log: Split do_ssh_log().
|
2011-09-17 11:05:17 +02:00 |
|
Andreas Schneider
|
569312f7bd
|
log: Remove unneeded ssh_log_function().
|
2011-09-17 11:00:33 +02:00 |
|
Andreas Schneider
|
c19c638d74
|
error: Use macros for error functions.
|
2011-09-17 10:38:08 +02:00 |
|
Aris Adamantiadis
|
68bab2a490
|
SSH1: handle exit-status message (channels would not close)
|
2011-09-14 22:53:01 +02:00 |
|
Aris Adamantiadis
|
1f31415760
|
auth: made keyboard-interactive nonblocking
|
2011-09-11 17:39:20 +02:00 |
|
Aris Adamantiadis
|
ff5bf51af1
|
Auth: nonblocking ssh_userauth_pubkey_auto
|
2011-09-11 17:22:27 +02:00 |
|
Aris Adamantiadis
|
33bd3d6cd9
|
auth: Implement nonblocking ssh_auth_agent
|
2011-09-11 17:22:26 +02:00 |
|
Aris Adamantiadis
|
28bfc7645c
|
auth: different code for auth_agent
|
2011-09-11 17:22:26 +02:00 |
|
Andreas Schneider
|
35dce7e8d1
|
priv: Remove obsolete ssh_keys_struct.
|
2011-09-10 12:47:47 +02:00 |
|
Andreas Schneider
|
c8f48a2478
|
log: Improve the logging function.
|
2011-09-10 12:38:42 +02:00 |
|
Andreas Schneider
|
08129002de
|
log: Add new debug log levels.
These should be used in future!
|
2011-09-10 12:31:54 +02:00 |
|
Andreas Schneider
|
c1f8b38b78
|
string: Add ssh_string_get_char().
|
2011-09-08 16:14:35 +02:00 |
|
Andreas Schneider
|
5581323c2c
|
string: Use the struct and array for allocating the struct.
|
2011-09-08 15:50:39 +02:00 |
|
Andreas Schneider
|
808c7a9be4
|
pki: Add ssh_pki_export_pubkey_rsa1().
|
2011-09-05 11:28:19 +02:00 |
|
Andreas Schneider
|
a0e3facac7
|
pki: Add ecdsa key support.
|
2011-09-02 23:10:23 +02:00 |
|
Andreas Schneider
|
6dc7ddde3f
|
channels: Export ssh_channel_poll_timeout().
|
2011-09-02 22:40:32 +02:00 |
|
Aris Adamantiadis
|
20f8e73e3e
|
Update libssh to ssh_handle_packets_termination
cherry-picked from 0cb5248
Should resolve all timeout problems
Conflicts:
src/auth.c
src/channels.c
|
2011-09-02 13:58:37 +03:00 |
|
Aris Adamantiadis
|
ef5701a535
|
Channels: fix the "server specified invalid channel" bug
Resolved by introducing a flag entry in channel structure.
|
2011-09-02 13:50:06 +03:00 |
|
Aris Adamantiadis
|
6d8bb956c5
|
channels: replaced bugged lists with ssh_list
cherry-picked from 0aef5f
Conflicts:
src/session.c
|
2011-09-02 13:46:10 +03:00 |
|
Aris Adamantiadis
|
3eece8ac0b
|
SSH1: fix build
|
2011-09-02 11:43:12 +03:00 |
|
Aris Adamantiadis
|
cb2a111fa1
|
channel: implement ssh_channel_poll_timeout
Resolves bug #57
|
2011-09-02 11:43:11 +03:00 |
|
Aris Adamantiadis
|
f9dad9ad68
|
channels: made all channel requests nonblocking
|
2011-09-02 11:42:59 +03:00 |
|
Andreas Schneider
|
5c48438dcb
|
doc: Improve doc of ssh_message_auth_pubkey().
|
2011-08-30 23:11:32 +02:00 |
|
Andreas Schneider
|
e5a39a3ae9
|
keys: Remove keys.h where it is obsolete.
|
2011-08-30 12:15:20 +02:00 |
|
Andreas Schneider
|
7093ac986d
|
keys: Remove dead prototypes.
|
2011-08-30 12:15:20 +02:00 |
|
Andreas Schneider
|
822c68eb8e
|
pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().
|
2011-08-30 10:28:57 +02:00 |
|
Andreas Schneider
|
60b92e458e
|
pki: Use consistent API for ssh_pki_export_pubkey_blob().
|
2011-08-30 10:16:53 +02:00 |
|
Andreas Schneider
|
a9eb0020b8
|
legacy: Move ssh_private_key and ssh_public_key typedefs.
|
2011-08-28 14:50:43 +02:00 |
|
Andreas Schneider
|
5cf23522de
|
keyfiles: Remove keyfiles.h.
|
2011-08-28 14:26:40 +02:00 |
|
Andreas Schneider
|
be660e801a
|
keyfiles: Remove try_publickey_from_file().
|
2011-08-28 14:24:23 +02:00 |
|
Andreas Schneider
|
29ecccb96d
|
keyfiles: Make ssh_try_publickey_from_file() legacy.
|
2011-08-28 14:19:07 +02:00 |
|
Andreas Schneider
|
16b47496c1
|
sftp: Don't create file page.
|
2011-08-28 13:20:58 +02:00 |
|
Andreas Schneider
|
21875bc71e
|
sftp: Improve documentation.
|
2011-08-28 13:17:27 +02:00 |
|
Andreas Schneider
|
98ada12f66
|
libsshpp: Remove type argument from doc.
|
2011-08-27 13:58:53 +02:00 |
|
Andreas Schneider
|
79ed1bc601
|
pki: Handle hash correctly.
Looks like only DSA in grypt needs a leading zero to mark the has as
positive. See
http://lists.gnupg.org/pipermail/gcrypt-devel/2005-February/000754.html
|
2011-08-26 23:13:57 +02:00 |
|
Andreas Schneider
|
1d734f16cf
|
legacy: Remove privatekey_from_base64().
This function has been introduced for libssh 0.6. So we can remove it
completely.
|
2011-08-26 21:46:56 +02:00 |
|