aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-11-03Fix openssl header inclusionAris Adamantiadis1-2/+1
2009-10-29Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider1-5/+7
2009-10-29Fixed a segfault on Windows.Andreas Schneider1-1/+1
2009-10-29Fix server kex againAris Adamantiadis2-5/+5
2009-10-29Fix server kexAris Adamantiadis1-6/+3
2009-10-25improve error reporting of sftp.cBernhard R. Link1-37/+203
2009-10-25buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...Bernhard R. Link2-2/+2
2009-10-23fix stupid bugAris Adamantiadis1-1/+1
2009-10-23Compatibility with (broken) sftp version 2 protocolsAris Adamantiadis1-10/+35
2009-10-23Add missing free.Andreas Schneider1-0/+1
2009-10-22Fix memory leaks in ssh_bind_options_set() if called twice.Andreas Schneider1-0/+3
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis3-23/+27
2009-10-17Verify existence of callback before using themAris Adamantiadis1-1/+1
2009-10-15Added missing documentation for ssh_bind_options_set.Andreas Schneider1-14/+55
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider2-7/+32
2009-10-15Added an option to set the port as string.Andreas Schneider1-2/+18
2009-10-15Fixed ssh_get_user_home_dir on Windows.Andreas Schneider1-2/+2
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider4-24/+36
2009-10-13Remove deprecated functions.Andreas Schneider1-13/+0
2009-10-11Fix a memory corruption in parse_status_msgVic Lee1-1/+1
2009-10-11add loggingAris Adamantiadis1-0/+1
2009-10-11Fix server. Now, it runsAris Adamantiadis1-1/+1
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis2-186/+183
2009-10-10Add a function to set the callback structure to the session.Andreas Schneider2-0/+38
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis3-7/+9
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+11
2009-10-09get rid of the option structureAris Adamantiadis2-39/+25
2009-10-09Modified server APIAris Adamantiadis1-19/+14
2009-10-09Remove functions to set callbacks.Andreas Schneider1-96/+0
2009-10-06Added more error messages to config parser.Andreas Schneider1-1/+3
2009-10-05Fixed build temporarily.Andreas Schneider1-0/+2
2009-10-05Fix a segment fault in privatekey_from_fileVic Lee1-1/+1
2009-10-05Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis12-764/+518
2009-10-05do not segfault in ssh_bind_accept if bindaddr is NULLBernhard R. Link1-6/+10
2009-10-05improve error handling in options.cBernhard R. Link1-13/+81
2009-10-05Fix documentation.Andreas Schneider1-1/+1
2009-10-05add ssh_set_error_oom and ssh_set_error_invalidBernhard R. Link1-1/+30
2009-10-04Fixed SSHv1 to work with the option changes.Andreas Schneider1-4/+5
2009-10-04Fixed ssh_options_copy().Andreas Schneider1-60/+39
2009-10-03Temporary server fixup for options structure deletAris Adamantiadis1-3/+12
2009-10-02Get rid of the options structure.Andreas Schneider10-708/+385
2009-10-02Remove unused option functions.Andreas Schneider1-13/+0
2009-09-30Missed copying of log verbosityAris Adamantiadis1-1/+1
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