Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -814/+0 |
* | Fix initialization of threading | Aris Adamantiadis | 2010-09-01 | 1 | -1/+2 |
* | Added missing /** in doxygen @}'s | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
* | server: Fix missing socket close notification. | milo | 2010-08-13 | 1 | -16/+1 |
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 1 | -5/+6 |
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -9/+11 |
* | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 1 | -4/+0 |
* | client: Fixed fd checks. | Andreas Schneider | 2010-06-17 | 1 | -2/+2 |
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -19/+19 |
* | connect: Don't shadow errno. | Andreas Schneider | 2010-05-12 | 1 | -6/+6 |
* | connect: Make sure that we use float values for the status. | Andreas Schneider | 2010-05-12 | 1 | -7/+7 |
* | Fixed linking errors on Windows. | Andreas Schneider | 2010-05-12 | 1 | -0/+2 |
* | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -0/+8 |
* | Fix doc and actually make the test run :) | Aris Adamantiadis | 2010-05-09 | 1 | -1/+3 |
* | Fixes \r in SSH1 banner | Aris Adamantiadis | 2010-04-24 | 1 | -2/+2 |
* | Fix warnings | Aris Adamantiadis | 2010-04-14 | 1 | -1/+0 |
* | Fix doublefree happening after a negociation error | Aris Adamantiadis | 2010-04-14 | 1 | -4/+1 |
* | First experiment at trying to make libssh c89 | Aris Adamantiadis | 2010-04-07 | 1 | -1/+1 |
* | Fixed the documentation of the client code. | Andreas Schneider | 2010-04-04 | 1 | -13/+23 |
* | Fixed spelling. | Andreas Schneider | 2010-03-25 | 1 | -1/+1 |
* | Make better error messages for SSH1 errors | Aris Adamantiadis | 2010-02-10 | 1 | -0/+10 |
* | Fix compilation without WITH_SSH1 | Aris Adamantiadis | 2010-01-30 | 1 | -0/+2 |
* | Hacked SSH1 to get past authentication | Aris Adamantiadis | 2010-01-25 | 1 | -2/+3 |
* | Made ssh_packet_read asynchronous | Aris Adamantiadis | 2010-01-24 | 1 | -1/+4 |
* | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 1 | -1/+0 |
* | Fixed error message when connection failed | Aris Adamantiadis | 2010-01-16 | 1 | -2/+4 |
* | Fix SSH1 related warning | Aris Adamantiadis | 2010-01-16 | 1 | -0/+4 |
* | Fixed blocking bug in channel_poll | Aris Adamantiadis | 2010-01-08 | 1 | -1/+1 |
* | Made the server DH asynchronous. | Aris Adamantiadis | 2010-01-06 | 1 | -45/+45 |
* | Fixed typos from a* to error.c | Aris Adamantiadis | 2010-01-06 | 1 | -4/+4 |
* | Fix build when WITH_SSH1 undefined | Aris Adamantiadis | 2010-01-06 | 1 | -0/+3 |
* | Asynchronous service request | Aris Adamantiadis | 2009-12-26 | 1 | -39/+59 |
* | Documentation callbacks.h + standardization | Aris Adamantiadis | 2009-12-18 | 1 | -1/+1 |
* | Key exchange currently done asynchronously | Aris Adamantiadis | 2009-12-13 | 1 | -133/+147 |
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -33/+34 |
* | Async connection + banner fetch is working | Aris Adamantiadis | 2009-12-11 | 1 | -2/+24 |
* | Moved #defines into an enum | Aris Adamantiadis | 2009-12-06 | 1 | -6/+9 |
* | More callback stuff in connection | Aris Adamantiadis | 2009-12-05 | 1 | -92/+89 |
* | Trying to adapt client.c to use callbacks | Aris Adamantiadis | 2009-12-03 | 1 | -45/+70 |
* | Improved pcap dumping support | Aris Adamantiadis | 2009-11-16 | 1 | -2/+9 |
* | ssh_disconnect doesn't free the session anymore | Aris Adamantiadis | 2009-10-09 | 1 | -1/+1 |
* | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -27/+19 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+4 |
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -1/+1 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -8/+8 |
* | Changed the current callback sys to be scalable | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
* | Check for OpenSSH and implement sftp_symlink correct. | Andreas Schneider | 2009-07-28 | 1 | -1/+33 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -6/+6 |