Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-31 | Update release notes | Erlang/OTP | |
2017-03-31 | Update version numbers | Erlang/OTP | |
2017-03-24 | ssh: fixed crash in ssh:daemon_info | Hans Nilsson | |
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-03-09 | ssh: Update .app file | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-02-27 | ssh: Print Pids in testcase for debugging | Hans Nilsson | |
2017-02-26 | Documentation: use behaviour(ssh_daemon_channel) | Malcolm | |
In the SSH User's Guide, section 2.8 'Creating a Subsystem' uses behaviour(ssh_subsystem) but should use behaviour(ssh_daemon_channel). The renaming was updated in the Reference Manual but never reflected in the User's Guide. | |||
2017-02-24 | ssh: increase timetrap for test on slow machine | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/iolist_on_unicode/ERL-364/OTP-14230' into maint | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-17 | ssh: replace byte-only function with element-size agnostic | Hans Nilsson | |
An error report on ssh_cli pointed to a usage of erlang:iolist_size/1. It is replaced by a specialized function. | |||
2017-02-17 | ssh: increase timetrap in ssh_to_openssh_SUITE to not interrupt some slow ↵ | Hans Nilsson | |
machines | |||
2017-02-17 | Merge branch 'ssh_sftpd_relative_path' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'ssh_sftpd_cwd_with_root' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'hans/ssh/try_sftp_access_outside_root' into ↵ | Hans Nilsson | |
hans/ssh/sftpd_fixes/OTP-14225 | |||
2017-02-16 | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maint | Hans Nilsson | |
2017-02-15 | ssh: handle return values and exceptions from ssh_acceptor:handle_connection | Hans Nilsson | |
2017-02-15 | ssh: More exact test for is_tcp_socket | Hans Nilsson | |
2017-02-15 | ssh: Add error case for bad socket | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: reword documentation | Hans Nilsson | |
2017-02-15 | Return correct state in the case of failure | Karolis Petrauskas | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2017-02-14 | ssh: new test - try access outside sftp tree | Hans Nilsson | |
2017-02-12 | Check for directory with correct path | Karolis Petrauskas | |
When opening file in the ssh_sftpd, directory check should be performed on the server's file tree. | |||
2017-02-12 | Fix relative path handling in sftpd | Karolis Petrauskas | |
Relative path handling fixed to allow opening a file by a path relative to the current working directory. | |||
2017-02-12 | Consider root_dir and cwd in ssh_sftpd, if both are provided | Karolis Petrauskas | |
The SFTPD server should use root_dir and cwd when resolving file paths, if both are provided. The root directory should be used for resolving absolute file names, and cwd should be used for resolving relative paths. | |||
2017-02-08 | ssh: modify ssh_algorithms_SUITE:init_per_suite for some Windows hangning | Hans Nilsson | |
2017-02-03 | ssh: use real groups in kex_gex test suite | Hans Nilsson | |
2017-02-03 | ssh: logging in test lib for ssh tests | Hans Nilsson | |
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-02-01 | Prepare release | Erlang/OTP | |
2017-02-01 | ssh: remove test timetrap for ssh_kex_group_exchange | Hans Nilsson | |
This kex algorithm is now optimized so a long timetrap is not needed | |||
2017-01-31 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl lib/ssh/src/ssh_transport.erl | |||
2017-01-31 | ssh,crypto: prepare for release | Hans Nilsson | |
2017-01-31 | Merge branch 'hans/ssh/speed_dh_keygen/OTP-14169' into maint | Hans Nilsson | |
2017-01-30 | ssh: increase timetrap for ssh_benchmark_SUITE | Hans Nilsson | |
2017-01-30 | ssh: optimize kex dh_gex using new crypto functionality | Hans Nilsson | |
2017-01-25 | ssh: correct host key signature calculation | Hans Nilsson | |
2017-01-23 | ssh: ssh_dbg now reports HELLO msgs and timestamps | Hans Nilsson | |
2017-01-19 | ssh: fix mpint-bug in property tests | Hans Nilsson | |
2017-01-18 | ssh: Reduce info leakage on decrypt errors | Hans Nilsson | |
Use same message when there are packet errors like too long length, MAC, decrypt or decode errors. This is regarded as good practise to prevent some attacks | |||
2017-01-12 | ssh: Correct ssh_sftpd_file_api dialzyer spec | Philip Cristiano | |
The `State` seems to have been included twice in 91acfc. | |||
2016-12-14 | ssh: [test] property test cuddling | Hans Nilsson | |
2016-12-14 | ssh: [test] remove 'known_hosts' interference in test suite | Hans Nilsson | |
2016-12-14 | ssh: [test] Move fn random_chars/1 to ssh_test_lib | Hans Nilsson | |
2016-12-14 | ssh: [test] Put tstflg values in a proplist | Hans Nilsson | |