summaryrefslogtreecommitdiffstats
path: root/include/libssh/kex.h
Commit message (Collapse)AuthorAgeFilesLines
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-1/+1
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-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 Schneider2012-10-121-3/+2
| | | | This should fix the build on OpenIndiana.
* kex: Fix some build warnings.Andreas Schneider2011-11-101-0/+2
|
* priv: Move kex functions to kex header.Andreas Schneider2011-09-181-2/+12
|
* kex: split key selection and sendingAris Adamantiadis2011-09-181-0/+7
|
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-0/+3
|
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-121-0/+30
Resolved some bugs in the callback mechanism as well