summaryrefslogtreecommitdiff
path: root/lib/ssh
Commit message (Expand)AuthorAgeFilesLines
* Prevent client hanging. (OTP-8111)Ingela Anderton Andin2012-02-2816-198/+321
* Added checks of API inputIngela Anderton Andin2012-02-211-74/+170
* Improve check so that we will not try to read ssh packet length indicator if ...Ingela Anderton Andin2012-02-201-6/+11
* Improved error handlingIngela Anderton Andin2012-02-175-80/+134
* Merge branch 'ia/ssh/server-user-dir-doc' into maintIngela Anderton Andin2012-02-161-0/+8
|\
| * Document user_dir for the serverIngela Anderton Andin2012-02-141-0/+8
* | Remove unused files from test data as it is confusingIngela Anderton Andin2012-02-153-7/+0
* | Add support for key files protected by pass phrasesIngela Anderton Andin2012-02-156-24/+125
|/
* Merge branch 'ia/ssh/crash-report-with-impatient-SFTP-client/OTP-9391' into m...Ingela Anderton Andin2012-02-141-2/+4
|\
| * Avoid to crash if the remote side closes the connection prematurelyIngela Anderton Andin2012-02-131-2/+4
* | Merge branch 'ia/ssh/keyboard-interactive-disable-bug/OTP-9466' into maintIngela Anderton Andin2012-02-141-11/+25
|\ \
| * | Client now honors the allow_user_interaction optionIngela Anderton Andin2012-02-131-11/+25
| |/
* | Add behaviour (api) module with callback specsGustav Simonsson2012-02-134-1/+52
|/
* Correct access flag handling in sftpdIngela Anderton Andin2012-02-105-78/+16
* Client fallbacks to ipv4 if connection is refused with ipv6Ingela Anderton Andin2012-02-101-0/+3
* Cleaned up code so that ssh_file can become a template for a documentedIngela Anderton Andin2012-02-105-134/+113
* Test case maintenanceIngela Anderton Andin2012-02-101-1/+1
* Better handling of IPv6Ingela Anderton Andin2012-02-101-1/+7
* Ssh daemon handles RSA host keysIngela Anderton Andin2012-02-1011-66/+158
* Removed no longer needed codeIngela Anderton Andin2012-02-1017-611/+80
* Use the public_key application for all public key handlingIngela Anderton Andin2012-02-1020-948/+620
* Remove generation of new test keys, use checked in test keysIngela Anderton Andin2012-01-1111-484/+145
* Improve test case structure so that test should pass on all platformsIngela Anderton Andin2012-01-1113-67/+134
* Exec test case should ignore stderr messagesIngela Anderton Andin2012-01-111-0/+6
* Do not run ssh_to_openssh_SUITE if there is no oppenssh server runningIngela Anderton Andin2012-01-111-2/+7
* Prepare releaseErlang/OTP2011-12-121-0/+26
* Update copyright yearsBjörn-Egil Dahlberg2011-12-099-9/+9
* Use new directive "-callback" and prepare version and appup for releaseIngela Anderton Andin2011-12-084-39/+59
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
* Remove exec bit from: erl, hrl, xml, html, asn, gif, xpmRicardo Catalinas Jiménez2011-11-1012-0/+0
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-19/+0
* doc Makefiles: Eliminate DOCSUPPORT ifdefsBjörn Gustavsson2011-10-271-85/+0
* Merge branch 'dev' into majorHenrik Nord2011-08-255-10/+30
|\
| * Merge branch 'hw/update-chmod-without-f' into devHenrik Nord2011-08-241-1/+1
| |\
| | * Again: Call chmod without the "-f" flagHolger Weiß2011-06-051-1/+1
| * | Corrected year in license header.Niclas Eklund2011-06-211-1/+1
| * | OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit fla...Niclas Eklund2011-06-214-8/+28
| |/
* | ssh: Support parallel makeBjörn Gustavsson2011-08-081-6/+3
|/
* Removed unused record and fixed a few failing test cases,Niclas Eklund2011-05-192-10/+16
* Generic key management for test suites.Niclas Eklund2011-05-1919-128/+55
* Some minor updates regarding how test data is generated.Niclas Eklund2011-05-197-1/+10
* Fixed host handling in ssh_test_lib (daemon and connect functions).Niclas Eklund2011-05-192-5/+11
* Fixed include problem.Niclas Eklund2011-05-191-1/+9
* Corrected include path and spelling of a test case function.Niclas Eklund2011-05-192-2/+2
* Resolved merge conflict.Niclas Eklund2011-05-191-9/+0
* Resolved merge issue.Niclas Eklund2011-05-191-5/+1
* Added code for generating certificates.Niclas Eklund2011-05-191-36/+22
* Altering SSH test keys.Niclas Eklund2011-05-196-178/+629
* Add test suite for sshBjörn-Egil Dahlberg2011-05-198-11/+22