Aris Adamantiadis
|
adcd2e38e9
|
libsshpp: do not use deprecated functions
|
2010-08-28 22:53:18 +02:00 |
|
Aris Adamantiadis
|
c19fb5656b
|
Fixed missing libsshpp methods
|
2010-08-28 22:51:23 +02:00 |
|
Aris Adamantiadis
|
74939b8b8d
|
Added missing /** in doxygen @}'s
|
2010-08-28 21:32:08 +02:00 |
|
Aris Adamantiadis
|
29a229724b
|
Fix a few documentation issues
|
2010-08-28 21:05:24 +02:00 |
|
Aris Adamantiadis
|
a9fafc32a8
|
Near to end of implementation of the C++ wrapper
|
2010-08-28 13:59:24 +02:00 |
|
Aris Adamantiadis
|
bcf4e56fe0
|
Fix C++ documentation about the exceptions
|
2010-08-27 12:01:42 +02:00 |
|
Aris Adamantiadis
|
1834ca3820
|
Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.h
|
2010-08-27 11:53:38 +02:00 |
|
Andreas Schneider
|
36576babe8
|
doc: Document the server responses.
|
2010-08-27 11:27:42 +02:00 |
|
Aris Adamantiadis
|
8066100f53
|
Doxygen fixes
|
2010-08-23 20:48:30 +02:00 |
|
Aris Adamantiadis
|
f60c22628a
|
lot of C++ wrapper work
|
2010-08-23 20:34:17 +02:00 |
|
Milo Jhoran
|
24b524040b
|
server: Added an API entry for the message callback.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
|
2010-08-13 11:17:18 +02:00 |
|
milo
|
e533c3f33b
|
server: Fix missing socket close notification.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
|
2010-08-13 11:17:09 +02:00 |
|
milo
|
855b73de87
|
server: Split ssh_bind_accept and create ssh_handle_key_exchange.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
|
2010-08-10 00:30:25 +02:00 |
|
Andreas Schneider
|
a6b6a61775
|
server: Make ssh_accept a depreacted function to not break the API.
|
2010-08-09 21:39:32 +02:00 |
|
Andreas Schneider
|
39c9a6dfed
|
server: Merge ssh_bind_accept.
|
2010-08-09 21:28:47 +02:00 |
|
Andreas Schneider
|
561df8d9a2
|
server: Rename ssh_accept to ssh_bind_accept.
|
2010-08-09 20:54:43 +02:00 |
|
milo
|
eb361626cb
|
session: Added callback for the connection per session.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
|
2010-08-09 20:53:49 +02:00 |
|
milo
|
b0f8ca556b
|
session: Fixed the type of the session dh_handshake_state.
Signed-off-by: Andreas Schneider <asn@cynapses.org>
|
2010-08-09 20:53:03 +02:00 |
|
Andreas Schneider
|
296f6a9217
|
build: Fixed the Windows preprocessor macros and defines.
|
2010-08-03 18:13:59 +02:00 |
|
Aris Adamantiadis
|
d688ed2553
|
Begining of zlib@openssh.org implementation
|
2010-07-23 16:49:28 +02:00 |
|
Aris Adamantiadis
|
e721c122d3
|
Continue removing old flushing code
|
2010-07-23 11:01:06 +02:00 |
|
Aris Adamantiadis
|
8cd0d0040e
|
Removed obsolete socket functions
|
2010-07-23 08:27:05 +02:00 |
|
Aris Adamantiadis
|
5aa9cf2fcf
|
Add consistency check to ssh_set_callbacks
|
2010-07-23 08:09:57 +02:00 |
|
Aris Adamantiadis
|
a924869096
|
Receive and send SSH_MSG_UNIMPLEMENTED
|
2010-07-18 00:39:51 +02:00 |
|
Andreas Schneider
|
ef0215fcf2
|
poll: Added poll constants for Windows.
WSAPoll uses different constanst values as the POSIX implementation,
what else ...
|
2010-07-09 09:49:21 +02:00 |
|
Andreas Schneider
|
82beeea619
|
options: Added option to bind a client to an ip address.
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
|
2010-07-07 12:43:50 +02:00 |
|
Aris Adamantiadis
|
a18a3813fb
|
Removed dead code in socket.c
|
2010-07-07 10:19:47 +02:00 |
|
Aris Adamantiadis
|
94b00cc762
|
Add ssh_callbacks_exists internal macro + unittest
(first commit with eclipse helios, crossing fingers ...)
|
2010-06-25 16:19:19 +02:00 |
|
Andreas Schneider
|
870c9a7a08
|
socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.
|
2010-06-17 13:19:24 +02:00 |
|
Andreas Schneider
|
2a6341c08c
|
socket: Fixed checks for max fd.
|
2010-06-17 13:13:35 +02:00 |
|
Andreas Schneider
|
78e7873e92
|
socket: Fixed prototype of ssh_socket_pollcallback().
|
2010-06-17 13:09:58 +02:00 |
|
Andreas Schneider
|
c30a25e64c
|
poll: Fixed a malfunction with wrong max fd value check.
|
2010-06-17 11:16:24 +02:00 |
|
Andreas Schneider
|
b9a9f54c45
|
string: Added a function to delete a char basesd stirng object.
|
2010-06-11 11:05:37 +02:00 |
|
Andreas Schneider
|
8f0d40a1dd
|
cpp: Fixed return value of userauthAutopubkey.
|
2010-06-02 10:01:46 +02:00 |
|
Aris Adamantiadis
|
517e58d3dc
|
Fixed keyboard-interactive and unit test
|
2010-05-19 14:07:40 +02:00 |
|
Andreas Schneider
|
255f5bd73f
|
Install missing legacy header file.
|
2010-05-17 23:36:39 +02:00 |
|
Andreas Schneider
|
488e822c8d
|
poll: Added a cleanup function to free the ws2_32 library.
|
2010-05-17 11:19:31 +02:00 |
|
Aris Adamantiadis
|
2234c115f2
|
Separation work between openssl and libgcrypt
|
2010-05-14 01:22:22 +02:00 |
|
Aris Adamantiadis
|
b23b3f1d99
|
Sanitize libssh namespace + legacy wrappers
|
2010-05-14 00:51:08 +02:00 |
|
Andreas Schneider
|
91ef298e7d
|
Added runtime detection of WSAPoll().
Signed-off-by: Andreas Schneider <mail@cynapses.org>
|
2010-05-12 18:22:09 +02:00 |
|
Andreas Schneider
|
fc508f9494
|
Fixed Windows build.
|
2010-05-12 12:46:50 +02:00 |
|
Andreas Schneider
|
3573bd4d87
|
Use the new expand functions.
|
2010-05-11 09:40:33 +02:00 |
|
Andreas Schneider
|
fac56bae32
|
Added a function to expand an escaped string.
|
2010-05-11 02:10:55 +02:00 |
|
Andreas Schneider
|
4df7daec82
|
Added a function to expand the tilde from a path.
|
2010-05-11 02:10:55 +02:00 |
|
Aris Adamantiadis
|
4a21b6f168
|
Some grammarnazi things + fix int->socket_t
|
2010-05-10 22:01:09 +02:00 |
|
Andreas Schneider
|
8ba02b6f4c
|
Use configure checks to define vsnprintf and strncpy.
|
2010-05-10 15:32:17 +02:00 |
|
Andreas Schneider
|
8dcfc9849e
|
Fixed building libssh with VC9.
|
2010-05-10 14:40:00 +02:00 |
|
Andreas Schneider
|
b28fb6654c
|
Fixed a MSVC build error.
|
2010-05-10 13:18:16 +02:00 |
|
Andreas Schneider
|
9278dc0666
|
Added more defines to use secure VC functions.
|
2010-05-10 10:41:47 +02:00 |
|
Aris Adamantiadis
|
f31a14b793
|
ssh_socket support for 2 fd + Proxyhost command
|
2010-05-09 00:48:10 +02:00 |
|