1
1

1460 Коммитов

Автор SHA1 Сообщение Дата
Andreas Schneider
d484d4e129 channel: Fixed the type of the max fd variable in ssh_channel_select(). 2010-06-17 13:23:03 +02:00
Andreas Schneider
985019ab64 agent: Use ssh_poll in agent code. 2010-06-17 13:21:22 +02:00
Andreas Schneider
870c9a7a08 socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET. 2010-06-17 13:19:24 +02:00
Andreas Schneider
2a6341c08c socket: Fixed checks for max fd. 2010-06-17 13:13:35 +02:00
Andreas Schneider
78e7873e92 socket: Fixed prototype of ssh_socket_pollcallback(). 2010-06-17 13:09:58 +02:00
Andreas Schneider
7ecec3eb94 poll: Fixed brackets. 2010-06-17 12:01:27 +02:00
Andreas Schneider
f4facc4e10 poll: Fixed another wrong invalid fd check in bsd_poll. 2010-06-17 11:47:39 +02:00
Andreas Schneider
edffc2a291 poll: Some code cleanup for easier debugging. 2010-06-17 11:19:05 +02:00
Andreas Schneider
c30a25e64c poll: Fixed a malfunction with wrong max fd value check. 2010-06-17 11:16:24 +02:00
Andreas Schneider
b9a9f54c45 string: Added a function to delete a char basesd stirng object. 2010-06-11 11:05:37 +02:00
Andreas Schneider
f57d2c3277 build: Fixed building without zlib. 2010-06-11 10:43:02 +02:00
Andreas Schneider
11a1ae59f4 tests: Moved proxycommand test to client tests. 2010-06-03 16:55:45 +02:00
Andreas Schneider
cd1129b9b8 config: Use ssh log and error functions for problems. 2010-06-03 16:45:23 +02:00
Andreas Schneider
216cabc563 tests: Move getpwuid_r to a setup function. 2010-06-03 16:44:47 +02:00
Andreas Schneider
5dd4f7604f tests: Move client tests to a seperate directory.
Tests which require a running sshd should go to tests/client.
2010-06-03 12:36:00 +02:00
Andreas Schneider
94ce1ea451 tests: Fixed the misc torture test. 2010-06-03 12:29:32 +02:00
Andreas Schneider
f3697a0d5c keyfiles: Move the auth callback inside the HAVE_LIBGCRYPT ifdef. 2010-06-03 12:29:31 +02:00
Andreas Schneider
8f0d40a1dd cpp: Fixed return value of userauthAutopubkey. 2010-06-02 10:01:46 +02:00
Andreas Schneider
a138a52021 doc: Fixed ssh_path_expand_tilde documentation. 2010-06-01 23:11:00 +02:00
Andreas Schneider
518a9b8d8c doc: Group the poll functions and add a description. 2010-06-01 23:10:01 +02:00
Andreas Schneider
64ae0525cf socket: According to execle(2) environ shouldn't be const. 2010-06-01 21:50:03 +02:00
Aris Adamantiadis
dc88a937f0 Fix warning for snprintf 2010-05-31 11:19:27 +02:00
Aris Adamantiadis
ac93e2aea7 Fix unclean null termination in ~ expending 2010-05-31 11:19:10 +02:00
Andreas Schneider
560e938038 misc: Move size check down in ssh_path_expand_escape(). 2010-05-31 09:17:54 +02:00
Andreas Schneider
2a5d71971c misc: Make sure the expanded string is null-terminated. 2010-05-30 10:59:47 +02:00
Andreas Schneider
a59e65336d session: Fixed setting up default identity files. 2010-05-28 10:46:50 +02:00
Andreas Schneider
55ef7bc012 options: Make sure that we have always have default options set. 2010-05-21 10:23:19 +02:00
Andreas Schneider
d3f1d094f7 options: Set the local username if still not set. 2010-05-21 10:22:27 +02:00
Andreas Schneider
421fb2a829 keyfiles: Fixed possible problem with known_hosts path. 2010-05-21 10:08:26 +02:00
Aris Adamantiadis
517e58d3dc Fixed keyboard-interactive and unit test 2010-05-19 14:07:40 +02:00
Aris Adamantiadis
0eaa650e32 Fix authentication test 2010-05-19 11:13:47 +02:00
Aris Adamantiadis
4fbe572c02 Added verbosity flag for unit tests 2010-05-18 23:02:41 +02:00
Aris Adamantiadis
7c0ce909ed Added unit test for kbdint and password auth.
The kbdint test still doesn't pass
2010-05-18 22:49:22 +02:00
Aris Adamantiadis
f95157297e Factorize all the main functions in unit tests 2010-05-18 22:25:06 +02:00
Aris Adamantiadis
89993dd757 Fixed unittest name 2010-05-18 22:11:41 +02:00
Andreas Schneider
75e7c30594 cmake: Fixed doxygen. 2010-05-18 00:33:58 +02:00
Andreas Schneider
5032a9f13c doxygen: Fixed latex pdf generation. 2010-05-18 00:33:44 +02:00
Andreas Schneider
4f34062623 sftp: Fixed sftp_chown. 2010-05-17 23:37:11 +02:00
Andreas Schneider
255f5bd73f Install missing legacy header file. 2010-05-17 23:36:39 +02:00
Aris Adamantiadis
0ec847bbe7 Added some other junk test file 2010-05-17 20:08:11 +02:00
Aris Adamantiadis
08bc076a0a New sample that writes a lot of data on channel 2010-05-17 20:08:10 +02:00
Aris Adamantiadis
2c014256f7 Fix sftp_rename on sftp3 2010-05-17 20:08:10 +02:00
Andreas Schneider
488e822c8d poll: Added a cleanup function to free the ws2_32 library. 2010-05-17 11:19:31 +02:00
Aris Adamantiadis
2234c115f2 Separation work between openssl and libgcrypt 2010-05-14 01:22:22 +02:00
Aris Adamantiadis
b23b3f1d99 Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
Andreas Schneider
46b249f5ce connect: Fixed signedness warnings from MSVC. 2010-05-12 21:01:18 +02:00
Andreas Schneider
b1b42aeb9c win: Added missing includes with newer MSCV. 2010-05-12 21:01:18 +02:00
Andreas Schneider
56c867edfa connect: Don't shadow errno. 2010-05-12 20:30:52 +02:00
Andreas Schneider
40c1a7e91f connect: Make sure that we use float values for the status. 2010-05-12 20:27:15 +02:00
Andreas Schneider
9739dae794 proxycommand: check the return values of pipe(). 2010-05-12 19:29:13 +02:00