aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-17poll: Removed WSAPoll() support.Oliver Stöneberg1-43/+0
2011-05-17connect: Set timeout on connectOliver Stöneberg3-8/+9
2011-05-17channel: Fixed potential use-after-free in ssh_channel_get_exit_status().Oliver Stöneberg1-1/+1
2011-05-17keyfiles: Fixed compilation without defines.Oliver Stöneberg1-0/+4
2011-05-17socket: Fixed use-after-free.Oliver Stöneberg1-0/+6
2011-05-15channel: Improve the request signal documentation.Andreas Schneider1-1/+17
2011-05-03messages: Try to fix the build.Andreas Schneider1-1/+1
2011-05-02Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg1-12/+25
2011-05-02Delay the check for kbdint->answers in kbdint_send()milo1-3/+2
2011-05-02Fix segfault when ssh_userauth_kbdint_setanswer() has not been calledmilo1-1/+8
2011-05-02[socket] fix a segfault at disconnectmilo1-4/+15
2011-05-02[event] don't use sessions in event anymoremilo1-14/+0
2011-05-02[messages] don't queue messages if callback presentmilo1-5/+34
2011-05-02[poll] avoid infinite loop in ssh_poll_ctx_free()milo1-1/+6
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo1-8/+9
2011-05-01init: Some initialization fixes.Oliver Stöneberg4-17/+28
2011-05-01socket: Fixed poll input event.Oliver Stöneberg1-1/+1
2011-04-18[keyfiles] Fix two memory leaksmilo1-1/+2
2011-04-18[pki] remove unused functionsmilo1-59/+0
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