Aris Adamantiadis
7c3040c624
First experiment at trying to make libssh c89
2010-04-07 13:20:30 +02:00
Andreas Schneider
c584b55488
Added the copyright policy to the README.
2010-04-07 11:29:47 +02:00
Ruben Garcia Azuara
5a2abd34ce
Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.
...
Added OpenSSH parameters to libssh:
- StrictHostKeyChecking
- UserKnownHostsFile
This parameters are useful to avoid checking the fingerprint. Eg:
~/.ssh/config:
Host 192.10.20.30
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-04-07 11:29:47 +02:00
Ruben Garcia Azuara
14eb593af3
Fixed solaris compilation warning and ignore case at host parameter.
...
- Suppress compilation warning in solaris caused by a comma at the end of
the last value.
- Ignore case at host parameter in config file
Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es>
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-04-07 11:29:47 +02:00
Aris Adamantiadis
b2b7bc3b77
Fix building on win32/vs7
2010-04-06 23:24:25 +02:00
Andreas Schneider
fddbf1f94c
Added a select(2) based poll-emulation if poll(2) is not available.
2010-04-04 17:38:50 +02:00
Andreas Schneider
5d5f6cc60c
Fixed the group of the pcap functions.
2010-04-04 17:38:50 +02:00
Andreas Schneider
ae64c19f20
Fixed the group of the server functions.
2010-04-04 17:38:50 +02:00
Andreas Schneider
e5abc065aa
Fixed the documentation of the scp functions.
2010-04-04 17:37:05 +02:00
Andreas Schneider
4ce265b105
Fixed the documentation of the SSH messages.
2010-04-04 17:37:05 +02:00
Andreas Schneider
154e99f2ba
Fixed the documentation of channels.c.
2010-04-04 17:37:05 +02:00
Andreas Schneider
dab450be32
Fixed the doxygen group of the libssh c++ wrapper.
2010-04-04 17:37:05 +02:00
Andreas Schneider
a3db621899
Fixed documentation of socket functions.
2010-04-04 15:51:54 +02:00
Andreas Schneider
e26c6d20fe
Fixed documenation of ssh_select().
2010-04-04 15:51:54 +02:00
Andreas Schneider
a75a2bf533
Fixed documentation of dh functions.
2010-04-04 15:51:54 +02:00
Andreas Schneider
8dcfc3c94a
Fixed the documentation of the client code.
2010-04-04 15:51:54 +02:00
Andreas Schneider
19c4027194
Fixed the group of the options.
2010-04-04 15:51:54 +02:00
Andreas Schneider
0efd50df26
Fixed the documentation of key functions.
2010-04-04 15:51:54 +02:00
Andreas Schneider
a127c8827a
Fixed the documentation of log.c
2010-04-04 15:51:54 +02:00
Andreas Schneider
dcb5a81735
Fixed the documentation of misc.c
2010-04-04 15:51:54 +02:00
Andreas Schneider
4abdf47923
Fixed the documentation of error.c
2010-04-04 15:51:54 +02:00
Andreas Schneider
d39dce85b4
Fixed the documentation of buffer.c
2010-04-04 15:51:54 +02:00
Andreas Schneider
e736725d35
Fixed the documentation of auth.c
2010-04-04 15:51:54 +02:00
Andreas Schneider
d61a699543
Removed the unneeded dependency to doxygen.
2010-04-04 15:51:54 +02:00
Andreas Schneider
320b6c0cd8
Added an improved version of UseDoxygen.cmake which handles trac doc.
2010-04-04 14:10:10 +02:00
Andreas Schneider
7cf05075a0
Added a doxygen configuration for trac.
2010-04-04 14:10:00 +02:00
Andreas Schneider
3e0959fa1b
Fixed config parsing wich has overwritten user specified values.
2010-04-04 14:03:44 +02:00
Andreas Schneider
d87b29b678
Fixed Check cmake module.
2010-03-29 23:20:59 +02:00
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