aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-25callback.h should use public headersAris Adamantiadis1-2/+2
2009-09-25Fixed building with Gcrypt and arith with void*Aris Adamantiadis3-20/+20
2009-09-25Add an option to let users choose libgcryptAris Adamantiadis2-6/+13
2009-09-25Fix memory leaks found by tysoniteAris Adamantiadis1-7/+30
2009-09-25Fix openssl version usage, found by tysoniteAris Adamantiadis1-1/+1
2009-09-25Fixed including of config.h.Andreas Schneider5-5/+11
2009-09-25Add missing extern C.Andreas Schneider1-1/+12
2009-09-25Fix typo.Andreas Schneider1-1/+1
2009-09-25Install callbacks header file.Andreas Schneider1-0/+1
2009-09-24Fixed typo in config.h.cmake.Andreas Schneider1-1/+1
2009-09-23Get rid of CRYPTOAris Adamantiadis4-16/+14
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis39-342/+651
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis2-51/+68
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis7-87/+86
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis11-71/+70
2009-09-23get rid of SSH_SESSIONAris Adamantiadis27-311/+309
2009-09-23remove the broken setters for options,cb init macroAris Adamantiadis2-8/+5
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis7-101/+64
2009-09-23Ordered functions in libssh.h alphabeticalyAris Adamantiadis1-242/+179
2009-09-23Shut up warning in libssh_scpAris Adamantiadis1-0/+1
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis2-13/+13
2009-09-22Fixed bindport in getop function.Andreas Schneider1-3/+7
2009-09-22Fixed options used in server sample.Andreas Schneider1-3/+5
2009-09-22Added handling of bindport in getopt.Andreas Schneider1-1/+9
2009-09-22Use new options interface in sample code.Andreas Schneider1-2/+2
2009-09-22Fix README file which is really obsoleteAris Adamantiadis1-19/+8
2009-09-22fix copy&paste errorBernhard R. Link1-2/+2
2009-09-22Use new ssh options interface in auth functions.Andreas Schneider2-8/+8
2009-09-22Use new ssh options interface in keyfiles.Andreas Schneider1-3/+3
2009-09-22Use new options interface in server code.Andreas Schneider1-3/+3
2009-09-22Use the new options interface in config parser.Andreas Schneider1-16/+23
2009-09-22Use the new options function in deprecated functions.Andreas Schneider1-202/+35
2009-09-22Added a cleaned up interface for setting options.Andreas Schneider2-79/+547
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider4-7/+13
2009-09-21Added more logging output for publickey auth.Andreas Schneider2-6/+14
2009-09-21Fixed building libssh with MSVC.Andreas Schneider5-8/+19
2009-09-19Fix binding found by Bernhard R. LinkAris Adamantiadis1-1/+1
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis3-6/+10
2009-09-16Added Solaris support for the build script.Andreas Schneider1-7/+50
2009-09-15Set package number to first beta release.Andreas Schneider1-2/+2
2009-09-15Improve documentation of ssh_options_parse_config().Andreas Schneider1-2/+5
2009-09-15Added support for ~/.ssh/config.Andreas Schneider6-0/+348
2009-09-15Fixed build with mingw.Andreas Schneider1-1/+1
2009-09-14Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-4/+1
2009-09-14Add warning in channel_open_forward documentationAris Adamantiadis1-0/+3
2009-09-14Fix a possible stack overflow in agent code.Andreas Schneider1-4/+1
2009-09-13Fix the security bug found by Orange LabsAris Adamantiadis1-2/+8
2009-09-13SCP warning requestAris Adamantiadis4-2/+16
2009-09-13scp recursive modeAris Adamantiadis4-12/+31
2009-09-13Add better error detection + EOF requestAris Adamantiadis3-7/+70