summaryrefslogtreecommitdiffstats
path: root/libssh/packet1.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-362/+0
|
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-3/+3
|
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-18/+18
|
* Hacked SSH1 to get past authenticationAris Adamantiadis2010-01-251-1/+2
| | | | Also resolved some bugs that may impact 0.4. need to check
* Few function name changesAris Adamantiadis2010-01-241-1/+1
|
* Made ssh_packet_read asynchronousAris Adamantiadis2010-01-241-35/+46
| | | | | | Normally that's all that was needed into making SSH1 compliant with the new API. Beware, I have only implemented it, not actually tested it.
* Removed last calls to packet_readAris Adamantiadis2010-01-241-48/+6
|
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-56/+39
|
* Beginning of async solution for SSH1Aris Adamantiadis2010-01-241-4/+64
|
* Move SSH-1 specific packet functions in packet1.cAris Adamantiadis2010-01-231-0/+349