1
1

1309 Коммитов

Автор SHA1 Сообщение Дата
Andreas Schneider
2c16a3c0e8 Fixed ZLIB cmake module. 2010-03-29 23:20:43 +02:00
Andreas Schneider
dc3d9bb2ab Fixed GCrypt find module. 2010-03-29 23:20:22 +02:00
Andreas Schneider
fd4ed3909e Fixed OpenSSL find module. 2010-03-29 23:14:04 +02:00
Andreas Schneider
3f29a3d4fa Fixed a build warning in sftp. 2010-03-29 23:13:39 +02:00
Andreas Schneider
1a894b65d4 Fixed build warning in the sshd example. 2010-03-29 22:47:22 +02:00
Andreas Schneider
6e82193175 Fixed build warnings of the scp example. 2010-03-29 22:46:03 +02:00
Andreas Schneider
32ac1e04ec Fixed build warnings of the ssh client example. 2010-03-29 22:44:20 +02:00
Andreas Schneider
a47a9ecad1 Fixed build warnings in the knownhosts example. 2010-03-29 22:38:38 +02:00
Andreas Schneider
d07aef725e Fixed build warnings in the exec example. 2010-03-29 22:38:21 +02:00
Andreas Schneider
b5eb08ad09 Fixed the torture_keyfiles test. 2010-03-28 23:46:56 +02:00
Aris Adamantiadis
3ce7d7a28c Workaround for check linkage on ubuntu amd64 2010-03-28 23:17:13 +02:00
Aris Adamantiadis
9da13d4ff8 Fixes the broken algorithm choice for server 2010-03-28 21:59:11 +02:00
Aris Adamantiadis
7d49e49e74 Fix crash when no callback is defined 2010-03-28 21:58:59 +02:00
Andreas Schneider
0689304cff Fixed build warnings on Windows. 2010-03-25 16:48:30 +01:00
Andreas Schneider
8dd4972fda Fixed a build warning. 2010-03-25 15:30:56 +01:00
Andreas Schneider
51436cc3a3 Fixed a build warning in ssh_userauth_autopubkey. 2010-03-25 15:30:23 +01:00
Andreas Schneider
b168b8f03f Fixed a typo that we don't export all symbols. 2010-03-25 14:04:13 +01:00
Andreas Schneider
9e9e7e95ee Fixed spelling. 2010-03-25 13:46:09 +01:00
Andreas Schneider
c805f0cdcb Fix revision. 2010-03-25 13:42:30 +01:00
Andreas Schneider
e4bbba2b15 Added comments to the so version to increment it correctly in future. 2010-03-25 13:26:37 +01:00
Andreas Schneider
3a5af7fb61 Build examples only on the Linux plattform. 2010-03-17 10:12:03 +01:00
Andreas Schneider
34f2d50e29 Require check if testing is enabled. 2010-03-15 16:09:16 +01:00
Andreas Schneider
40d0ca7963 Added options for memcheck and coverage.
Disable it by default as only one machine should do this.
2010-03-15 16:09:05 +01:00
Andreas Schneider
095f348172 Added a ctest script for nightly builds. 2010-03-13 21:17:59 +01:00
Andreas Schneider
67c062e45e Added a valgrind suppression file to ignore check errors. 2010-03-13 17:10:53 +01:00
Andreas Schneider
4516e7bdcb Fixed a memory leak in the torture_get_user_home_dir test. 2010-03-13 16:59:26 +01:00
Andreas Schneider
90d72c214e Fixed the torture_pubkey_generate_from_privkey test. 2010-03-13 16:51:52 +01:00
Andreas Schneider
8fd6c8bc02 Fixed a memory leak in keyfile torture test. 2010-03-13 16:38:43 +01:00
Andreas Schneider
863cd6fcba Added a CTestConfig file to be able to submit to the dashboard. 2010-03-13 14:59:29 +01:00
Andreas Schneider
38fda265e8 Fixed a memory leak in ssh_try_publickey_from_file. 2010-03-13 14:59:02 +01:00
Andreas Schneider
72058bfbcc Added tests for ssh options. 2010-03-13 14:21:23 +01:00
Andreas Schneider
74e23a7fa2 Added missing SSH_OPTIONS_FD option. 2010-03-13 14:21:01 +01:00
Andreas Schneider
6372f671ed Remove support for SSHv1 Cipher variable. 2010-03-12 19:01:50 +01:00
Andreas Schneider
8501ca2ea0 Added some tests for ssh_list. 2010-03-06 12:55:56 +01:00
Andreas Schneider
1264557f0e Added a test for keyfiles.c. 2010-03-04 20:41:21 +01:00
Andreas Schneider
f34cd24f80 Fixed and added support for several identity files. 2010-03-04 20:41:17 +01:00
Andreas Schneider
9cd5e97596 Fixed linking of the tests. 2010-03-04 20:08:04 +01:00
Andreas Schneider
9f59be3224 Rename ssh_list_add to ssh_list_append. 2010-03-04 20:08:04 +01:00
Andreas Schneider
dea644bbd6 Added a prepend function for ssh_list. 2010-03-04 20:08:04 +01:00
Andreas Schneider
8bcb835aa4 Fixed unit testing. 2010-03-02 23:49:21 +01:00
Andreas Schneider
eec3532955 Simplify the build option output. 2010-03-02 23:37:49 +01:00
Andreas Schneider
8424c7a747 Fixed sftp_parse_longname() on Windows.
There is no strndup function on Windows.
2010-03-02 14:15:20 +01:00
Andreas Schneider
464176d511 Added unit testing support using check. 2010-03-02 13:54:14 +01:00
Aris Adamantiadis
e8a1d135e2 Fix a race condition bug in ssh_scp_close()
Conflicts:

	libssh/scp.c
2010-03-01 20:00:02 +01:00
Aris Adamantiadis
b707b5e2a4 Answer to openssh's keepalives 2010-03-01 18:54:52 +01:00
Aris Adamantiadis
c987fd8c53 renamed ssh_list_get_head to ssh_list_pop_head 2010-03-01 18:11:40 +01:00
Aris Adamantiadis
d083554dff Fixed documentation in scp code 2010-02-26 18:48:38 +01:00
Andreas Schneider
ec3af2c5cb Added printout of owner and group in the sftp example. 2010-02-24 00:27:02 +01:00
Andreas Schneider
f857d4aff7 Fixed longname parsing, this only workings with readdir. 2010-02-24 00:26:51 +01:00
Andreas Schneider
39d6ef884a Added owner and group information in sftp attributes.
Parse the longname which is the output of 'ls -l' and set the owner and
group if we are talking to an openssh server.
2010-02-23 22:50:43 +01:00