Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New example for port forwarding | Aris Adamantiadis | 2010-07-16 | 2 | -0/+250 |
| | |||||
* | Added code to test proxycommand | Aris Adamantiadis | 2010-05-10 | 1 | -2/+15 |
| | |||||
* | Fix exec example which has broken read usage | Aris Adamantiadis | 2010-03-28 | 1 | -17/+7 |
| | |||||
* | Added printout of owner and group in the sftp example. | Andreas Schneider | 2010-02-24 | 1 | -1/+3 |
| | |||||
* | Added an example for exec. | Andreas Schneider | 2009-12-22 | 2 | -0/+69 |
| | |||||
* | 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 | 2 | -121/+45 |
| | |||||
* | move authentication out of sampe.c | Aris Adamantiadis | 2009-11-07 | 2 | -77/+7 |
| | |||||
* | Moved sftp parts into a new example | Aris Adamantiadis | 2009-11-06 | 3 | -209/+274 |
| | |||||
* | Fixed compilation of samplesshd. | Andreas Schneider | 2009-11-05 | 1 | -0/+2 |
| | |||||
* | Fix compilation on freebsd 6.0 which lacks argp.h | Aris Adamantiadis | 2009-11-03 | 1 | -2/+7 |
| | |||||
* | Make libssh_scp a little more consistant | Aris Adamantiadis | 2009-10-29 | 1 | -19/+18 |
| | |||||
* | Improve example authentication. | Andreas Schneider | 2009-10-15 | 1 | -37/+48 |
| | |||||
* | Added option parsing using GNU argp. | Andreas Schneider | 2009-10-15 | 1 | -3/+12 |
| | |||||
* | Added an option to set the port as string. | Andreas Schneider | 2009-10-15 | 1 | -2/+102 |
| | |||||
* | 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 |
| | |||||
* | samplessh uses ssh_options_getopt() | Aris Adamantiadis | 2009-10-09 | 1 | -0/+1 |
| | |||||
* | sample.c compiles now | Aris Adamantiadis | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Moved samples into examples directory | Aris Adamantiadis | 2009-10-09 | 3 | -0/+837 |
| | |||||
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -9/+9 |
| | |||||
* | Shut up warning in libssh_scp | Aris Adamantiadis | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | SCP warning request | Aris Adamantiadis | 2009-09-13 | 1 | -2/+3 |
| | |||||
* | scp recursive mode | Aris Adamantiadis | 2009-09-13 | 1 | -1/+4 |
| | |||||
* | add scp_download.c example | Aris Adamantiadis | 2009-09-13 | 2 | -2/+149 |
| | |||||
* | Cycle the fetchs, remove the ssh_connect function | Aris Adamantiadis | 2009-09-13 | 1 | -45/+9 |
| | |||||
* | Refactored the connect_ssh example function | Aris Adamantiadis | 2009-09-13 | 3 | -1/+66 |
| | | | | into a new file | ||||
* | add support for local output, scp input | Aris Adamantiadis | 2009-09-13 | 1 | -35/+109 |
| | | | | Still needs to be debugged and improved but the idea it there | ||||
* | Begin of scp reading in example | Aris Adamantiadis | 2009-09-13 | 1 | -0/+17 |
| | |||||
* | some tweaks of scp example | Aris Adamantiadis | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Latest scp code | Aris Adamantiadis | 2009-08-10 | 1 | -68/+25 |
| | | | | The sample is now able to scp a file | ||||
* | Got the scp sample to work | Aris Adamantiadis | 2009-08-09 | 1 | -13/+39 |
| | | | | Problem was that the terminal was not needed, and some nul bytes were to be read. | ||||
* | Fix project name in examples. | Andreas Schneider | 2009-07-30 | 1 | -2/+2 |
| | |||||
* | First implementation of a scp transfer tool | Aris Adamantiadis | 2009-07-25 | 1 | -146/+192 |
| | | | | Doesn't work yet. I've got a headache and debugging doesn't help. | ||||
* | New example directory with the begining of a scp | Aris Adamantiadis | 2009-07-25 | 5 | -0/+467 |