Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-04-26 | ssh: add msg traceing on one testcase | Hans Nilsson | |
ssh: Misc test case error logging improvments Conflicts: lib/ssh/test/ssh_to_openssh_SUITE.erl | |||
2017-04-26 | ssh: Handle node-names with ' in ssh_basic_SUITE | Hans Nilsson | |
2017-04-26 | ssh: test case adjustments | Hans Nilsson | |
2017-04-26 | ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-info | Hans Nilsson | |
This is only a draft extension, but it is quite stable and already supported by some implementations. OpenSSH has had it for some year now. | |||
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-07 | ssh: remove deprecated ssh_sftpd:listen and ssh_sftpd:stop | Hans Nilsson | |
2017-04-07 | ssh: Test-suites beautifications | Hans Nilsson | |
2017-04-07 | ssh: killed_acceptor_restarts test case | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - test case | Hans Nilsson | |
2017-03-23 | ssh: disable problematic crypto in ssh_bench_SUITE | Hans Nilsson | |
2017-03-23 | ssh: new benchmark suite: ssh_bench_SUITE | Hans Nilsson | |
2017-03-23 | ssh: remove old ssh_benchmark_SUITE | Hans Nilsson | |
Seem to draw much resources (time & prim mem) | |||
2017-03-17 | ssh: remove from test | Hans Nilsson | |
2017-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-03-02 | ssh: Initial commit of option handling changes | 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-24 | ssh: increase timetrap for test on slow machine | Hans Nilsson | |
2017-02-20 | Merge branch 'maint' | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-20 | Merge branch 'maint' | Hans Nilsson | |
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 'maint' | Hans Nilsson | |
2017-02-15 | Merge branch 'fix-source-typos' | Björn Gustavsson | |
* fix-source-typos: (25 commits) Fixed typos in system/doc Fixed typos in lib/xmerl Fixed typos in lib/wx Fixed typos in lib/stdlib Fixed typos in lib/snmp Fixed typos in lib/ssl Fixed typos in lib/ssh Fixed typos in PKCS-8.asn1 file Fixed typos in lib/parsetools Fixed typos in lib/orber Fixed typos in lib/mnesia Fixed typos in lib/megaco Fixed typos in lib/kernel Fixed typos in lib/jinterface Fixed typos in lib/inets Fixed typos in lib/hipe Fixed typos in lib/eunit Fixed typos in lib/erl_interface Fixed typos in lib/eldap Fixed typos in lib/edoc ... | |||
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2017-02-14 | Merge branch 'maint' | Hans Nilsson | |
2017-02-14 | ssh: new test - try access outside sftp tree | Hans Nilsson | |
2017-02-14 | Fixed typos in lib/ssh | Andrew Dryga | |
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-06 | Merge branch 'maint' | 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-02 | Merge branch 'hans/ssh/default_algo_list/OTP-14110' | Hans Nilsson | |
2017-02-02 | Merge branch 'maint' | Hans Nilsson | |
2017-02-01 | ssh: update tests for removed algorithms | Hans Nilsson | |
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: better error msg at kex failure | Hans Nilsson | |
2017-01-30 | ssh: increase timetrap for ssh_benchmark_SUITE | Hans Nilsson | |
2017-01-20 | Merge branch 'maint' | Hans Nilsson | |
2017-01-19 | ssh: fix mpint-bug in property tests | Hans Nilsson | |
2017-01-18 | ssh: increased benchmark suite timetrap | Hans Nilsson | |
2017-01-18 | ssh: fixed benchmark bug for gcm-modes | Hans Nilsson | |
The bug has not affected existing results because no gcm-modes has been measured. |