1
1

1106 Коммитов

Автор SHA1 Сообщение Дата
Aris Adamantiadis
c70694c594 Fix memory leaks found by tysonite 2009-09-25 18:49:26 +02:00
Aris Adamantiadis
fef87793a0 Fix openssl version usage, found by tysonite 2009-09-25 18:34:58 +02:00
Andreas Schneider
79c475c917 Fixed including of config.h.
If there is some option to modify libc behaviour (like if there was some
off_t usage to be modified by some flag to make that 64 bit) that
needs to be done before the first libc header. one could still do -D
there, though (unless cmake wants to do something automatically and puts
that in config.h)
2009-09-25 10:01:56 +02:00
Andreas Schneider
3dd03fec21 Add missing extern C. 2009-09-25 09:59:25 +02:00
Andreas Schneider
e8e07f7376 Fix typo. 2009-09-25 09:37:56 +02:00
Andreas Schneider
1c5ae7dd97 Install callbacks header file. 2009-09-25 09:33:11 +02:00
Andreas Schneider
f65e3566a2 Fixed typo in config.h.cmake.
This closes ticket #24.
2009-09-24 13:22:43 +02:00
Aris Adamantiadis
6b0a89a288 Get rid of CRYPTO 2009-09-23 23:55:07 +02:00
Aris Adamantiadis
f84ebc2e27 Moved lots of declaration out of priv.h 2009-09-23 23:51:04 +02:00
Aris Adamantiadis
b359229a2e Change #defines to enums when it makes sense 2009-09-23 22:42:29 +02:00
Aris Adamantiadis
496a8e12d9 Get rid of SSH_MESSAGE 2009-09-23 22:19:11 +02:00
Aris Adamantiadis
0e8e124d20 get rid of SSH_OPTIONS 2009-09-23 22:13:19 +02:00
Aris Adamantiadis
9a8d4cd0fd get rid of SSH_SESSION 2009-09-23 21:55:54 +02:00
Aris Adamantiadis
ffed8b03bb remove the broken setters for options,cb init macro 2009-09-23 21:40:58 +02:00
Aris Adamantiadis
5bd38a5f37 Changed the current callback sys to be scalable 2009-09-23 21:30:56 +02:00
Aris Adamantiadis
ab60d1d678 Ordered functions in libssh.h alphabeticaly 2009-09-23 20:42:59 +02:00
Aris Adamantiadis
5223fa5740 Shut up warning in libssh_scp 2009-09-23 11:43:06 +02:00
Aris Adamantiadis
95558d54b0 Fix typos in SSH_OPTIONS 2009-09-23 11:21:12 +02:00
Andreas Schneider
068a7dfc49 Fixed bindport in getop function. 2009-09-22 20:36:57 +02:00
Andreas Schneider
abd8b17a04 Fixed options used in server sample. 2009-09-22 20:34:23 +02:00
Andreas Schneider
343e6e482a Added handling of bindport in getopt. 2009-09-22 20:33:58 +02:00
Andreas Schneider
aae1df0589 Use new options interface in sample code. 2009-09-22 20:27:53 +02:00
Aris Adamantiadis
0a57ebb3a9 Fix README file which is really obsolete 2009-09-22 16:51:28 +02:00
Bernhard R. Link
9afad28255 fix copy&paste error
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-09-22 14:04:42 +02:00
Andreas Schneider
8b21b51a78 Use new ssh options interface in auth functions. 2009-09-22 13:32:06 +02:00
Andreas Schneider
2003a81b44 Use new ssh options interface in keyfiles. 2009-09-22 13:20:23 +02:00
Andreas Schneider
abe6c7c728 Use new options interface in server code. 2009-09-22 13:17:35 +02:00
Andreas Schneider
f78045dfd3 Use the new options interface in config parser. 2009-09-22 13:14:23 +02:00
Andreas Schneider
39729bd3de Use the new options function in deprecated functions. 2009-09-22 13:14:23 +02:00
Andreas Schneider
f6d2a66de2 Added a cleaned up interface for setting options. 2009-09-22 13:14:16 +02:00
Andreas Schneider
7de3122b42 Added a userdata generic pointer to the log callback function. 2009-09-22 12:28:07 +02:00
Andreas Schneider
88f4e9ea24 Added more logging output for publickey auth. 2009-09-21 15:54:49 +02:00
Andreas Schneider
4133f484ae Fixed building libssh with MSVC.
Thanks to Carlo Segato for the patch.
2009-09-21 12:23:47 +02:00
Aris Adamantiadis
041aff8060 Fix binding found by Bernhard R. Link 2009-09-19 19:35:55 +02:00
Aris Adamantiadis
7c7096d8f8 Limit the size of acceptable compressed packets 2009-09-16 22:29:22 +02:00
Andreas Schneider
fd7b7bc3b5 Added Solaris support for the build script.
Thanks to tysonite.
2009-09-16 14:47:45 +02:00
Andreas Schneider
bb034e8e1d Set package number to first beta release. 2009-09-15 23:07:24 +02:00
Andreas Schneider
d37a475816 Improve documentation of ssh_options_parse_config(). 2009-09-15 18:06:19 +02:00
Andreas Schneider
4845642611 Added support for ~/.ssh/config. 2009-09-15 17:26:13 +02:00
Andreas Schneider
de8808cb47 Fixed build with mingw. 2009-09-15 10:43:09 +02:00
Aris Adamantiadis
ca978a9e81 Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh 2009-09-14 23:19:11 +02:00
Aris Adamantiadis
ffca268bee Add warning in channel_open_forward documentation
Tell users it does not do magic (yet)
2009-09-14 23:18:07 +02:00
Andreas Schneider
6a3d31acb7 Fix a possible stack overflow in agent code. 2009-09-14 19:01:20 +02:00
Aris Adamantiadis
f28352707a Fix the security bug found by Orange Labs
Verify the length of decrypt operation is a multiple of blocksize
2009-09-13 22:07:01 +02:00
Aris Adamantiadis
4b363928f6 SCP warning request 2009-09-13 14:03:35 +03:00
Aris Adamantiadis
929f5ca25b scp recursive mode 2009-09-13 14:03:34 +03:00
Aris Adamantiadis
7ff80a2666 Add better error detection + EOF request 2009-09-13 14:03:34 +03:00
Aris Adamantiadis
480dfd9050 add scp_download.c example 2009-09-13 14:03:34 +03:00
Aris Adamantiadis
bdb32afa20 Cycle the fetchs, remove the ssh_connect function 2009-09-13 14:03:34 +03:00
Aris Adamantiadis
f90ae73b6d Refactored the connect_ssh example function
into a new file
2009-09-13 14:03:34 +03:00