aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib
Commit message (Collapse)AuthorAgeFilesLines
* Move socket creation out to its own functionKenny Root2015-10-083-130/+142
| | | | | Newer proxy types will need to have a way to create their own sockets, so move this out to its own function to allow that later.
* Remove the authenticateWithDSA methodKenny Root2015-10-081-59/+0
| | | | | This has been deprecated for quite a while and using DSA should be discouraged.
* Remove tcpNoDelay settingKenny Root2015-10-082-36/+0
| | | | | This conflicts with more advanced proxy transports that don't support this, so just remove it altogether.
* Remove now unneeded repository URLKenny Root2015-09-161-6/+0
|
* Change SOCKS library to simplesocksKenny Root2015-09-152-124/+39
| | | | simplesocks only implements what we need and is 100% test covered!
* Rename project to sshlibKenny Root2015-07-18130-0/+21068