Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: Migrate to SSH_LOG. | Andreas Schneider | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
* | kex: Use getter functions to access kex arrays. | Andreas Schneider | 2012-10-12 | 1 | -3/+2 |
| | | | | This should fix the build on OpenIndiana. | ||||
* | kex: Fix some build warnings. | Andreas Schneider | 2011-11-10 | 1 | -0/+2 |
| | |||||
* | priv: Move kex functions to kex header. | Andreas Schneider | 2011-09-18 | 1 | -2/+12 |
| | |||||
* | kex: split key selection and sending | Aris Adamantiadis | 2011-09-18 | 1 | -0/+7 |
| | |||||
* | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 1 | -0/+3 |
| | |||||
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -0/+30 |
Resolved some bugs in the callback mechanism as well |