summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed the current callback sys to be scalableAris Adamantiadis2009-09-237-101/+64
* Ordered functions in libssh.h alphabeticalyAris Adamantiadis2009-09-231-242/+179
* Shut up warning in libssh_scpAris Adamantiadis2009-09-231-0/+1
* Fix typos in SSH_OPTIONSAris Adamantiadis2009-09-232-13/+13
* Fixed bindport in getop function.Andreas Schneider2009-09-221-3/+7
* Fixed options used in server sample.Andreas Schneider2009-09-221-3/+5
* Added handling of bindport in getopt.Andreas Schneider2009-09-221-1/+9
* Use new options interface in sample code.Andreas Schneider2009-09-221-2/+2
* Fix README file which is really obsoleteAris Adamantiadis2009-09-221-19/+8
* fix copy&paste errorBernhard R. Link2009-09-221-2/+2
* Use new ssh options interface in auth functions.Andreas Schneider2009-09-222-8/+8
* Use new ssh options interface in keyfiles.Andreas Schneider2009-09-221-3/+3
* Use new options interface in server code.Andreas Schneider2009-09-221-3/+3
* Use the new options interface in config parser.Andreas Schneider2009-09-221-16/+23
* Use the new options function in deprecated functions.Andreas Schneider2009-09-221-202/+35
* Added a cleaned up interface for setting options.Andreas Schneider2009-09-222-79/+547
* Added a userdata generic pointer to the log callback function.Andreas Schneider2009-09-224-7/+13
* Added more logging output for publickey auth.Andreas Schneider2009-09-212-6/+14
* Fixed building libssh with MSVC.Andreas Schneider2009-09-215-8/+19
* Fix binding found by Bernhard R. LinkAris Adamantiadis2009-09-191-1/+1
* Limit the size of acceptable compressed packetsAris Adamantiadis2009-09-163-6/+10
* Added Solaris support for the build script.Andreas Schneider2009-09-161-7/+50
* Set package number to first beta release.Andreas Schneider2009-09-151-2/+2
* Improve documentation of ssh_options_parse_config().Andreas Schneider2009-09-151-2/+5
* Added support for ~/.ssh/config.Andreas Schneider2009-09-156-0/+348
* Fixed build with mingw.Andreas Schneider2009-09-151-1/+1
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-09-141-4/+1
|\
| * Fix a possible stack overflow in agent code.Andreas Schneider2009-09-141-4/+1
* | Add warning in channel_open_forward documentationAris Adamantiadis2009-09-141-0/+3
|/
* Fix the security bug found by Orange LabsAris Adamantiadis2009-09-131-2/+8
* SCP warning requestAris Adamantiadis2009-09-134-2/+16
* scp recursive modeAris Adamantiadis2009-09-134-12/+31
* Add better error detection + EOF requestAris Adamantiadis2009-09-133-7/+70
* add scp_download.c exampleAris Adamantiadis2009-09-132-2/+149
* Cycle the fetchs, remove the ssh_connect functionAris Adamantiadis2009-09-131-45/+9
* Refactored the connect_ssh example functionAris Adamantiadis2009-09-133-1/+66
* Fix scp pull bug + scp loggingAris Adamantiadis2009-09-131-11/+21
* add support for local output, scp inputAris Adamantiadis2009-09-131-35/+109
* fix ssh_scp_string_mode() bug + debug msgsAris Adamantiadis2009-09-131-2/+5
* Change scp API to use integers for permsAris Adamantiadis2009-09-133-28/+53
* Begin of scp reading in exampleAris Adamantiadis2009-09-131-0/+17
* Fixed fstatvfs function.Andreas Schneider2009-09-101-2/+2
* Reformat lowercase function.Andreas Schneider2009-09-101-4/+7
* Fixed possible memory leak in lowercase function.Dmitry V. Krivenok2009-09-101-4/+5
* Fixed "var is uninitialized" bug.Dmitry V. Krivenok2009-09-101-1/+1
* Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok2009-09-102-0/+52
* Add a portable ssh_mkdir function for Windows.Andreas Schneider2009-09-093-1/+27
* Fix the free calls and use the safe free macro.Andreas Schneider2009-09-031-6/+6
* Add missing NULL pointer checks to crypt_set_algorithms_server.Andreas Schneider2009-09-031-4/+5
* Fix an integer overflow in buffer_get_data().Andreas Schneider2009-09-031-2/+7