Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Check for unistd.h. | Andreas Schneider | 2013-07-23 | 1 | -3/+10 |
| | |||||
* | examples: Remove ssh_log from ssh client example. | Andreas Schneider | 2013-07-14 | 1 | -15/+0 |
| | |||||
* | sample: Fix a possible buffer overrun. | Andreas Schneider | 2013-06-17 | 1 | -2/+5 |
| | |||||
* | example: Simplify auth_callback of the client. | Andreas Schneider | 2012-10-09 | 1 | -24/+3 |
| | | | | Found by Coverity. | ||||
* | examples: Make variabes static in client sample. | Andreas Schneider | 2012-02-19 | 1 | -6/+7 |
| | | | | Fixes sparse warnings. | ||||
* | sample: fix ssh_channel_read | Aris Adamantiadis | 2011-09-02 | 1 | -4/+5 |
| | |||||
* | examples: Removed unnecessary \n from ssh_log() calls in samplessh. | Oliver Stöneberg | 2011-05-01 | 1 | -10/+10 |
| | |||||
* | examples: Fixed memory leak in samplessh when using commands. | Oliver Stöneberg | 2011-05-01 | 1 | -1/+4 |
| | |||||
* | examples: Use ssh_getpass(). | Andreas Schneider | 2011-01-24 | 1 | -1/+4 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -41/+41 |
| | |||||
* | Added code to test proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -2/+15 |
| | | | | | | Conflicts: examples/sample.c | ||||
* | Fix warnings found with clang analyzer | Aris Adamantiadis | 2010-04-28 | 1 | -1/+1 |
| | |||||
* | Fix select loop in sample | Aris Adamantiadis | 2010-04-24 | 1 | -10/+10 |
| | |||||
* | Fixes infinite loops | Aris Adamantiadis | 2010-04-24 | 1 | -4/+4 |
| | | | | Thanks to Xi Wang for the patches | ||||
* | Fixed build warnings of the ssh client example. | Andreas Schneider | 2010-03-29 | 1 | -4/+16 |
| | |||||
* | Build the pcap code into example in all cases | Aris Adamantiadis | 2009-11-27 | 1 | -14/+6 |
| | |||||
* | Pcap: more cleanup and minimalist API | Aris Adamantiadis | 2009-11-16 | 1 | -4/+2 |
| | |||||
* | Improved pcap dumping support | Aris Adamantiadis | 2009-11-16 | 1 | -4/+50 |
| | |||||
* | Add an other (simplier ?) polling method to sample | Aris Adamantiadis | 2009-11-08 | 1 | -0/+103 |
| | |||||
* | change buffer size in sample.c | Aris Adamantiadis | 2009-11-07 | 1 | -2/+2 |
| | |||||
* | Refactorize sample.c | Aris Adamantiadis | 2009-11-07 | 1 | -106/+39 |
| | |||||
* | move authentication out of sampe.c | Aris Adamantiadis | 2009-11-07 | 1 | -76/+6 |
| | |||||
* | Moved sftp parts into a new example | Aris Adamantiadis | 2009-11-06 | 1 | -207/+7 |
| | |||||
* | updated the sftp subsystem to follow the type conv | Aris Adamantiadis | 2009-10-10 | 1 | -27/+27 |
| | |||||
* | resolve callback crash | Aris Adamantiadis | 2009-10-10 | 1 | -9/+8 |
| | |||||
* | Add ssh_free at the end | Aris Adamantiadis | 2009-10-10 | 1 | -0/+1 |
| | |||||
* | Added auth callback function to sample to test callback stuff. | Andreas Schneider | 2009-10-10 | 1 | -0/+36 |
| | |||||
* | Moved samples into examples directory | Aris Adamantiadis | 2009-10-09 | 1 | -0/+669 |