Aris Adamantiadis
|
6ae558b541
|
Beginning of async solution for SSH1
|
2010-01-24 01:07:08 +01:00 |
|
Aris Adamantiadis
|
68f53540df
|
Move SSH-1 specific packet functions in packet1.c
|
2010-01-23 22:59:10 +01:00 |
|
Aris Adamantiadis
|
48ba9c9bc1
|
stub of C++ wrapper for libssh
|
2010-01-21 21:54:20 +01:00 |
|
Aris Adamantiadis
|
245deb2abe
|
Fixed error message when connection failed
|
2010-01-16 18:47:32 +01:00 |
|
Aris Adamantiadis
|
549ea0d7ba
|
Fix SSH1 related warning
|
2010-01-16 18:38:49 +01:00 |
|
Aris Adamantiadis
|
94d1112c55
|
SSH-1 cleanup and compile
Not tested, probably not working correctly yet
|
2010-01-10 21:05:46 +01:00 |
|
Aris Adamantiadis
|
0c47227144
|
Fix typo in build_make script
|
2010-01-10 20:07:37 +01:00 |
|
Aris Adamantiadis
|
a2505078da
|
Set socket blocking after connexion
|
2010-01-08 23:28:55 +01:00 |
|
Aris Adamantiadis
|
35532a63fe
|
Enforce NULL ptr verification in scp.c
|
2010-01-08 23:14:10 +01:00 |
|
Aris Adamantiadis
|
514ab6eed2
|
Fixed blocking bug in channel_poll
|
2010-01-08 23:05:10 +01:00 |
|
Aris Adamantiadis
|
c41e3a8e68
|
Cosmetics for packet numbering
|
2010-01-08 22:49:16 +01:00 |
|
Aris Adamantiadis
|
7d71340241
|
Oops, forgot the callback for server DH
|
2010-01-08 22:37:18 +01:00 |
|
Aris Adamantiadis
|
40bcc0bed8
|
No more packet_read2() !
|
2010-01-08 22:33:58 +01:00 |
|
Aris Adamantiadis
|
74009e2be5
|
Prefix message_new with ssh_
|
2010-01-08 22:28:40 +01:00 |
|
Aris Adamantiadis
|
40871ab1cc
|
Prefix message_handle_channel_request with ssh_
|
2010-01-08 22:27:16 +01:00 |
|
Aris Adamantiadis
|
2fc4c7e335
|
Dequeue the processed messages
|
2010-01-08 22:25:26 +01:00 |
|
Aris Adamantiadis
|
da8263b3f6
|
Renamed message_queue to ssh_message_queue
|
2010-01-08 22:16:00 +01:00 |
|
Aris Adamantiadis
|
12db7c4bc1
|
Merged the channel_request hdlrs and clean hdlrs
|
2010-01-08 22:14:31 +01:00 |
|
Aris Adamantiadis
|
db3ef37771
|
ssh_packet_userauth_request with new system
|
2010-01-08 21:09:40 +01:00 |
|
Aris Adamantiadis
|
7f32558e08
|
Converted message handlers to new system
|
2010-01-07 22:41:38 +01:00 |
|
Aris Adamantiadis
|
228ac78397
|
Changes to messages for async message handling
|
2010-01-07 22:02:21 +01:00 |
|
Aris Adamantiadis
|
b6656a1525
|
Removed packet_wait for SSH2
|
2010-01-06 22:53:10 +01:00 |
|
Aris Adamantiadis
|
84ec17964e
|
Made the server DH asynchronous.
It still needs testing and cleanup, it was done with less
care than the client-side.
The socket listening and connexion is still synchronous
|
2010-01-06 22:49:40 +01:00 |
|
Aris Adamantiadis
|
ef5dc6cd2b
|
Add support for async global requests
Normally the infamous packet_wait() synchronous call
is gone in all SSH2 client code.
|
2010-01-06 21:48:44 +01:00 |
|
Aris Adamantiadis
|
84e6aca5c5
|
Fixed typos from a* to error.c
|
2010-01-06 21:12:00 +01:00 |
|
Aris Adamantiadis
|
ebd0987376
|
Fix build when WITH_SSH1 undefined
|
2010-01-06 13:34:56 +01:00 |
|
Aris Adamantiadis
|
20baf4f5b6
|
Part of kex.c is SSH-1 specific
|
2010-01-03 23:38:37 +01:00 |
|
Aris Adamantiadis
|
335a0fe768
|
Remove some references to packet_wait()
|
2010-01-03 23:36:06 +01:00 |
|
Aris Adamantiadis
|
b25ebf4bdb
|
Removed channel_handle now unused function
|
2010-01-03 23:23:56 +01:00 |
|
Aris Adamantiadis
|
804bb44eda
|
Channel requests are asynchronous
Exec example also runs perfectly now.
|
2010-01-03 23:16:14 +01:00 |
|
Aris Adamantiadis
|
1b15896e8b
|
Fix infinite loop in exec example
|
2010-01-03 23:15:55 +01:00 |
|
Aris Adamantiadis
|
055fbe1d87
|
Explicitely use the packet buffer arg in channels
|
2010-01-03 22:34:48 +01:00 |
|
Aris Adamantiadis
|
648e5d62ba
|
Some work for async channel requests
|
2010-01-03 22:14:21 +01:00 |
|
Andreas Schneider
|
49de20aa5c
|
Fixed cmake warning.
There is no CMakeLists.txt in tests and we don't build something
in the root CMakeLists.txt.
|
2009-12-30 19:08:03 +01:00 |
|
Vic Lee
|
13d534e89a
|
Add pkg-config file libssh.pc
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
|
2009-12-30 19:05:48 +01:00 |
|
Vic Lee
|
1944dc8b5f
|
Add new API function ssh_userauth_privatekey_file().
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
|
2009-12-30 19:05:37 +01:00 |
|
Vic Lee
|
f2ca2d50b5
|
In ssh_userauth_pubkey, if publickey argument is NULL, generate it from privatekey.
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
|
2009-12-30 19:05:29 +01:00 |
|
Aris Adamantiadis
|
b361fb5898
|
Fix use-without-initialization
|
2009-12-28 22:29:50 +01:00 |
|
Aris Adamantiadis
|
8d1faa0dbc
|
Made channel_open_session partially asynchronous
|
2009-12-27 00:06:34 +01:00 |
|
Aris Adamantiadis
|
77baa2df15
|
Fix a few log strings and levels in auth.c
|
2009-12-26 22:12:08 +01:00 |
|
Aris Adamantiadis
|
a229cb4676
|
Asynchronous authentication works !
|
2009-12-26 21:59:37 +01:00 |
|
Aris Adamantiadis
|
682ed18123
|
New packet handler for SSH_USERAUTH_BANNER
|
2009-12-26 20:24:07 +01:00 |
|
Aris Adamantiadis
|
3aae59c224
|
Fix tricky bug within packet decoding
|
2009-12-26 17:03:27 +01:00 |
|
Aris Adamantiadis
|
6f3505bf6b
|
Asynchronous service request
|
2009-12-26 16:51:33 +01:00 |
|
Aris Adamantiadis
|
bfdc48e320
|
Simplification of the "exec" sample
|
2009-12-24 10:46:46 +01:00 |
|
Vic Lee
|
fcda8beb1c
|
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:35 +01:00 |
|
Andreas Schneider
|
d0647afae5
|
Added an example for exec.
|
2009-12-22 18:34:23 +01:00 |
|
Aris Adamantiadis
|
a6383cec51
|
Fix typos in doc
|
2009-12-22 10:20:19 +01:00 |
|
Vic Lee
|
44fd5ff451
|
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 09:02:10 +01:00 |
|
Andreas Schneider
|
ea34f37d43
|
Generate the APPLICATION_VERSION.
|
2009-12-21 15:56:21 +01:00 |
|