aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-07torture: Rename the static auth kbdint function.Andreas Schneider1-7/+7
2011-02-06tests: Added test for sftp directory functions.Andreas Schneider3-0/+73
2011-02-06torture: Added a function to setup a sftp session.Andreas Schneider2-0/+69
2011-02-06torture: Added torture_isdir().Andreas Schneider2-0/+11
2011-02-06torture: Added torture_rmdirs().Andreas Schneider2-0/+75
2011-02-06torture: Added GPL header.Andreas Schneider2-1/+49
2011-02-06tests: Added a torture_ssh_session().Andreas Schneider2-0/+89
2011-02-06session: Added ssh_is_connected().Andreas Schneider2-0/+16
2011-02-06tests: Fixed missing ;Andreas Schneider1-1/+1
2011-02-05Revert "sftp: Added missing break's to server."Andreas Schneider1-9/+1
2011-02-05sftp: Added missing break's to server.Andreas Schneider1-1/+9
2011-02-05tests: Check fgets output.Andreas Schneider1-1/+3
2011-02-05tests: Fixed checking return values of system().Andreas Schneider1-2/+6
2011-02-05examples: Check return values of write.Andreas Schneider1-3/+14
2011-02-05session: Fixed possible uninitialized return of ret.Andreas Schneider1-1/+1
2011-02-05getpass: Fixed a compiler warning.Andreas Schneider1-1/+3
2011-02-04Respect RFC when sending stderr datamilo1-2/+10
2011-01-28doc: Fixed the include dir.Andreas Schneider1-1/+1
2011-01-26SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis2-3/+5
2011-01-26Getpass: fixed loop + indentationAris Adamantiadis1-3/+3
2011-01-26Getpass: Fix password clearingAris Adamantiadis1-11/+10
2011-01-24getpass: Fixed possible segfault if len is too small.Andreas Schneider1-0/+10
2011-01-24cmake: Define BSD.Andreas Schneider1-0/+3
2011-01-24libsshpp: Removed unused variable.Andreas Schneider1-1/+0
2011-01-24examples: Fixed compilation on Windows.Andreas Schneider1-0/+1
2011-01-24examples: Fixed knownhosts on Windows.Andreas Schneider1-0/+4
2011-01-24examples: enable exec and senddata on all plattforms.Andreas Schneider1-6/+6
2011-01-24examples: Remove unused header file.Andreas Schneider3-3/+1
2011-01-24examples: Use ssh_getpass().Andreas Schneider2-5/+15
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider3-0/+269
2011-01-23examples: Start to build examples on more plattforms.Andreas Schneider2-32/+30
2011-01-22Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
2011-01-19Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis1-2/+15
2011-01-18cmake: Fixed ZLIB configure check.Andreas Schneider1-2/+2
2011-01-17cmake: Don't use cmake 2.8.3 features.Andreas Schneider1-2/+3
2011-01-16Fix doxygen warningAris Adamantiadis1-0/+2
2011-01-16ssh_auth_password made nonblockingAris Adamantiadis3-5/+88
2011-01-16Made ssh_userauth_none nonblockingAris Adamantiadis3-6/+54
2011-01-16Made ask_userauth nonblockingAris Adamantiadis1-4/+11
2011-01-16modules: Improved the GCrypt module.Andreas Schneider1-45/+48
2011-01-16cmake: Fixed NSIS module.Andreas Schneider1-7/+1
2011-01-16cmake: Fixed ZLIB path checks.Andreas Schneider1-2/+2
2011-01-16cmake: Improved the NSIS module.Andreas Schneider1-7/+26
2011-01-16cmake: Improved the ZLIB find module based on CMake one.Andreas Schneider1-49/+95
2011-01-16cmake: Fixed license header of the OpenSSL module.Andreas Schneider1-3/+8
2011-01-16cmake: Improved FindOpenSSL based on CMake ones.Andreas Schneider1-131/+177
2011-01-15Test double ssh_disconnectAris Adamantiadis1-0/+10
2011-01-15Fix double-connect testcaseAris Adamantiadis3-1/+72
2011-01-14Fix torture_connect_double so it tests the right thingAris Adamantiadis1-2/+2
2011-01-13Fixed compilation without argp.h availableAris Adamantiadis3-4/+16