aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Add an option WITH_LIBZ to compile with zlib support.Andreas Schneider4-22/+41
2009-03-25Add an option to build a static library.Andreas Schneider1-8/+44
2009-03-21Change the name of the doxygen group to match the others.Andreas Schneider1-1/+2
2009-03-21Add a ssh_version function.Andreas Schneider2-3/+50
2009-03-18Fix compile warnings.Andreas Schneider1-1/+3
2009-03-17Don't require C++ compiler.Andreas Schneider1-1/+1
2009-03-14Fix build warnings.Andreas Schneider5-10/+17
2009-03-14Enable printf attribute checking on GNU systems.Andreas Schneider1-1/+1
2009-03-12R.I.P. ssh_say()Andreas Schneider2-15/+1
2009-03-12Use ssh_log instead of ssh_say in ssh_list_kex().Andreas Schneider3-14/+16
2009-03-12Get rid of a ssh_say.Andreas Schneider1-1/+0
2009-03-12Replace ssh_say with ssh_log.Andreas Schneider1-4/+10
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-14/+15
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-14/+26
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-15/+24
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-3/+2
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-25/+43
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-4/+2
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-49/+96
2009-03-11Fix build.Andreas Schneider1-3/+0
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-5/+7
2009-03-11Remove ssh_say.Andreas Schneider1-5/+9
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-8/+17
2009-03-11Fix compiler warning about unused variable.Andreas Schneider1-9/+15
2009-03-11Fix compiler warnings in keyfile.c.Andreas Schneider1-25/+19
2009-03-08Fix compilation and installation of libssh.Andreas Schneider1-0/+7
2009-03-08Fix build warnings.Andreas Schneider1-4/+6
2009-03-08Fix cross compilation errors.Andreas Schneider1-3/+3
2009-03-08Fix cross compilation.Andreas Schneider1-0/+2
2009-03-08Fix crypto/gcrypt detection and prepare for cross compilation.Andreas Schneider1-4/+25
2009-03-08Fix build warnings.Andreas Schneider1-2/+2
2009-03-08Add missing include file.Andreas Schneider1-0/+1
2009-03-08Fix build errors.Andreas Schneider1-4/+4
2009-03-08Fix build on Windows.Andreas Schneider1-0/+4
2009-03-08Fix version number.Andreas Schneider1-1/+1
2009-02-09Rename function to set sftp error to be consistent.Andreas Schneider1-16/+16
2009-02-09Rename function to agent_is_running.Andreas Schneider2-3/+3
2009-02-06Fix the ifdefs.Andreas Schneider2-4/+3
2009-02-06Add missing ifdef for ssh-agent support.Andreas Schneider2-4/+5
2009-02-06Complete ssh client agent support.Andreas Schneider3-46/+374
2009-02-04exit-status should be -1 when undefinedAris Adamantiadis1-3/+3
2009-02-03channel_get_exit_status()Aris Adamantiadis1-0/+12
2009-02-03added logging for exit-statusAris Adamantiadis1-0/+1
2009-02-03Fix typo.Andreas Schneider1-1/+1
2009-02-02Remove deprecated pubkey_get_hash function.Andreas Schneider1-6/+0
2009-02-02Fix build warnings in the crypto wrapper functions.Andreas Schneider1-8/+13
2009-02-02Fix build warnings in socket code.Andreas Schneider1-13/+18
2009-02-02Return count if the write was successful.Andreas Schneider1-2/+1
2009-02-02Fix build warnings in sftp code.Andreas Schneider1-24/+37
2009-02-02Fix build warnings in session code.Andreas Schneider1-2/+3