summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added integrations test refactored out channel extensionsserver_sideMiklos Fazekas2015-01-163-15/+134
* Added first integration unittestsMiklos Fazekas2015-01-155-20/+90
* Fixed server dh key genMiklos Fazekas2015-01-154-16/+23
* Limit hmac to hmac-md5 so we don't need 8192 needbitsMiklos Fazekas2015-01-141-0/+4
* Fixing kex to diffie-hellman-group-exchange-sha256 as others might not workMiklos Fazekas2015-01-141-0/+1
* First prototype to support regular ssh clientMiklos Fazekas2015-01-1414-386/+519
* refactor so user code is isolatedMiklos Fazekas2015-01-091-9/+11
* Hacked up a prototype to act as ssh serverMiklos Fazekas2015-01-094-24/+510
* Merge pull request #213 from mfazekas/rc3-release-prepv2.9.2.rc3Miklós Fazekas2015-01-072-4/+4
|\
| * rc3 release preparationMiklos Fazekas2015-01-072-4/+4
* | Merge pull request #212 from mfazekas/remove-curve25519-sha256-libsshMiklós Fazekas2015-01-073-3/+6
|\ \ | |/
| * Removed unsupported curve25519-sha256@libsshMiklos Fazekas2015-01-073-3/+6
|/
* Merge pull request #210 from mfazekas/allow-number_of_password_promptsv2.9.2.rc2remove-curve25519-sha256-libsshMiklós Fazekas2015-01-045-5/+16
|\
| * 2.9.2 rc2 - number_of_password_prompts: 0 now can be passed via capistrano to...Miklos Fazekas2015-01-035-5/+16
|/
* 2.9.2.rc1 release preparev2.9.2.rc1Miklos Fazekas2014-12-241-4/+4
* Merge pull request #209 from mfazekas/292rc1-rel-prepareMiklós Fazekas2014-12-242-1/+5
|\
| * Prepare for 2.9.2.rc1 releaseMiklos Fazekas2014-12-242-1/+5
* | Merge pull request #208 from net-ssh/keepalive-classMiklós Fazekas2014-12-242-22/+27
|\ \ | |/ |/|
| * Make keepalive a classkeepalive-classMiklos Fazekas2014-12-232-22/+27
|/
* Merge pull request #207 from lonre/patch-1Miklós Fazekas2014-12-231-1/+1
|\
| * Remove trailing spaceLonre Wang2014-12-221-1/+1
* | Merge pull request #204 from trampi/documentation_paranoidMiklós Fazekas2014-12-231-2/+6
|\ \
| * | added documentation about paranoid and own verifiersFabian Trampusch2014-12-221-2/+6
| |/
* | Merge pull request #206 from detiber/fix_keepalive_outputMiklós Fazekas2014-12-231-2/+7
|\ \ | |/ |/|
| * Keepalive fixesJason DeTiberus2014-12-181-2/+7
|/
* Merge pull request #203 from detiber/patch-1Miklós Fazekas2014-12-041-1/+1
|\
| * Fix docs for keepalive_maxcount optionJason DeTiberus2014-12-041-1/+1
|/
* Merge pull request #198 from trampi/little-doc-fixMiklós Fazekas2014-12-021-2/+2
|\
| * added bullet points for keepalive and keepalive_intervalFabian Trampusch2014-12-011-2/+2
* | Added Miklós Fazekas to authors listdelano2014-12-021-1/+8
* | Update gem related files with the right certificatesv2.9.2.betaMiklos Fazkeas2014-12-021-3/+3
* | keepalive_maxcountMiklos Fazkeas2014-12-021-1/+1
* | timeout_maxcount: Since we've just sent out a message do not count that as mi...Miklos Fazkeas2014-12-021-1/+2
* | Merge pull request #202 from punkle/masterMiklós Fazekas2014-12-021-1/+1
|\ \
| * | Update README.rdocBrian Fletcher2014-12-021-1/+1
|/ /
* | Resolved Rakefile mergedelano2014-12-0227-170/+436
|\ \
| * \ Merge pull request #201 from mfazekas/292-beta-vbuildDelano Mandelbaum2014-12-025-17/+36
| |\ \
| | * | prepare 2.9.2 beta buildMiklos Fazkeas2014-12-025-17/+36
| | |/
| * | Merge pull request #200 from net-ssh/keepalive-maxcountDelano Mandelbaum2014-12-025-28/+76
| |\ \ | | |/ | |/|
| | * refactor keepalive to a modulekeepalive-maxcountMiklos Fazkeas2014-12-022-37/+51
| | * Implemented keepalive_maxcountMiklos Fazkeas2014-12-024-6/+40
| |/
| * Merge pull request #193 from net-ssh/revert_aes_gcmMiklós Fazekas2014-11-114-10/+9
| |\
| | * Revert aes-gcm @ opensslrevert_aes_gcmMiklos Fazkeas2014-11-114-10/+9
| |/
| * Revert "Update chipers for known_hosts"Miklos Fazkeas2014-10-251-10/+2
| * Merge pull request #190 from mfazekas/warn_for_unimplemented_algsDelano Mandelbaum2014-10-032-46/+43
| |\
| | * removed unimplemented hmac, host_key and we now warn instead of fail for unim...Miklos Fazkeas2014-10-032-46/+43
| |/
| * Merge pull request #187 from mfazekas/password_auth_askDelano Mandelbaum2014-09-304-11/+84
| |\
| | * Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-264-11/+84
| * | Merge pull request #186 from mfazekas/ignore_unknown_pubkeyDelano Mandelbaum2014-09-302-4/+29
| |\ \
| | * | Ignore unkown key instead of failing on itMiklos Fazkeas2014-09-262-4/+29
| | |/