Commit Graph

  • 8092541603 [poll] avoid infinite loop in ssh_poll_ctx_free() (cherry picked from commit eace59d3eaad413fd846d1c8b4c926285f6cd5ab) milo 2011-04-20 04:09:28 +02:00
  • 7ba0938846 [channels] Added ssh_channel_window_size() and avoided reentrancy in channel_write_common() (cherry picked from commit 27313334578f4acb7ccf0687bba7f76b2febd569) milo 2011-04-20 02:06:43 +02:00
  • 996c00c81c keyfiles: Fixed the build. Andreas Schneider 2011-05-01 21:04:55 +02:00
  • 30bdca07e9 init: Some initialization fixes. Oliver Stöneberg 2011-04-26 16:06:46 -07:00
  • b4b49cf3f6 socket: Fixed poll input event. (cherry picked from commit 040a543f57) Oliver Stöneberg 2011-04-26 15:59:48 -07:00
  • 3ae01ff9f5 init: Some initialization fixes. Oliver Stöneberg 2011-04-26 16:06:46 -07:00
  • 040a543f57 socket: Fixed poll input event. Oliver Stöneberg 2011-04-26 15:59:48 -07:00
  • 189796e94f examples: Removed unnecessary \n from ssh_log() calls in samplessh. (cherry picked from commit a73459171b) Oliver Stöneberg 2011-04-26 15:57:23 -07:00
  • 2431c7d925 examples: Fixed memory leak in samplessh when using commands. (cherry picked from commit c3849a3cfd) Oliver Stöneberg 2011-04-26 15:56:00 -07:00
  • a73459171b examples: Removed unnecessary \n from ssh_log() calls in samplessh. Oliver Stöneberg 2011-04-26 15:57:23 -07:00
  • c3849a3cfd examples: Fixed memory leak in samplessh when using commands. Oliver Stöneberg 2011-04-26 15:56:00 -07:00
  • 91c9d86d45 [keyfiles] Fix two memory leaks milo 2011-04-18 17:49:54 +02:00
  • 6e58342abc [pki] remove unused functions milo 2011-04-18 17:40:27 +02:00
  • fc9c61714f poll: Fix poll input events. Andreas Schneider 2011-04-15 19:14:15 +02:00
  • 8b95328b1b poll: Fix poll input events. Andreas Schneider 2011-04-15 19:14:15 +02:00
  • e096658df3 examples: Fix some memory leaks. (cherry picked from commit 644145a88c) Andreas Schneider 2011-04-15 19:05:53 +02:00
  • 644145a88c examples: Fix some memory leaks. Andreas Schneider 2011-04-15 19:05:53 +02:00
  • b1d58c5454 Fix assertion with Visual Studio because of %zu. (cherry picked from commit ef658b4bef) Andreas Schneider 2011-04-15 19:02:21 +02:00
  • ef658b4bef Fix assertion with Visual Studio because of %zu. Andreas Schneider 2011-04-15 19:02:21 +02:00
  • a6c53d51de scp: More correct fix for snprintf 64-bit format. Andreas Schneider 2011-04-15 18:55:30 +02:00
  • e7e4f261a6 scp: Fix snprintf format for 64-bit size on SCP push. Mark Riordan 2011-04-08 13:16:28 -05:00
  • 96d5f13813 scp: Support huge files by changing size to 64-bit type. Mark Riordan 2011-04-07 16:40:39 -05:00
  • 3a77f2aebe [pki] Fix buffer overflow in pki Aris Adamantiadis 2011-04-15 09:11:09 +02:00
  • ced66eb11f scp: Fix potential infinite loop in ssh_scp_close Mark Riordan 2011-04-08 09:50:32 -05:00
  • 1b44daddf6 examples: Call correct functions on exit. (cherry picked from commit 3e7d4534ce) Andreas Schneider 2011-04-14 14:16:58 +02:00
  • 5939cfe78a scp: Fix potential infinite loop in ssh_scp_close Mark Riordan 2011-04-08 09:50:32 -05:00
  • 3e7d4534ce examples: Call correct functions on exit. Andreas Schneider 2011-04-14 14:16:58 +02:00
  • cee8ca339b Use const for x11_auth_* strings milo 2011-03-11 13:55:46 +01:00
  • 7cc4471168 Implemented X11 server side milo 2011-03-11 13:39:29 +01:00
  • 3046a50614 Skip \r when reading private keys milo 2011-04-02 13:16:42 +02:00
  • 23aa58e442 Added some tortures for pki milo 2011-03-17 11:39:11 +01:00
  • f8c7ad9c7a [pki] Added ssh_userauth_pki_pubkey() function milo 2011-03-17 10:22:46 +01:00
  • 72b53aa11e Fix error message in privatekey_from_base64() milo 2011-03-17 10:21:20 +01:00
  • c96314971c [pki] Add documentation and check for NULLs milo 2011-03-17 10:08:32 +01:00
  • 82e3068cb7 Set freed pointers to NULL in ssh_key struct milo 2011-03-17 10:07:39 +01:00
  • b308bb9d52 [pki] added ssh_pki_do_sign() function milo 2011-03-17 10:05:59 +01:00
  • c1f65492f7 [pki] Added conversion functions to migrate seemlessly to ssh_key milo 2011-03-09 13:49:04 +01:00
  • c5db7674ec [pki] check for NULL and small cosmetic changes milo 2011-03-09 13:46:30 +01:00
  • 2694853979 [pki] Added ssh_pki_publickey_from_privatekey() function milo 2011-03-09 13:44:51 +01:00
  • 69d2457762 [pki] Added ssh_pki_import_privkey_base64() milo 2011-03-09 13:19:16 +01:00
  • c1d385f6da [pki] remove non existing function prototype milo 2011-03-09 13:12:34 +01:00
  • c20afa75a2 [pki] Fixed a probable bug in privatekey_file_to_buffer() milo 2011-03-09 12:58:47 +01:00
  • df3e497dbd [pki] Added privatekey_from_base64() function... milo 2011-03-09 12:57:26 +01:00
  • 9a21093ab8 [pki] Added b64decode_dsa_privatekey() function milo 2011-03-09 12:49:46 +01:00
  • 5f54eff0be [pki] Added b64decode_rsa_privatekey() function milo 2011-03-09 12:48:39 +01:00
  • 43ebdbfe46 [pki] Added privatekey_string_to_buffer() function milo 2011-03-09 12:45:27 +01:00
  • 2be42922c8 [pki] Make ssh_key_new and ssh_key_free public milo 2011-03-09 00:51:50 +01:00
  • a0a3ceeaa0 Semantic fix on malloc milo 2011-04-14 13:45:48 +02:00
  • a309c1b38e Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalize (cherry picked from commit 934252d6ca) Aris Adamantiadis 2011-04-14 13:08:11 +02:00
  • 42315772b2 Fix a memleak on event poll contexts milo 2011-04-14 13:29:33 +02:00
  • 23b28a573c Fix a 0 bytes malloc in server kbdint implementation milo 2011-04-14 13:28:48 +02:00
  • 934252d6ca Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalize Aris Adamantiadis 2011-04-14 13:08:11 +02:00
  • e56aaf5f44 wrapper: Fixed a possible NULL pointer dereference. (cherry picked from commit 94e7d345a7) Andreas Schneider 2011-04-14 10:17:44 +02:00
  • 632cee4426 server: Fixed a possible NULL pointer dereference. (cherry picked from commit 7e4916cefc) Andreas Schneider 2011-04-14 10:10:19 +02:00
  • 94e7d345a7 wrapper: Fixed a possible NULL pointer dereference. Andreas Schneider 2011-04-14 10:17:44 +02:00
  • 7e4916cefc server: Fixed a possible NULL pointer dereference. Andreas Schneider 2011-04-14 10:10:19 +02:00
  • e04d30e083 Bug fix in ssh_poll_ctx_remove() milo 2011-04-13 23:51:52 +02:00
  • af25fc35d1 build: Fixed some VS2010 problems. (cherry picked from commit 166ee451c5) Oliver Stöneberg 2011-04-11 11:17:32 +02:00
  • db49b84a44 keys: Fixed issues reported by cppcheck. (cherry picked from commit 46475dfa2f) Oliver Stöneberg 2011-04-11 11:06:32 +02:00
  • 166ee451c5 build: Fixed some VS2010 problems. Oliver Stöneberg 2011-04-11 11:17:32 +02:00
  • 46475dfa2f keys: Fixed issues reported by cppcheck. Oliver Stöneberg 2011-04-11 11:06:32 +02:00
  • c5f4b8c1c7 cmake: Fixed a typo. (cherry picked from commit 7150cabafa) Andreas Schneider 2011-04-08 11:02:25 +02:00
  • 4d85f7b1e5 cmake: Fixed a typo. (cherry picked from commit 7150cabafa) Andreas Schneider 2011-04-08 11:02:25 +02:00
  • 7150cabafa cmake: Fixed a typo. Andreas Schneider 2011-04-08 11:02:25 +02:00
  • 6a0daddd8f sftp: Fixed double-free in sftp_unlink(). (cherry picked from commit 29bb718a93) Mark Riordan 2011-04-08 10:59:05 +02:00
  • 29bb718a93 sftp: Fixed double-free in sftp_unlink(). Mark Riordan 2011-04-08 10:59:05 +02:00
  • af997b221d Fixed doc of ssh_userauth_list() (cherry picked from commit 1c062b22bf) Aris Adamantiadis 2011-03-28 12:55:48 +02:00
  • 9d6855702e Change session state after receiving a Disconnect (cherry picked from commit 4bc9c96e4e) Aris Adamantiadis 2011-03-28 12:46:08 +02:00
  • 1c062b22bf Fixed doc of ssh_userauth_list() Aris Adamantiadis 2011-03-28 12:55:48 +02:00
  • 4bc9c96e4e Change session state after receiving a Disconnect Aris Adamantiadis 2011-03-28 12:46:08 +02:00
  • 0ab17a8906 doc: Extremly important README update! Andreas Schneider 2011-03-24 12:38:50 +01:00
  • daf256e15f cpack: Raise version number. Andreas Schneider 2011-03-23 08:51:06 +01:00
  • 0eddcb4424 Fix the ssh_message_retrieve problem by anihilation Aris Adamantiadis 2011-03-22 12:23:02 +01:00
  • b7f6794e03 Implement ssh_blocking_flush() Aris Adamantiadis 2011-03-22 11:49:57 +01:00
  • 1a101a959e Fix the ssh_message_retrieve problem by anihilation Aris Adamantiadis 2011-03-22 12:23:02 +01:00
  • dff4e4e6d3 Implement ssh_blocking_flush() Aris Adamantiadis 2011-03-22 11:49:57 +01:00
  • 79b74bdf64 Added a IP address test Aris Adamantiadis 2011-03-22 10:45:07 +01:00
  • 633d6532be example: Use const in auth_password from samplesshd. Andreas Schneider 2011-03-10 11:23:45 +01:00
  • 7e921b7afb messages: Make returned strings const. Andreas Schneider 2011-03-09 19:45:17 +01:00
  • 7420b0fb83 doc: More doc for messaging functions. Andreas Schneider 2011-03-09 19:39:34 +01:00
  • 52e223dfdd doc: Added missing doc for common message function. Andreas Schneider 2011-03-09 19:19:56 +01:00
  • e2706fe21d doc: Fixed typos in messaging introduction. Andreas Schneider 2011-03-09 19:06:59 +01:00
  • cd9fc88151 doc: Improve the doc of ssh_bind_set_callbacks. (cherry picked from commit 7daa81f3aa) Andreas Schneider 2011-03-09 18:32:09 +01:00
  • fbe0f37e1b doc: Improved documentation for server options. (cherry picked from commit 6754c34711) Andreas Schneider 2011-03-06 14:22:13 +01:00
  • 7daa81f3aa doc: Improve the doc of ssh_bind_set_callbacks. Andreas Schneider 2011-03-09 18:32:09 +01:00
  • 6754c34711 doc: Improved documentation for server options. Andreas Schneider 2011-03-06 14:22:13 +01:00
  • 7e9d384ec8 build: Set version to 0.5.90. Andreas Schneider 2011-03-01 21:28:50 +01:00
  • c496194614 messages: Added missing config.h include. Andreas Schneider 2011-02-25 10:22:19 +01:00
  • d97458d640 messages: Added missing config.h include. Andreas Schneider 2011-02-25 10:22:19 +01:00
  • ca639ceb63 legacy: Added missing channel_write_stderr. Andreas Schneider 2011-02-23 12:38:45 +01:00
  • dab8f847e6 legacy: Added missing channel_write_stderr. Andreas Schneider 2011-02-23 12:38:45 +01:00
  • e85537aac4 legacy: Fixed the symbol export. Andreas Schneider 2011-02-23 12:25:28 +01:00
  • 8d3823127c legacy: Fixed the symbol export. Andreas Schneider 2011-02-23 12:25:28 +01:00
  • 8ee8d4f913 Check for NULL channel pointers milo 2011-02-22 14:03:20 +01:00
  • 000d659ea2 examples: Added a event context based sshd example. milo 2011-02-20 13:07:34 +01:00
  • ddb1c1838f poll: Added a function to poll the events. milo 2011-02-20 14:06:57 +01:00
  • e40261c22c poll: Added function to remove fd from the event context. milo 2011-02-20 14:06:19 +01:00
  • 6582da1d67 poll: Added function to add an fd to the events. milo 2011-02-20 14:04:56 +01:00
  • 0c76156f54 poll: Added function to remove session from event loop. milo 2011-02-20 14:03:19 +01:00
  • 4b72953c7e poll: Added function to add session to an event. milo 2011-02-20 13:56:40 +01:00