summaryrefslogtreecommitdiff
path: root/lib/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into majorHenrik Nord2011-08-255-10/+30
|\
| * Merge branch 'hw/update-chmod-without-f' into devHenrik Nord2011-08-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | * hw/update-chmod-without-f: Again: Call chmod without the "-f" flag OTP-9491
| | * Again: Call chmod without the "-f" flagHolger Weiß2011-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls.
| * | 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 ↵Niclas Eklund2011-06-214-8/+28
| |/ | | | | | | flag was set to true for the invoking process.
* | 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
|
* Update init_per_suite so that tests are skipped if crypto/ssh cannot be started.Lukas Larsson2011-05-195-28/+54
|
* Add cover spec fileLukas Larsson2011-05-192-1/+3
|
* Convert ssh test cases to common test stardardLukas Larsson2011-05-197-49/+93
|
* Add test suite for sshBjörn-Egil Dahlberg2011-05-1928-0/+3448
|
* An unexpected message would crash the ssh_connection_handler and close the ↵Niclas Eklund2011-05-064-2/+30
| | | | | | connection. Now an error message is generated instead.
* OTP-9232:Niclas Eklund2011-04-275-41/+25
| | | | | A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared.
* Merge branch 'maint-r14' of super:otp into nick/ssh/memory_leak/OTP-9232Niclas Eklund2011-04-205-62/+39
|\
| * Renamed the function strong_rand_uniform to strong_rand_mpint.Niclas Eklund2011-04-191-1/+1
| | | | | | | | | | Added some checks in crypto.erl and crypto.c. Changed ssh_bits to use strong_rand_mpint.
| * Fixed SSH appup, copyright headers SSH vsn and SSH release note.Niclas Eklund2011-04-185-11/+34
| |
| * Adds NIFs for cryptographically strong random number generation.Niclas Eklund2011-04-152-51/+5
| | | | | | | | | | | | Also adds documentation and unit tests. Thanks to Geoff Cant.
* | Added deletion of clients to be used when a session is terminated.Niclas Eklund2011-04-202-9/+24
|/
* Update copyright yearsBjörn-Egil Dahlberg2011-03-112-2/+2
|
* Merge branch 'nick/ssh/sign-verify-binary' into maint-r14Erlang/OTP2011-01-245-9/+90
|\ | | | | | | | | | | | | | | | | | | | | * nick/ssh/sign-verify-binary: Updated appup file. Updated notes file. Changed year in copyright header. Added updated modules to the appup file. Improved error handling for ssh:connect/3/4. Release note contained wrong ticker number. OTP-8987 In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}.
| * Updated appup file.Niclas Eklund2011-01-201-0/+8
| |
| * Updated notes file.Niclas Eklund2011-01-201-1/+15
| |
| * Changed year in copyright header.Niclas Eklund2011-01-201-1/+1
| |
| * Added updated modules to the appup file.Niclas Eklund2011-01-201-3/+17
| |
| * Improved error handling for ssh:connect/3/4.Niclas Eklund2010-12-271-4/+8
| |
| * Release note contained wrong ticker number.Niclas Eklund2010-12-201-1/+1
| |
| * OTP-8987Niclas Eklund2010-12-207-8/+110
| | | | | | | | | | | | | | | | In some cases SSH returned {error, normal} when a channel was terminated unexpectedly. This has now been changed to {error, channel_closed}. OTP-8986 It is now possible to use SSH to sign and verify binary data.
* | Merge branch 'nick/ensure_ssh_dir_exists/OTP-9010' into maint-r14Erlang/OTP2011-01-241-2/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * nick/ensure_ssh_dir_exists/OTP-9010: Updated appup file. Updated notes file. Updated year in license. OTP-9010: ssh: ensure ~/.ssh exists
| * | Updated appup file.Niclas Eklund2011-01-201-3/+25
| | |
| * | Updated notes file.Niclas Eklund2011-01-201-1/+26
| | |
| * | Updated year in license.Niclas Eklund2011-01-201-1/+1
| | |
| * | OTP-9010:Niclas Eklund2010-12-282-1/+15
| | | | | | | | | | | | | | | SSH now ensures that the .ssh directory exists before trying to access files located in that directory.
| * | ssh: ensure ~/.ssh existsTuncer Ayaz2010-12-281-2/+12
| |/ | | | | | | | | | | | | Make sure that ~/.ssh exists before trying to open files like ~/.ssh/known_hosts. Reported-By: Daniel Goertzen
* | Updated notes file.Niclas Eklund2011-01-201-0/+25
| |
* | Added updated modules to the appup file.Niclas Eklund2011-01-201-3/+25
| |
* | OTP-9031 - SSH did not handle the error reason enetunreach when trying to ↵Niclas Eklund2011-01-174-4/+24
|/ | | | open a IPv6 connection.
* The fix regarding OTP-8849 was not included in the previous version as stated.Niclas Eklund2010-11-012-3/+16
|
* Move away from using deprecated public_key function pem_to_der.Niclas Eklund2010-11-012-6/+13
|
* Merge branch 'maint-r13' into maint-r14Niclas Eklund2010-10-285-8/+50
|\ | | | | | | | | | | | | | | Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk
| * Update version numbersErlang/OTP2010-10-251-1/+1
| |