Commit Graph

  • fc625b8a8e poll: Fixed building with poll-emulation on UNIX. Andreas Schneider 2010-06-24 09:16:58 +02:00
  • 703f125882 agent: Use the our poll typedef. Andreas Schneider 2010-06-24 09:14:07 +02:00
  • e50752a925 poll: Another attempt to get bsd_poll() working correctly. Andreas Schneider 2010-06-24 09:17:39 +02:00
  • fd45c1b36b poll: Fixed building with poll-emulation on UNIX. Andreas Schneider 2010-06-24 09:16:58 +02:00
  • 5080671581 agent: Use the our poll typedef. Andreas Schneider 2010-06-24 09:14:07 +02:00
  • e67fafd60f poll: Added a comment to the bsd_poll() implementation. Andreas Schneider 2010-06-22 10:43:44 +02:00
  • a2a98fb5bc poll: Handle FD_SETSIZE in bsd_poll(). Andreas Schneider 2010-06-22 10:38:47 +02:00
  • 4581b24b48 poll: Added a comment to the bsd_poll() implementation. Andreas Schneider 2010-06-22 10:43:44 +02:00
  • 1d84821d93 poll: Handle FD_SETSIZE in bsd_poll(). Andreas Schneider 2010-06-22 10:38:47 +02:00
  • 07f607ec4c poll: Fixed a comparsion. Andreas Schneider 2010-06-22 14:43:09 +02:00
  • e2480fbaba poll: Fixed a comparsion. Andreas Schneider 2010-06-22 14:43:09 +02:00
  • c3833c6c03 Fix threadsafety issue in zlib code Aris Adamantiadis 2010-06-22 12:42:13 +02:00
  • 65008e2d3c Fixes leak reports in valgrind Aris Adamantiadis 2010-06-21 15:47:34 +02:00
  • 23e6b36209 poll: Fixed a typo. Andreas Schneider 2010-06-21 15:41:18 +02:00
  • d33a97b663 poll: Fixed a typo. Andreas Schneider 2010-06-21 15:41:18 +02:00
  • 6f9fea7fd5 poll: Check if maxfd has been set. Andreas Schneider 2010-06-20 21:16:29 +02:00
  • 541b38b772 poll: Check if maxfd has been set. Andreas Schneider 2010-06-20 21:16:29 +02:00
  • c8d978f4e9 ctest: Update config file for new cdash board. Andreas Schneider 2010-06-20 10:29:25 +02:00
  • a85a4cc192 connect: Fixed some socket build warnings on windows. Andreas Schneider 2010-06-18 12:43:12 +02:00
  • 558f889aae Fixed more fd checks. Andreas Schneider 2010-06-17 13:47:29 +02:00
  • 937268eb3e torture: Fixed fd check. Andreas Schneider 2010-06-17 13:38:13 +02:00
  • 8be7ece1f5 client: Fixed fd checks. Andreas Schneider 2010-06-17 13:37:42 +02:00
  • 54ef77123a server: Fixed types and checks of fd's. Andreas Schneider 2010-06-17 13:29:14 +02:00
  • 4c679fd8a6 poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET. Andreas Schneider 2010-06-17 13:25:45 +02:00
  • 21d918c68a client: Fixed fd type and checks. Andreas Schneider 2010-06-17 13:33:52 +02:00
  • 544fc28e6b channel: Fixed the type of the max fd variable in ssh_channel_select(). Andreas Schneider 2010-06-17 13:23:03 +02:00
  • 601081ebb6 agent: Use ssh_poll in agent code. Andreas Schneider 2010-06-17 13:21:22 +02:00
  • 6127da58f2 server: Fixed types and checks of fd's. Andreas Schneider 2010-06-17 13:29:14 +02:00
  • 15e4e7e9da poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET. Andreas Schneider 2010-06-17 13:25:45 +02:00
  • d484d4e129 channel: Fixed the type of the max fd variable in ssh_channel_select(). Andreas Schneider 2010-06-17 13:23:03 +02:00
  • 985019ab64 agent: Use ssh_poll in agent code. Andreas Schneider 2010-06-17 13:21:22 +02:00
  • 870c9a7a08 socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET. Andreas Schneider 2010-06-17 13:19:24 +02:00
  • 22d975a24b socket: Fixed checks for max fd. Andreas Schneider 2010-06-17 13:18:23 +02:00
  • 2a6341c08c socket: Fixed checks for max fd. Andreas Schneider 2010-06-17 13:13:35 +02:00
  • 78e7873e92 socket: Fixed prototype of ssh_socket_pollcallback(). Andreas Schneider 2010-06-17 13:09:58 +02:00
  • aeb9f3e389 poll: Fixed brackets. Andreas Schneider 2010-06-17 12:01:27 +02:00
  • 7ecec3eb94 poll: Fixed brackets. Andreas Schneider 2010-06-17 12:01:27 +02:00
  • d3a4e01137 poll: Fixed another wrong invalid fd check in bsd_poll. Andreas Schneider 2010-06-17 11:47:39 +02:00
  • f4facc4e10 poll: Fixed another wrong invalid fd check in bsd_poll. Andreas Schneider 2010-06-17 11:47:39 +02:00
  • a1b9ae5048 poll: Some code cleanup for easier debugging. Andreas Schneider 2010-06-17 11:19:05 +02:00
  • a375ebe29b poll: Fixed a malfunction with wrong max fd value check. Andreas Schneider 2010-06-17 11:16:24 +02:00
  • edffc2a291 poll: Some code cleanup for easier debugging. Andreas Schneider 2010-06-17 11:19:05 +02:00
  • c30a25e64c poll: Fixed a malfunction with wrong max fd value check. Andreas Schneider 2010-06-17 11:16:24 +02:00
  • b9a9f54c45 string: Added a function to delete a char basesd stirng object. Andreas Schneider 2010-06-11 11:05:37 +02:00
  • f57d2c3277 build: Fixed building without zlib. Andreas Schneider 2010-06-11 10:43:02 +02:00
  • 11a1ae59f4 tests: Moved proxycommand test to client tests. Andreas Schneider 2010-06-03 16:55:45 +02:00
  • b2f49a6a93 config: Use ssh log and error functions for problems. Andreas Schneider 2010-06-03 16:45:23 +02:00
  • cd1129b9b8 config: Use ssh log and error functions for problems. Andreas Schneider 2010-06-03 16:45:23 +02:00
  • 216cabc563 tests: Move getpwuid_r to a setup function. Andreas Schneider 2010-06-03 16:44:47 +02:00
  • 5dd4f7604f tests: Move client tests to a seperate directory. Andreas Schneider 2010-06-03 12:36:00 +02:00
  • 94ce1ea451 tests: Fixed the misc torture test. Andreas Schneider 2010-06-03 12:24:53 +02:00
  • f3697a0d5c keyfiles: Move the auth callback inside the HAVE_LIBGCRYPT ifdef. Andreas Schneider 2010-06-02 20:06:51 +02:00
  • 99fb5987ce socket: Fixed signed values which could be seen as an unary operator. Andreas Schneider 2010-06-02 10:14:53 +02:00
  • 8f0d40a1dd cpp: Fixed return value of userauthAutopubkey. Andreas Schneider 2010-06-02 10:01:46 +02:00
  • a138a52021 doc: Fixed ssh_path_expand_tilde documentation. Andreas Schneider 2010-06-01 23:11:00 +02:00
  • 518a9b8d8c doc: Group the poll functions and add a description. Andreas Schneider 2010-06-01 23:10:01 +02:00
  • 64ae0525cf socket: According to execle(2) environ shouldn't be const. Andreas Schneider 2010-06-01 21:47:15 +02:00
  • be389dd644 socket: According to execle(2) environ shouldn't be const. Andreas Schneider 2010-06-01 21:47:15 +02:00
  • a6a7922dbd Update Changelog. release-0-4-4 Andreas Schneider 2010-05-31 19:36:32 +02:00
  • dc88a937f0 Fix warning for snprintf Aris Adamantiadis 2010-05-31 11:52:36 +03:00
  • ac93e2aea7 Fix unclean null termination in ~ expending Aris Adamantiadis 2010-05-31 11:50:52 +03:00
  • 608e81bc00 Fix warning for snprintf Aris Adamantiadis 2010-05-31 11:52:36 +03:00
  • 7e17838c0b Fix unclean null termination in ~ expending Aris Adamantiadis 2010-05-31 11:50:52 +03:00
  • 560e938038 misc: Move size check down in ssh_path_expand_escape(). Andreas Schneider 2010-05-31 09:17:54 +02:00
  • 84f6945a9c Increased version numbers. Andreas Schneider 2010-05-30 11:26:11 +02:00
  • 3ae187dbe7 misc: Make sure the expanded string is null-terminated. Andreas Schneider 2010-05-30 10:59:47 +02:00
  • 2a5d71971c misc: Make sure the expanded string is null-terminated. Andreas Schneider 2010-05-30 10:59:47 +02:00
  • 26989ab001 session: Fixed setting up default identity files. Andreas Schneider 2010-05-28 10:46:50 +02:00
  • a59e65336d session: Fixed setting up default identity files. Andreas Schneider 2010-05-28 10:46:50 +02:00
  • 55ef7bc012 options: Make sure that we have always have default options set. Andreas Schneider 2010-05-21 10:21:03 +02:00
  • d3f1d094f7 options: Set the local username if still not set. Andreas Schneider 2010-05-21 10:19:06 +02:00
  • 5b2e39cd79 options: Make sure that we have always have default options set. Andreas Schneider 2010-05-21 10:21:03 +02:00
  • 13af149ef9 options: Set the local username if still not set. Andreas Schneider 2010-05-21 10:19:06 +02:00
  • 421fb2a829 keyfiles: Fixed possible problem with known_hosts path. Andreas Schneider 2010-05-21 10:03:13 +02:00
  • 3453cafd95 keyfiles: Fixed possible problem with known_hosts path. Andreas Schneider 2010-05-21 10:03:13 +02:00
  • 517e58d3dc Fixed keyboard-interactive and unit test Aris Adamantiadis 2010-05-19 14:07:40 +02:00
  • 0eaa650e32 Fix authentication test Aris Adamantiadis 2010-05-19 11:13:47 +02:00
  • 4fbe572c02 Added verbosity flag for unit tests Aris Adamantiadis 2010-05-18 23:02:41 +02:00
  • 7c0ce909ed Added unit test for kbdint and password auth. Aris Adamantiadis 2010-05-18 22:49:22 +02:00
  • f95157297e Factorize all the main functions in unit tests Aris Adamantiadis 2010-05-18 22:25:06 +02:00
  • 89993dd757 Fixed unittest name Aris Adamantiadis 2010-05-18 22:11:41 +02:00
  • 75e7c30594 cmake: Fixed doxygen. Andreas Schneider 2010-05-18 00:32:43 +02:00
  • 5032a9f13c doxygen: Fixed latex pdf generation. Andreas Schneider 2010-05-18 00:08:01 +02:00
  • fa65fd3dd1 cmake: Fixed doxygen. release-0-4-3 Andreas Schneider 2010-05-18 00:32:43 +02:00
  • ec5fa5cc06 doxygen: Fixed latex pdf generation. Andreas Schneider 2010-05-18 00:08:01 +02:00
  • 8577688174 Updated changelog file. Andreas Schneider 2010-05-17 23:41:15 +02:00
  • 31462a4d72 sftp: Fixed sftp_chown. Andreas Schneider 2010-05-17 23:37:11 +02:00
  • 4f34062623 sftp: Fixed sftp_chown. Andreas Schneider 2010-05-17 23:37:11 +02:00
  • 255f5bd73f Install missing legacy header file. Andreas Schneider 2010-05-17 23:36:39 +02:00
  • 0ec847bbe7 Added some other junk test file Aris Adamantiadis 2010-05-17 20:04:54 +02:00
  • 08bc076a0a New sample that writes a lot of data on channel Aris Adamantiadis 2010-05-17 20:03:44 +02:00
  • 2c014256f7 Fix sftp_rename on sftp3 Aris Adamantiadis 2010-05-17 20:01:34 +02:00
  • fd2ff2d29c Fix sftp_rename on sftp3 Aris Adamantiadis 2010-05-17 20:01:34 +02:00
  • 488e822c8d poll: Added a cleanup function to free the ws2_32 library. Andreas Schneider 2010-05-17 11:19:31 +02:00
  • 0b09bd900f Typos in last patch Aris Adamantiadis 2010-05-14 12:49:24 +02:00
  • abc61fa1cc Fix build on VC7 Aris Adamantiadis 2010-05-14 12:46:17 +02:00
  • 2234c115f2 Separation work between openssl and libgcrypt Aris Adamantiadis 2010-05-14 01:22:22 +02:00
  • b23b3f1d99 Sanitize libssh namespace + legacy wrappers Aris Adamantiadis 2010-05-14 00:51:08 +02:00
  • e94bff02ba Respond to keepalives/global requests Aris Adamantiadis 2010-05-12 21:58:09 +02:00
  • 46b249f5ce connect: Fixed signedness warnings from MSVC. Andreas Schneider 2010-05-12 20:54:42 +02:00