aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-10-02Remove unused option functions.Andreas Schneider1-13/+0
2009-09-28Fix build with SSH1Aris Adamantiadis1-0/+1
2009-09-26more priv.h splittingAris Adamantiadis6-0/+14
2009-09-26Fix small bug in ssh_options_parse_configAris Adamantiadis1-1/+1
2009-09-26Fix bug in dir_expand_subAris Adamantiadis1-32/+32
2009-09-26support in ~/ and SSH_DIR/ in filenames instead of %s/Bernhard R. Link1-26/+55
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis6-12/+12
2009-09-26More include file splittingAris Adamantiadis16-1/+25
2009-09-26Removed obsolete optionsAris Adamantiadis4-22/+4
2009-09-26More include file movingsAris Adamantiadis12-1/+28
2009-09-25Fixed building with Gcrypt and arith with void*Aris Adamantiadis3-20/+20
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 Schneider4-4/+8
2009-09-23Get rid of CRYPTOAris Adamantiadis2-10/+8
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis28-24/+104
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis4-56/+55
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis5-37/+36
2009-09-23get rid of SSH_SESSIONAris Adamantiadis21-191/+189
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis4-59/+29
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis1-7/+7
2009-09-22Fixed bindport in getop function.Andreas Schneider1-3/+7
2009-09-22Added handling of bindport in getopt.Andreas Schneider1-1/+9
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 Schneider1-79/+508
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider2-5/+7
2009-09-21Added more logging output for publickey auth.Andreas Schneider2-6/+14
2009-09-21Fixed building libssh with MSVC.Andreas Schneider2-5/+14
2009-09-19Fix binding found by Bernhard R. LinkAris Adamantiadis1-1/+1
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis2-5/+9
2009-09-15Improve documentation of ssh_options_parse_config().Andreas Schneider1-2/+5
2009-09-15Added support for ~/.ssh/config.Andreas Schneider3-0/+341
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 Adamantiadis1-0/+11
2009-09-13scp recursive modeAris Adamantiadis1-9/+19
2009-09-13Add better error detection + EOF requestAris Adamantiadis1-5/+64
2009-09-13Fix scp pull bug + scp loggingAris Adamantiadis1-11/+21
2009-09-13fix ssh_scp_string_mode() bug + debug msgsAris Adamantiadis1-2/+5
2009-09-13Change scp API to use integers for permsAris Adamantiadis1-17/+40
2009-09-10Fixed fstatvfs function.Andreas Schneider1-2/+2
2009-09-10Reformat lowercase function.Andreas Schneider1-4/+7