aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-14Bug fix in ssh_poll_ctx_remove()milo1-0/+4
2011-04-11build: Fixed some VS2010 problems.Oliver Stöneberg4-6/+6
2011-04-11keys: Fixed issues reported by cppcheck.Oliver Stöneberg2-15/+17
2011-04-08cmake: Fixed a typo.Andreas Schneider1-1/+2
2011-04-08sftp: Fixed double-free in sftp_unlink().Mark Riordan1-1/+3
2011-03-28Fixed doc of ssh_userauth_list()Aris Adamantiadis1-1/+1
2011-03-28Change session state after receiving a DisconnectAris Adamantiadis1-0/+1
2011-03-25doc: Extremly important README update!Andreas Schneider1-2/+9
2011-03-22Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis2-1/+10
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis4-0/+39
Based on code from Jan Willamowius
2011-03-22Added a IP address testAris Adamantiadis1-0/+1
2011-03-10example: Use const in auth_password from samplesshd.Andreas Schneider3-3/+3
2011-03-09messages: Make returned strings const.Andreas Schneider2-22/+22
2011-03-09doc: More doc for messaging functions.Andreas Schneider1-1/+37
2011-03-09doc: Added missing doc for common message function.Andreas Schneider1-0/+19
2011-03-09doc: Fixed typos in messaging introduction.Andreas Schneider1-7/+9
2011-03-09doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider2-19/+20
2011-03-06doc: Improved documentation for server options.Andreas Schneider1-4/+57
2011-03-01build: Set version to 0.5.90.Andreas Schneider1-2/+2
2011-02-25messages: Added missing config.h include.Andreas Schneider1-0/+2
2011-02-23legacy: Added missing channel_write_stderr.Andreas Schneider2-0/+7
2011-02-23legacy: Fixed the symbol export.Andreas Schneider1-1/+3
2011-02-22Check for NULL channel pointersmilo1-8/+116
2011-02-20examples: Added a event context based sshd example.milo3-0/+460
2011-02-20poll: Added a function to poll the events.milo2-0/+39
2011-02-20poll: Added function to remove fd from the event context.milo2-0/+31
2011-02-20poll: Added function to add an fd to the events.milo2-0/+69
2011-02-20poll: Added function to remove session from event loop.milo2-0/+48
2011-02-20poll: Added function to add session to an event.milo2-0/+45
2011-02-20poll: Added a function to free an event.milo2-0/+24
2011-02-20poll: Started to add a poll based event loop.milo2-0/+52
2011-02-18server: Fixed logging function name.Andreas Schneider1-1/+1
2011-02-18channel: Fixed a possible NULL pointe dereference.Andreas Schneider1-3/+7
2011-02-18channel: Improve ssh_channel_open_reverse_forward documentation.Bernhard R. Link1-4/+5
2011-02-18channels: set error for new NULL pointer checksBernhard R. Link1-4/+23
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-02-14socket: Set errors on return.Bernhard R. Link1-1/+16
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-02-14channels: Set errors on return.Bernhard R. Link1-2/+80
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-02-14bind: Set errors on return.Bernhard R. Link1-1/+8
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-02-14Check for NULL pointers in string.cmilo1-3/+14
2011-02-14Check for NULL pointers in channels.cmilo1-10/+58
2011-02-13misc: Fixed ssh_is_ipaddr_v4() on Windows.Andreas Schneider2-4/+8
2011-02-13build: Try to fix the build on Solaris.Andreas Schneider1-1/+9
2011-02-13misc: Added working ssh_is_ipaddr for Windows.Andreas Schneider2-33/+77
2011-02-13tests: Fixed misc and isipaddr test on Windows.Andreas Schneider2-0/+3
2011-02-13torture: Fixed torture on Windows.Andreas Schneider1-8/+12
2011-02-13auth: Fixed a memory leak in kdbint auth.Andreas Schneider1-0/+1
Milo please check!
2011-02-13tests: Added two asserts to torture_sftp_dir.Andreas Schneider1-0/+4
2011-02-13auth: Fixed a double free error.Andreas Schneider1-3/+9
2011-02-13misc: Fixed ssh_is_ipaddr on FreeBSD.Andreas Schneider1-0/+3
2011-02-12always set error when returning error in auth.cBernhard R. Link1-9/+72
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>