Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tests: Fixed missing ; | Andreas Schneider | 2011-02-06 | 1 | -1/+1 | |
| | ||||||
* | Revert "sftp: Added missing break's to server." | Andreas Schneider | 2011-02-05 | 1 | -9/+1 | |
| | | | | This reverts commit 131e3b968ff60b4db71ac4fe02a21e20ccdcd819. | |||||
* | sftp: Added missing break's to server. | Andreas Schneider | 2011-02-05 | 1 | -1/+9 | |
| | ||||||
* | tests: Check fgets output. | Andreas Schneider | 2011-02-05 | 1 | -1/+3 | |
| | ||||||
* | tests: Fixed checking return values of system(). | Andreas Schneider | 2011-02-05 | 1 | -2/+6 | |
| | ||||||
* | examples: Check return values of write. | Andreas Schneider | 2011-02-05 | 1 | -3/+14 | |
| | ||||||
* | session: Fixed possible uninitialized return of ret. | Andreas Schneider | 2011-02-05 | 1 | -1/+1 | |
| | ||||||
* | getpass: Fixed a compiler warning. | Andreas Schneider | 2011-02-05 | 1 | -1/+3 | |
| | ||||||
* | Respect RFC when sending stderr data | milo | 2011-02-04 | 1 | -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 Schneider | 2011-01-28 | 1 | -1/+1 | |
| | ||||||
* | SSH1: Update a few fix from 0.4.8-git | Aris Adamantiadis | 2011-01-26 | 2 | -3/+5 | |
| | ||||||
* | Getpass: fixed loop + indentation | Aris Adamantiadis | 2011-01-26 | 1 | -3/+3 | |
| | ||||||
* | Getpass: Fix password clearing | Aris Adamantiadis | 2011-01-26 | 1 | -11/+10 | |
| | ||||||
* | getpass: Fixed possible segfault if len is too small. | Andreas Schneider | 2011-01-24 | 1 | -0/+10 | |
| | ||||||
* | cmake: Define BSD. | Andreas Schneider | 2011-01-24 | 1 | -0/+3 | |
| | ||||||
* | libsshpp: Removed unused variable. | Andreas Schneider | 2011-01-24 | 1 | -1/+0 | |
| | ||||||
* | examples: Fixed compilation on Windows. | Andreas Schneider | 2011-01-24 | 1 | -0/+1 | |
| | ||||||
* | examples: Fixed knownhosts on Windows. | Andreas Schneider | 2011-01-24 | 1 | -0/+4 | |
| | ||||||
* | examples: enable exec and senddata on all plattforms. | Andreas Schneider | 2011-01-24 | 1 | -6/+6 | |
| | ||||||
* | examples: Remove unused header file. | Andreas Schneider | 2011-01-24 | 3 | -3/+1 | |
| | ||||||
* | examples: Use ssh_getpass(). | Andreas Schneider | 2011-01-24 | 2 | -5/+15 | |
| | ||||||
* | misc: Added multiplatform ssh_getpass() fuction. | Andreas Schneider | 2011-01-24 | 3 | -0/+269 | |
| | ||||||
* | examples: Start to build examples on more plattforms. | Andreas Schneider | 2011-01-23 | 2 | -32/+30 | |
| | ||||||
* | Fix problem with ssh_connect w/ timeout &fd > 1024 | Aris Adamantiadis | 2011-01-22 | 1 | -13/+16 | |
| | | | | | Convert that code to ssh_poll (cherry picked from commit b1a65dd25f124bd7d78714b016e8c0e05fc7acd2) | |||||
* | Fix use-after-free when socket is closed in a callback handler | Aris Adamantiadis | 2011-01-19 | 1 | -2/+15 | |
| | ||||||
* | cmake: Fixed ZLIB configure check. | Andreas Schneider | 2011-01-18 | 1 | -2/+2 | |
| | ||||||
* | cmake: Don't use cmake 2.8.3 features. | Andreas Schneider | 2011-01-17 | 1 | -2/+3 | |
| | ||||||
* | Fix doxygen warning | Aris Adamantiadis | 2011-01-16 | 1 | -0/+2 | |
| | ||||||
* | ssh_auth_password made nonblocking | Aris Adamantiadis | 2011-01-16 | 3 | -5/+88 | |
| | ||||||
* | Made ssh_userauth_none nonblocking | Aris Adamantiadis | 2011-01-16 | 3 | -6/+54 | |
| | ||||||
* | Made ask_userauth nonblocking | Aris Adamantiadis | 2011-01-16 | 1 | -4/+11 | |
| | ||||||
* | modules: Improved the GCrypt module. | Andreas Schneider | 2011-01-16 | 1 | -45/+48 | |
| | ||||||
* | cmake: Fixed NSIS module. | Andreas Schneider | 2011-01-16 | 1 | -7/+1 | |
| | ||||||
* | cmake: Fixed ZLIB path checks. | Andreas Schneider | 2011-01-16 | 1 | -2/+2 | |
| | ||||||
* | cmake: Improved the NSIS module. | Andreas Schneider | 2011-01-16 | 1 | -7/+26 | |
| | ||||||
* | cmake: Improved the ZLIB find module based on CMake one. | Andreas Schneider | 2011-01-16 | 1 | -49/+95 | |
| | ||||||
* | cmake: Fixed license header of the OpenSSL module. | Andreas Schneider | 2011-01-16 | 1 | -3/+8 | |
| | ||||||
* | cmake: Improved FindOpenSSL based on CMake ones. | Andreas Schneider | 2011-01-16 | 1 | -131/+177 | |
| | ||||||
* | Test double ssh_disconnect | Aris Adamantiadis | 2011-01-15 | 1 | -0/+10 | |
| | ||||||
* | Fix double-connect testcase | Aris Adamantiadis | 2011-01-15 | 3 | -1/+72 | |
| | ||||||
* | Fix torture_connect_double so it tests the right thing | Aris Adamantiadis | 2011-01-14 | 1 | -2/+2 | |
| | ||||||
* | Fixed compilation without argp.h available | Aris Adamantiadis | 2011-01-13 | 3 | -4/+16 | |
| | ||||||
* | Replaced argp support for platforms that support it | Aris Adamantiadis | 2011-01-13 | 4 | -4/+86 | |
| | | | | Argp is really useful, but it's not mandatory. | |||||
* | New testcases for nonblocking ssh_connect and double ssh_connect | Aris Adamantiadis | 2011-01-13 | 2 | -0/+90 | |
| | ||||||
* | Use termination functions for event polling | Aris Adamantiadis | 2011-01-12 | 3 | -15/+68 | |
| | ||||||
* | Fix unit tests for opensolaris | Aris Adamantiadis | 2011-01-11 | 2 | -0/+4 | |
| | ||||||
* | Fix getpwuid_r on opensolaris | Aris Adamantiadis | 2011-01-11 | 1 | -7/+7 | |
| | ||||||
* | build: Fixed build on Windows. | Andreas Schneider | 2011-01-11 | 1 | -1/+2 | |
| | ||||||
* | Non-blocking mode for ssh_connect | Aris Adamantiadis | 2011-01-10 | 2 | -2/+28 | |
| | | | | This looks ugly. I'll see if we need to revert or change that patch later. | |||||
* | Change blocking parameter to a flag | Aris Adamantiadis | 2011-01-10 | 3 | -5/+20 | |
| |