Andreas Schneider
|
688ac9382f
|
Don't shadow a global variable declaration in unistd.h.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@400 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 10:29:48 +00:00 |
|
Andreas Schneider
|
1dc12b9cc5
|
Fix varable name.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@399 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 10:22:46 +00:00 |
|
Andreas Schneider
|
01e789184a
|
Don't shadow a global variable declaration on unistd.h.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@398 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 10:15:57 +00:00 |
|
Andreas Schneider
|
58fd38cd90
|
Fix a build warning.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@397 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 10:12:25 +00:00 |
|
Andreas Schneider
|
f8ef75c510
|
Fix build warnings.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@396 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 10:00:41 +00:00 |
|
Andreas Schneider
|
b7c65baef3
|
Fix build warnings in key exchange functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@395 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:46:47 +00:00 |
|
Andreas Schneider
|
139eb4696c
|
Fix build warnings, mostly const chars.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@394 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:41:54 +00:00 |
|
Andreas Schneider
|
ef1a41efcf
|
Fix compile warning (const).
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@393 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:24:53 +00:00 |
|
Andreas Schneider
|
dbab7b5a18
|
Make service name const.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@392 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:18:29 +00:00 |
|
Andreas Schneider
|
b239fda60c
|
Fix compile warning.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@391 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:16:15 +00:00 |
|
Andreas Schneider
|
f286e8c9b0
|
Don't shadow global variable sftp.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@390 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-05 09:10:48 +00:00 |
|
Andreas Schneider
|
f7959bd5eb
|
Improve free functions of the keyfiles.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@389 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-04 14:38:39 +00:00 |
|
Andreas Schneider
|
226e48b4b7
|
Improve channel_free().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@388 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-04 14:27:59 +00:00 |
|
Andreas Schneider
|
a7fbedf8d6
|
Improve crypto free functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@387 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-04 14:15:14 +00:00 |
|
Andreas Schneider
|
b3a0c6d9cb
|
Improve key free functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@386 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-04 13:55:32 +00:00 |
|
Andreas Schneider
|
1100a22e98
|
Improve ssh_cleanup().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@385 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 13:00:35 +00:00 |
|
Andreas Schneider
|
18bce1e209
|
Add NULL check to ssh_message_free().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@384 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 12:58:32 +00:00 |
|
Andreas Schneider
|
30d1bf863e
|
Add NULL check to private_key_free().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@383 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 12:57:19 +00:00 |
|
Andreas Schneider
|
0e82ddbd81
|
Add NULL check for agent_free().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@382 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 12:52:34 +00:00 |
|
Andreas Schneider
|
b5eb33bb69
|
Improve ssh_socket_free().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@381 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 12:50:17 +00:00 |
|
Andreas Schneider
|
2791ce7e01
|
Add NULL checks to crypto free functions.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@380 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 12:48:45 +00:00 |
|
Andreas Schneider
|
8485c87cf2
|
Remove files which aren't in use anymore.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@379 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 09:22:05 +00:00 |
|
Andreas Schneider
|
5a75c0fd78
|
Don't leak memory in agent_new() error path.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@378 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:41:34 +00:00 |
|
Andreas Schneider
|
41dd2a2a3b
|
Check return values of option setter.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@377 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:38:33 +00:00 |
|
Andreas Schneider
|
2aa81c0544
|
Add memory error checks for strdup().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@376 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:31:28 +00:00 |
|
Andreas Schneider
|
0856ba3008
|
Add memory error checks.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@375 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:29:36 +00:00 |
|
Andreas Schneider
|
8d66a455f7
|
Add my copyright.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@374 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:24:33 +00:00 |
|
Andreas Schneider
|
a4d98b58fc
|
Improve the documentation of ssh_options_getopt().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@373 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:23:29 +00:00 |
|
Andreas Schneider
|
497c31d9a0
|
Improve ssh_options_getopt().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@372 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 08:19:57 +00:00 |
|
Andreas Schneider
|
4db7fc77ff
|
Improve and document ssh_options_set_[dsa,rsa]_server_key().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@371 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-03 07:47:50 +00:00 |
|
Andreas Schneider
|
3b7940d05e
|
Improve ssh_options_set_auth_callback().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@370 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 21:37:48 +00:00 |
|
Andreas Schneider
|
2afc8a4f1c
|
Improve ssh_options_set_log_verbosity().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@369 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 16:33:28 +00:00 |
|
Andreas Schneider
|
da65ee4dbb
|
Improve ssh_options_set_log_function().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@368 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:42:45 +00:00 |
|
Andreas Schneider
|
0dee533531
|
Improve ssh_options_allow_ssh2().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@367 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:39:49 +00:00 |
|
Andreas Schneider
|
396db49a41
|
Improve ssh_options_allow_ssh1().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@366 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:37:45 +00:00 |
|
Andreas Schneider
|
94e91b73f7
|
Fix typo.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@365 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:35:13 +00:00 |
|
Andreas Schneider
|
115450ac9b
|
Improve ssh_options_set_timeout().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@364 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:34:55 +00:00 |
|
Andreas Schneider
|
eb461d1dbe
|
Improve ssh_options_set_status_callback().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@363 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:32:03 +00:00 |
|
Andreas Schneider
|
cfea89fb7c
|
Improve ssh_options_default_known_hosts_file().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@362 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:26:44 +00:00 |
|
Andreas Schneider
|
5309651849
|
Improve ssh_options_default_ssh_dir().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@361 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:25:02 +00:00 |
|
Andreas Schneider
|
30b02325cb
|
Improve ssh_options_default_username().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@360 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:22:28 +00:00 |
|
Andreas Schneider
|
1fceffa434
|
Improve ssh_options_set_wanted_algos().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@359 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:19:51 +00:00 |
|
Andreas Schneider
|
3f4c1976fd
|
Improve ssh_options_set_banner().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@358 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:14:27 +00:00 |
|
Andreas Schneider
|
a459a8b4db
|
Improve ssh_options_set_identity().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@357 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:10:50 +00:00 |
|
Andreas Schneider
|
4d203e8420
|
Fix memory leaks.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@356 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:07:06 +00:00 |
|
Andreas Schneider
|
5ba2acde0a
|
Improve ssh_options_set_known_hosts_file().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@355 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:04:56 +00:00 |
|
Andreas Schneider
|
9ea6ea581d
|
Improve ssh_options_set_ssh_dir().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@354 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 12:00:45 +00:00 |
|
Andreas Schneider
|
4373fc64e3
|
Improve ssh_options_set_bind().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@353 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 11:56:13 +00:00 |
|
Andreas Schneider
|
b6fbe97f24
|
Improve ssh_options_set_fd().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@352 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 11:53:24 +00:00 |
|
Andreas Schneider
|
d86ac9e04b
|
Improve ssh_options_set_port().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@351 7dcaeef0-15fb-0310-b436-a5af3365683c
|
2009-04-02 11:50:23 +00:00 |
|