Commit Graph

  • 4ee4450a6b poll: Added a function to free an event. milo 2011-02-20 13:53:53 +01:00
  • a2634ceea8 poll: Started to add a poll based event loop. milo 2011-02-20 13:51:08 +01:00
  • e839c9cae6 Reverse commit 076dfb82 for the server side (cherry picked from commit 32e23a25da) milo 2011-02-05 12:34:35 +01:00
  • 100e94c18e channel: Fixed uninitialized use of session. Andreas Schneider 2011-02-19 10:24:57 +01:00
  • e7f7b4e499 server: Fixed logging function name. (cherry picked from commit ac8276c70e) Andreas Schneider 2011-02-18 20:57:09 +01:00
  • ac8276c70e server: Fixed logging function name. Andreas Schneider 2011-02-18 20:57:09 +01:00
  • 5cc2e69d0d channel: Fixed a possible NULL pointe dereference. Andreas Schneider 2011-02-18 18:03:37 +01:00
  • eca8b53868 channel: Improve ssh_channel_open_reverse_forward documentation. (cherry picked from commit 23b3c46fd6) Bernhard R. Link 2011-02-18 17:50:50 +01:00
  • b8767be373 channels: set error for new NULL pointer checks Andreas Schneider 2011-02-18 17:57:16 +01:00
  • 9658eade0b socket: Set errors on return. Bernhard R. Link 2011-02-13 15:10:28 +01:00
  • 689536ec92 channels: Set errors on return. Bernhard R. Link 2011-02-13 15:12:39 +01:00
  • 3ff2999228 bind: Set errors on return. Bernhard R. Link 2011-02-13 15:11:39 +01:00
  • 23b3c46fd6 channel: Improve ssh_channel_open_reverse_forward documentation. Bernhard R. Link 2011-02-18 17:50:50 +01:00
  • 8a83990c16 channels: set error for new NULL pointer checks Bernhard R. Link 2011-02-15 10:21:24 +01:00
  • 071b0034db socket: Set errors on return. Bernhard R. Link 2011-02-13 15:10:28 +01:00
  • 7ae59c571a channels: Set errors on return. Bernhard R. Link 2011-02-13 15:12:39 +01:00
  • b1db0e54ad bind: Set errors on return. Bernhard R. Link 2011-02-13 15:11:39 +01:00
  • 4230509e80 Check for NULL pointers in string.c milo 2011-02-14 20:23:12 +01:00
  • 11e54e8221 Check for NULL pointers in channels.c milo 2011-02-14 20:02:02 +01:00
  • 4f65104ecc misc: Fixed ssh_is_ipaddr_v4() on Windows. (cherry picked from commit eea1df3574) Andreas Schneider 2011-02-13 17:36:45 +01:00
  • 242e1c342c build: Try to fix the build on Solaris. (cherry picked from commit 9baa491b0b) Andreas Schneider 2011-02-13 13:22:25 +01:00
  • eea1df3574 misc: Fixed ssh_is_ipaddr_v4() on Windows. Andreas Schneider 2011-02-13 17:36:45 +01:00
  • 9baa491b0b build: Try to fix the build on Solaris. Andreas Schneider 2011-02-13 13:22:25 +01:00
  • 935e3b70ae misc: Added working ssh_is_ipaddr for Windows. (cherry picked from commit cd30a1d4b1) Andreas Schneider 2011-02-13 11:21:35 +01:00
  • 8d1bfb5a85 tests: Fixed misc and isipaddr test on Windows. (cherry picked from commit ca941d6985) Andreas Schneider 2011-02-13 11:55:31 +01:00
  • 2ac664968d torture: Fixed torture on Windows. (cherry picked from commit cbcd5668f5) Andreas Schneider 2011-02-13 11:54:56 +01:00
  • 1199ad8f47 misc: Fixed ssh_is_ipaddr on FreeBSD. (cherry picked from commit d1ddec00d9) Andreas Schneider 2011-02-13 10:32:47 +01:00
  • cd30a1d4b1 misc: Added working ssh_is_ipaddr for Windows. Andreas Schneider 2011-02-13 11:21:35 +01:00
  • ca941d6985 tests: Fixed misc and isipaddr test on Windows. Andreas Schneider 2011-02-13 11:55:31 +01:00
  • cbcd5668f5 torture: Fixed torture on Windows. Andreas Schneider 2011-02-13 11:54:56 +01:00
  • fdd1cb18d0 auth: Fixed a memory leak in kdbint auth. Andreas Schneider 2011-02-13 11:03:24 +01:00
  • a0c05c4c4e tests: Added two asserts to torture_sftp_dir. Andreas Schneider 2011-02-13 10:44:09 +01:00
  • 499467d362 auth: Fixed a double free error. Andreas Schneider 2011-02-13 10:43:59 +01:00
  • d1ddec00d9 misc: Fixed ssh_is_ipaddr on FreeBSD. Andreas Schneider 2011-02-13 10:32:47 +01:00
  • c12559f8f6 always set error when returning error in auth.c Bernhard R. Link 2011-02-12 19:35:53 +01:00
  • 637fc7ea59 always set error when returning error in auth.c Bernhard R. Link 2011-02-12 19:35:53 +01:00
  • 622d5a43b3 ctest: Added support for checking out a branch. Andreas Schneider 2011-02-12 19:46:47 +01:00
  • 840e1abcdc tests: Added ipv6 tests. (cherry picked from commit 5d4bd5a21d) Andreas Schneider 2011-02-12 19:14:30 +01:00
  • e3594ba0ec tests: Fixed torture_isipaddr. (cherry picked from commit e8c3f55751) Andreas Schneider 2011-02-12 19:12:39 +01:00
  • 0d07dc5355 srv_sftp: Set error messages in sftp_get_client_message(). (cherry picked from commit 4d38b4c848) Andreas Schneider 2011-02-12 18:48:23 +01:00
  • 4170258595 connect: Use ssh_is_ipaddr instead of regex. (cherry picked from commit 768fbdd92e) Andreas Schneider 2011-02-12 17:44:31 +01:00
  • dacfc41d21 misc: Added ssh_is_ipaddr() function. (cherry picked from commit b313fa944a) Andreas Schneider 2011-02-12 17:37:05 +01:00
  • 5158877b72 Connect: Test the new isipaddr() function (cherry picked from commit 7acc2fa607) Aris Adamantiadis 2011-02-12 15:06:15 +01:00
  • a785ba3c4d use ssh_log instead of fprintf in ssh_config_parse_file Bernhard R. Link 2011-02-12 18:40:11 +01:00
  • 92dbd4eca2 ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update documentation Bernhard R. Link 2011-02-11 23:03:03 +01:00
  • a7144c5b6b proper prototypes Bernhard R. Link 2011-02-11 23:01:37 +01:00
  • 483cdc2d2c Added ssh_userauth_[offer_]pubkey nonblocking iface Aris Adamantiadis 2011-02-12 18:46:10 +01:00
  • 5d4bd5a21d tests: Added ipv6 tests. Andreas Schneider 2011-02-12 19:14:30 +01:00
  • e8c3f55751 tests: Fixed torture_isipaddr. Andreas Schneider 2011-02-12 19:12:39 +01:00
  • 8d9d46ca66 use ssh_log instead of fprintf in ssh_config_parse_file Bernhard R. Link 2011-02-12 18:40:11 +01:00
  • 4d38b4c848 srv_sftp: Set error messages in sftp_get_client_message(). Andreas Schneider 2011-02-12 18:48:23 +01:00
  • 768fbdd92e connect: Use ssh_is_ipaddr instead of regex. Andreas Schneider 2011-02-12 17:44:31 +01:00
  • b313fa944a misc: Added ssh_is_ipaddr() function. Andreas Schneider 2011-02-12 17:37:05 +01:00
  • 7acc2fa607 Connect: Test the new isipaddr() function Aris Adamantiadis 2011-02-12 15:06:15 +01:00
  • 8e0e4d8fb3 ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update documentation Bernhard R. Link 2011-02-11 23:03:03 +01:00
  • 8b51d29363 proper prototypes Bernhard R. Link 2011-02-11 23:01:37 +01:00
  • cc76a192df New example server for kbdint authentication. milo 2011-02-08 04:51:47 +01:00
  • 3c0a4781e4 Added the keyboard-interactive authentication method milo 2011-02-08 00:40:18 +01:00
  • 32e23a25da Reverse commit 076dfb82 for the server side milo 2011-02-05 12:34:35 +01:00
  • 3eaf25d989 Fix NULL pointer checks in poll milo 2011-02-09 01:07:30 +01:00
  • 6f2bf91e29 build: Increased version numbers. Andreas Schneider 2011-02-10 12:54:33 +01:00
  • 5a8a2a56af poll: Use WSAPoll() on Windows. Andreas Schneider 2011-02-09 00:36:16 +01:00
  • d464b57fa5 Revert "poll: Remove obsolete win_poll functions." Andreas Schneider 2011-02-09 00:34:36 +01:00
  • c950ed3b4c poll: Remove obsolete win_poll functions. Andreas Schneider 2011-02-09 00:13:47 +01:00
  • 5144f390ca examples: Fixed build warning. Andreas Schneider 2011-02-08 19:36:44 +01:00
  • f5e2c94ae3 torture: Fixed memory leak. Andreas Schneider 2011-02-08 19:08:27 +01:00
  • 8078d4f674 doc: Use fwrite for the command example. Andreas Schneider 2011-02-08 10:59:50 +01:00
  • ac785e0aa3 examples: The exec example should be like tutorial one. Andreas Schneider 2011-02-08 10:54:25 +01:00
  • 541519e563 build: Updated the ChangeLog. Andreas Schneider 2011-02-07 18:22:34 +01:00
  • 58feb0c983 vim: Added .clang_complete file. Andreas Schneider 2011-02-07 17:39:06 +01:00
  • 72e08d5dd9 build: Added a --clang option. Andreas Schneider 2011-02-07 13:34:37 +01:00
  • f812ace256 tests: Some fixes for sftp_dir. Andreas Schneider 2011-02-07 13:33:28 +01:00
  • 057704c097 torture: Added more test for correct auth. Andreas Schneider 2011-02-07 13:31:31 +01:00
  • 92f20ec85a torture: Fixed the kbdint auth. Andreas Schneider 2011-02-07 13:31:08 +01:00
  • a26194ece0 torture: Rename the static auth kbdint function. Andreas Schneider 2011-02-07 13:30:23 +01:00
  • 22b1e5bc7c tests: Added test for sftp directory functions. Andreas Schneider 2011-02-06 15:33:17 +01:00
  • 38d6d38c1f torture: Added a function to setup a sftp session. Andreas Schneider 2011-02-06 14:58:28 +01:00
  • 215c41710e torture: Added torture_isdir(). Andreas Schneider 2011-02-06 14:58:03 +01:00
  • 97d261dc79 torture: Added torture_rmdirs(). Andreas Schneider 2011-02-06 14:57:29 +01:00
  • 892ebf35f1 torture: Added GPL header. Andreas Schneider 2011-02-06 14:50:33 +01:00
  • 05cd7296ba tests: Added a torture_ssh_session(). Andreas Schneider 2011-02-06 11:15:05 +01:00
  • 93a2d79459 session: Added ssh_is_connected(). Andreas Schneider 2011-02-06 10:50:14 +01:00
  • 30e4096c66 tests: Fixed missing ; Andreas Schneider 2011-02-06 08:45:37 +01:00
  • 03b387cf47 Revert "sftp: Added missing break's to server." Andreas Schneider 2011-02-05 18:40:00 +01:00
  • 131e3b968f sftp: Added missing break's to server. Andreas Schneider 2011-02-05 18:24:23 +01:00
  • 4bf8ee8032 tests: Check fgets output. Andreas Schneider 2011-02-05 11:26:54 +01:00
  • 63c42f066f tests: Fixed checking return values of system(). Andreas Schneider 2011-02-05 11:21:54 +01:00
  • 9e40e60bc4 examples: Check return values of write. Andreas Schneider 2011-02-05 11:20:24 +01:00
  • 8f850585dd session: Fixed possible uninitialized return of ret. Andreas Schneider 2011-02-05 11:15:45 +01:00
  • 4b07157fc6 getpass: Fixed a compiler warning. Andreas Schneider 2011-02-05 11:13:41 +01:00
  • 867944b939 Respect RFC when sending stderr data milo 2011-02-02 05:02:04 +01:00
  • b0c2be25a6 doc: Fixed the include dir. Andreas Schneider 2011-01-28 13:13:08 +01:00
  • b7db87c817 doc: Fixed callbacks documentation. Andreas Schneider 2011-01-28 13:03:51 +01:00
  • c1ecec7cda SSH1: Update a few fix from 0.4.8-git Aris Adamantiadis 2011-01-26 22:50:05 +01:00
  • eb49bf4bfd SSH1: fix a few bugs that stopped the samplessh to work Aris Adamantiadis 2011-01-26 22:37:04 +01:00
  • f6c31db3fc Allow SSH-1 only if compiled in Aris Adamantiadis 2011-01-26 22:14:48 +01:00
  • bef014b7a9 Knownhosts: fix missing leave_function() Aris Adamantiadis 2011-01-26 22:08:13 +01:00
  • 00d68d63fa Getpass: fixed loop + indentation Aris Adamantiadis 2011-01-26 21:49:58 +01:00
  • 5d87ca94a8 Getpass: Fix password clearing Aris Adamantiadis 2011-01-26 13:22:29 +01:00
  • 1e827a8e81 getpass: Fixed possible segfault if len is too small. Andreas Schneider 2011-01-24 17:06:50 +01:00