Mark Riordan
|
29bb718a93
|
sftp: Fixed double-free in sftp_unlink().
|
2011-04-08 10:59:05 +02:00 |
|
Aris Adamantiadis
|
1c062b22bf
|
Fixed doc of ssh_userauth_list()
|
2011-03-28 12:55:48 +02:00 |
|
Aris Adamantiadis
|
4bc9c96e4e
|
Change session state after receiving a Disconnect
|
2011-03-28 12:46:08 +02:00 |
|
Andreas Schneider
|
0ab17a8906
|
doc: Extremly important README update!
|
2011-03-25 19:24:42 +01:00 |
|
Aris Adamantiadis
|
1a101a959e
|
Fix the ssh_message_retrieve problem by anihilation
|
2011-03-22 12:23:02 +01:00 |
|
Aris Adamantiadis
|
dff4e4e6d3
|
Implement ssh_blocking_flush()
Based on code from Jan Willamowius
|
2011-03-22 11:49:57 +01:00 |
|
Aris Adamantiadis
|
79b74bdf64
|
Added a IP address test
|
2011-03-22 10:45:07 +01:00 |
|
Andreas Schneider
|
633d6532be
|
example: Use const in auth_password from samplesshd.
|
2011-03-10 11:23:45 +01:00 |
|
Andreas Schneider
|
7e921b7afb
|
messages: Make returned strings const.
|
2011-03-09 19:45:17 +01:00 |
|
Andreas Schneider
|
7420b0fb83
|
doc: More doc for messaging functions.
|
2011-03-09 19:39:34 +01:00 |
|
Andreas Schneider
|
52e223dfdd
|
doc: Added missing doc for common message function.
|
2011-03-09 19:19:56 +01:00 |
|
Andreas Schneider
|
e2706fe21d
|
doc: Fixed typos in messaging introduction.
|
2011-03-09 19:06:59 +01:00 |
|
Andreas Schneider
|
7daa81f3aa
|
doc: Improve the doc of ssh_bind_set_callbacks.
|
2011-03-09 18:33:03 +01:00 |
|
Andreas Schneider
|
6754c34711
|
doc: Improved documentation for server options.
|
2011-03-06 14:25:21 +01:00 |
|
Andreas Schneider
|
7e9d384ec8
|
build: Set version to 0.5.90.
|
2011-03-01 21:28:50 +01:00 |
|
Andreas Schneider
|
d97458d640
|
messages: Added missing config.h include.
|
2011-02-25 10:22:19 +01:00 |
|
Andreas Schneider
|
dab8f847e6
|
legacy: Added missing channel_write_stderr.
|
2011-02-23 12:38:45 +01:00 |
|
Andreas Schneider
|
8d3823127c
|
legacy: Fixed the symbol export.
|
2011-02-23 12:31:29 +01:00 |
|
milo
|
8ee8d4f913
|
Check for NULL channel pointers
|
2011-02-22 14:11:19 +01:00 |
|
milo
|
000d659ea2
|
examples: Added a event context based sshd example.
|
2011-02-20 14:37:43 +01:00 |
|
milo
|
ddb1c1838f
|
poll: Added a function to poll the events.
|
2011-02-20 14:37:43 +01:00 |
|
milo
|
e40261c22c
|
poll: Added function to remove fd from the event context.
|
2011-02-20 14:37:34 +01:00 |
|
milo
|
6582da1d67
|
poll: Added function to add an fd to the events.
|
2011-02-20 14:37:34 +01:00 |
|
milo
|
0c76156f54
|
poll: Added function to remove session from event loop.
|
2011-02-20 14:37:31 +01:00 |
|
milo
|
4b72953c7e
|
poll: Added function to add session to an event.
|
2011-02-20 14:36:44 +01:00 |
|
milo
|
4ee4450a6b
|
poll: Added a function to free an event.
|
2011-02-20 14:35:11 +01:00 |
|
milo
|
a2634ceea8
|
poll: Started to add a poll based event loop.
|
2011-02-20 14:21:45 +01:00 |
|
Andreas Schneider
|
ac8276c70e
|
server: Fixed logging function name.
|
2011-02-18 20:57:09 +01:00 |
|
Andreas Schneider
|
5cc2e69d0d
|
channel: Fixed a possible NULL pointe dereference.
|
2011-02-18 18:03:37 +01:00 |
|
Bernhard R. Link
|
23b3c46fd6
|
channel: Improve ssh_channel_open_reverse_forward documentation.
|
2011-02-18 17:50:50 +01:00 |
|
Bernhard R. Link
|
8a83990c16
|
channels: set error for new NULL pointer checks
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-18 17:45:28 +01:00 |
|
Bernhard R. Link
|
071b0034db
|
socket: Set errors on return.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-14 22:48:53 +01:00 |
|
Bernhard R. Link
|
7ae59c571a
|
channels: Set errors on return.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-14 22:48:53 +01:00 |
|
Bernhard R. Link
|
b1db0e54ad
|
bind: Set errors on return.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-14 22:48:53 +01:00 |
|
milo
|
4230509e80
|
Check for NULL pointers in string.c
|
2011-02-14 20:23:12 +01:00 |
|
milo
|
11e54e8221
|
Check for NULL pointers in channels.c
|
2011-02-14 20:02:02 +01:00 |
|
Andreas Schneider
|
eea1df3574
|
misc: Fixed ssh_is_ipaddr_v4() on Windows.
|
2011-02-13 17:36:45 +01:00 |
|
Andreas Schneider
|
9baa491b0b
|
build: Try to fix the build on Solaris.
|
2011-02-13 13:22:25 +01:00 |
|
Andreas Schneider
|
cd30a1d4b1
|
misc: Added working ssh_is_ipaddr for Windows.
|
2011-02-13 11:56:47 +01:00 |
|
Andreas Schneider
|
ca941d6985
|
tests: Fixed misc and isipaddr test on Windows.
|
2011-02-13 11:56:47 +01:00 |
|
Andreas Schneider
|
cbcd5668f5
|
torture: Fixed torture on Windows.
|
2011-02-13 11:56:47 +01:00 |
|
Andreas Schneider
|
fdd1cb18d0
|
auth: Fixed a memory leak in kdbint auth.
Milo please check!
|
2011-02-13 11:04:09 +01:00 |
|
Andreas Schneider
|
a0c05c4c4e
|
tests: Added two asserts to torture_sftp_dir.
|
2011-02-13 10:44:09 +01:00 |
|
Andreas Schneider
|
499467d362
|
auth: Fixed a double free error.
|
2011-02-13 10:43:59 +01:00 |
|
Andreas Schneider
|
d1ddec00d9
|
misc: Fixed ssh_is_ipaddr on FreeBSD.
|
2011-02-13 10:32:47 +01:00 |
|
Bernhard R. Link
|
637fc7ea59
|
always set error when returning error in auth.c
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2011-02-12 20:11:50 +01:00 |
|
Andreas Schneider
|
622d5a43b3
|
ctest: Added support for checking out a branch.
|
2011-02-12 20:08:23 +01:00 |
|
Aris Adamantiadis
|
483cdc2d2c
|
Added ssh_userauth_[offer_]pubkey nonblocking iface
|
2011-02-12 19:21:13 +01:00 |
|
Andreas Schneider
|
5d4bd5a21d
|
tests: Added ipv6 tests.
|
2011-02-12 19:16:06 +01:00 |
|
Andreas Schneider
|
e8c3f55751
|
tests: Fixed torture_isipaddr.
|
2011-02-12 19:12:39 +01:00 |
|