summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tests: Fixed missing ;Andreas Schneider2011-02-061-1/+1
|
* Revert "sftp: Added missing break's to server."Andreas Schneider2011-02-051-9/+1
| | | | This reverts commit 131e3b968ff60b4db71ac4fe02a21e20ccdcd819.
* sftp: Added missing break's to server.Andreas Schneider2011-02-051-1/+9
|
* tests: Check fgets output.Andreas Schneider2011-02-051-1/+3
|
* tests: Fixed checking return values of system().Andreas Schneider2011-02-051-2/+6
|
* examples: Check return values of write.Andreas Schneider2011-02-051-3/+14
|
* session: Fixed possible uninitialized return of ret.Andreas Schneider2011-02-051-1/+1
|
* getpass: Fixed a compiler warning.Andreas Schneider2011-02-051-1/+3
|
* Respect RFC when sending stderr datamilo2011-02-041-2/+10
| | | | | | | | | http://tools.ietf.org/html/rfc4254#section-5.2 byte SSH_MSG_CHANNEL_EXTENDED_DATA uint32 recipient channel *uint32 data_type_code* string data
* doc: Fixed the include dir.Andreas Schneider2011-01-281-1/+1
|
* SSH1: Update a few fix from 0.4.8-gitAris Adamantiadis2011-01-262-3/+5
|
* Getpass: fixed loop + indentationAris Adamantiadis2011-01-261-3/+3
|
* Getpass: Fix password clearingAris Adamantiadis2011-01-261-11/+10
|
* getpass: Fixed possible segfault if len is too small.Andreas Schneider2011-01-241-0/+10
|
* cmake: Define BSD.Andreas Schneider2011-01-241-0/+3
|
* libsshpp: Removed unused variable.Andreas Schneider2011-01-241-1/+0
|
* examples: Fixed compilation on Windows.Andreas Schneider2011-01-241-0/+1
|
* examples: Fixed knownhosts on Windows.Andreas Schneider2011-01-241-0/+4
|
* examples: enable exec and senddata on all plattforms.Andreas Schneider2011-01-241-6/+6
|
* examples: Remove unused header file.Andreas Schneider2011-01-243-3/+1
|
* examples: Use ssh_getpass().Andreas Schneider2011-01-242-5/+15
|
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-243-0/+269
|
* examples: Start to build examples on more plattforms.Andreas Schneider2011-01-232-32/+30
|
* Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-221-13/+16
| | | | | Convert that code to ssh_poll (cherry picked from commit b1a65dd25f124bd7d78714b016e8c0e05fc7acd2)
* Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis2011-01-191-2/+15
|
* cmake: Fixed ZLIB configure check.Andreas Schneider2011-01-181-2/+2
|
* cmake: Don't use cmake 2.8.3 features.Andreas Schneider2011-01-171-2/+3
|
* Fix doxygen warningAris Adamantiadis2011-01-161-0/+2
|
* ssh_auth_password made nonblockingAris Adamantiadis2011-01-163-5/+88
|
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-163-6/+54
|
* Made ask_userauth nonblockingAris Adamantiadis2011-01-161-4/+11
|
* modules: Improved the GCrypt module.Andreas Schneider2011-01-161-45/+48
|
* cmake: Fixed NSIS module.Andreas Schneider2011-01-161-7/+1
|
* cmake: Fixed ZLIB path checks.Andreas Schneider2011-01-161-2/+2
|
* cmake: Improved the NSIS module.Andreas Schneider2011-01-161-7/+26
|
* cmake: Improved the ZLIB find module based on CMake one.Andreas Schneider2011-01-161-49/+95
|
* cmake: Fixed license header of the OpenSSL module.Andreas Schneider2011-01-161-3/+8
|
* cmake: Improved FindOpenSSL based on CMake ones.Andreas Schneider2011-01-161-131/+177
|
* Test double ssh_disconnectAris Adamantiadis2011-01-151-0/+10
|
* Fix double-connect testcaseAris Adamantiadis2011-01-153-1/+72
|
* Fix torture_connect_double so it tests the right thingAris Adamantiadis2011-01-141-2/+2
|
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-133-4/+16
|
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-134-4/+86
| | | | Argp is really useful, but it's not mandatory.
* New testcases for nonblocking ssh_connect and double ssh_connectAris Adamantiadis2011-01-132-0/+90
|
* Use termination functions for event pollingAris Adamantiadis2011-01-123-15/+68
|
* Fix unit tests for opensolarisAris Adamantiadis2011-01-112-0/+4
|
* Fix getpwuid_r on opensolarisAris Adamantiadis2011-01-111-7/+7
|
* build: Fixed build on Windows.Andreas Schneider2011-01-111-1/+2
|
* Non-blocking mode for ssh_connectAris Adamantiadis2011-01-102-2/+28
| | | | This looks ugly. I'll see if we need to revert or change that patch later.
* Change blocking parameter to a flagAris Adamantiadis2011-01-103-5/+20
|