aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-15poll: Fix poll input events.Andreas Schneider3-4/+4
2011-04-15Fix assertion with Visual Studio because of %zu.Andreas Schneider4-6/+6
2011-04-15scp: More correct fix for snprintf 64-bit format.Andreas Schneider1-2/+2
2011-04-15scp: Fix snprintf format for 64-bit size on SCP push.Mark Riordan1-2/+2
2011-04-15scp: Support huge files by changing size to 64-bit type.Mark Riordan1-7/+28
2011-04-15[pki] Fix buffer overflow in pkiAris Adamantiadis1-1/+1
2011-04-14scp: Fix potential infinite loop in ssh_scp_closeMark Riordan1-1/+1
2011-04-14Implemented X11 server sidemilo3-0/+114
2011-04-14Skip \r when reading private keysmilo1-2/+3
2011-04-14[pki] Added ssh_userauth_pki_pubkey() functionmilo1-1/+185
2011-04-14Fix error message in privatekey_from_base64()milo1-1/+1
2011-04-14[pki] Add documentation and check for NULLsmilo1-0/+13
2011-04-14Set freed pointers to NULL in ssh_key structmilo1-0/+2
2011-04-14[pki] added ssh_pki_do_sign() functionmilo2-2/+114
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+81
2011-04-14[pki] check for NULL and small cosmetic changesmilo1-16/+17
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+188
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+25
2011-04-14[pki] Fixed a probable bug in privatekey_file_to_buffer()milo1-3/+2
2011-04-14[pki] Added privatekey_from_base64() function...milo1-47/+90
2011-04-14[pki] Added b64decode_dsa_privatekey() functionmilo1-0/+60
2011-04-14[pki] Added b64decode_rsa_privatekey() functionmilo1-0/+72
2011-04-14[pki] Added privatekey_string_to_buffer() functionmilo1-2/+135
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-0/+1
2011-04-14Semantic fix on mallocmilo1-1/+1
2011-04-14Fix a memleak on event poll contextsmilo1-0/+2
2011-04-14Fix a 0 bytes malloc in server kbdint implementationmilo1-21/+26
2011-04-14Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalizeAris Adamantiadis1-1/+5
2011-04-14wrapper: Fixed a possible NULL pointer dereference.Andreas Schneider1-1/+5
2011-04-14server: Fixed a possible NULL pointer dereference.Andreas Schneider1-1/+4
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-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-22Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis1-0/+9
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis2-0/+37
2011-03-09messages: Make returned strings const.Andreas Schneider1-11/+11
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 Schneider1-19/+0
2011-02-25messages: Added missing config.h include.Andreas Schneider1-0/+2
2011-02-23legacy: Added missing channel_write_stderr.Andreas Schneider1-0/+5
2011-02-23legacy: Fixed the symbol export.Andreas Schneider1-1/+3
2011-02-22Check for NULL channel pointersmilo1-8/+116
2011-02-20poll: Added a function to poll the events.milo1-0/+38
2011-02-20poll: Added function to remove fd from the event context.milo1-0/+30
2011-02-20poll: Added function to add an fd to the events.milo1-0/+64
2011-02-20poll: Added function to remove session from event loop.milo1-0/+47