Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | ssh: add extra random length padding in packets | Hans Nilsson | |
A new experimental option 'max_random_length_padding', not documented so it might change... | |||
2015-08-25 | Merge branch 'hans/ssh/deps_in_src_Makefile' into maint | Hans Nilsson | |
* hans/ssh/deps_in_src_Makefile: ssh: dependencies added in ssh/src/Makefile | |||
2015-08-24 | ssh: doubled short timetrap in testcase | Hans Nilsson | |
2015-08-24 | ssh: dependencies added in ssh/src/Makefile | Hans Nilsson | |
2015-08-07 | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | |
2015-08-07 | ssh: ssh_trpt_test_lib improvments | Hans Nilsson | |
- negotiation state - better printouts | |||
2015-08-07 | ssh: Unicode test improvments | Hans Nilsson | |
2015-08-05 | ssh: announce dh-group-exchange | Hans Nilsson | |
2015-08-05 | ssh: document new options in doc/ssh.xml | Hans Nilsson | |
2015-08-05 | ssh: more dh_gex test cases | Hans Nilsson | |
2015-08-05 | ssh: options 'dh_gex_groups' and 'dh_gex_limits' | Hans Nilsson | |
2015-08-05 | ssh: diffie-hellman-group14-sha1 | Hans Nilsson | |
2015-08-03 | ssh: added more groups for gex | Hans Nilsson | |
2015-08-03 | ssh: rm ssh_math and use crypto:compute_key instead | Hans Nilsson | |
2015-08-03 | ssh: filter algs unknown to crypto (except pk) | Hans Nilsson | |
2015-08-03 | ssh: add test group | Hans Nilsson | |
2015-08-03 | ssh: Add experimental 'diffie-hellman-group-exchange-sha256 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha256']}]} | |||
2015-08-03 | ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! This is a bug fixing of the previously partly impelmented kex algorithm. There are more things to do, for example genrate/select better g,p pair obeying the min||n||max request. It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha1']}]} | |||
2015-07-04 | ssh: be more generous about disconnect expects | Hans Nilsson | |
2015-07-04 | ssh: add disjunction to ssh_trpt_test_lib:match | Hans Nilsson | |
2015-07-02 | ssh: testcases for no common algorithms in key exchange | Hans Nilsson | |
2015-07-02 | ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE | Hans Nilsson | |
This test lib is intended for deeper testing of the SSH application. It makes it possible to do exact steps in the message exchange to test "corner cases" | |||
2015-06-30 | ssh: correct sftp unicode and iolist bug | Hans Nilsson | |
Ssh_sftp.erl handled incorrectly unicode data in ssh_ftp:write_file. There was also problems with some deeper iolists. | |||
2015-06-30 | ssh: new unicode tests | Hans Nilsson | |
2015-06-30 | ssh: delete ssh_unicode_SUITE | Hans Nilsson | |
The tests now have supersets in ssh_basic_SUITE and ssh_sftp_SUITE. | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-16 | ssh: Modernize type definitions | Ingela Anderton Andin | |
2015-06-15 | ssh: fix bad ssh_basic_SUITE dir_options group | Hans Nilsson | |
2015-06-15 | ssh: add test case + corr for ssh_info:print/1 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_basic_SUITE.erl | |||
2015-06-10 | Merge branch 'hans/ssh/unknown_msgfun/OTP-12813' | Hans Nilsson | |
* hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect | |||
2015-06-10 | Merge branch 'hans/ssh/pwd_correction' | Hans Nilsson | |
* hans/ssh/pwd_correction: ssh: doc change for keyboard-interaction, pwd->password | |||
2015-06-10 | Merge branch 'hans/ssh/no_erlint_func/OTP-11697' | Hans Nilsson | |
* hans/ssh/no_erlint_func/OTP-11697: ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl | |||
2015-06-10 | Merge branch 'hans/ssh/check_auth_methods_server/OTP-12790' | Hans Nilsson | |
* hans/ssh/check_auth_methods_server/OTP-12790: ssh: change pwd->password for keyboard-interactive ssh save keybard-interactive data in #ssh{} ssh: make server check auth_methods when rec request | |||
2015-06-09 | ssh: Option unexpectedfun for ssh:daemon and ssh:connect | Hans Nilsson | |
This option has a fun as value. The fun will be called when an unexpected message arrives. The fun returns either 'skip' or 'report' to guide the connection_handler what to do. One usage is to filter out messages that are not wanted in the error logger as info reports. An example of such a message is the 'etimedout' tcp error message that will be received if a connection has keep_alive and the peer is restarted. | |||
2015-06-09 | ssh: Upgrade test suite | Hans | |
This suite tests that upgrade/downgrade works from/to both minor and major versions. It is modelled after the ssl_upgrade_SUITE. A precondition for success is that the ssh.appup file is correct. | |||
2015-06-09 | ssh: doc change for keyboard-interaction, pwd->password | Hans Nilsson | |
2015-06-09 | ssh: change pwd->password for keyboard-interactive | Hans Nilsson | |
2015-06-09 | ssh save keybard-interactive data in #ssh{} | Hans Nilsson | |
2015-06-09 | ssh: make server check auth_methods when rec request | Hans Nilsson | |
2015-06-09 | ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl | Hans | |
In the old times there was no binary notation which handled this particulary case, but now we can write big-signed-integer-unit:8 directly in binaries. The undocumented internal function ssh_bits:erlint/1 is removed. | |||
2015-06-09 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: add test cases for disconnectfun | |||
2015-06-09 | Merge branch 'hans/ssh/missing_doc' | Hans Nilsson | |
* hans/ssh/missing_doc: ssh: add missing doc for option auth_method_kb_interactive_data | |||
2015-06-08 | ssh: add test cases for disconnectfun | Hans Nilsson | |
OTP-12786 | |||
2015-06-08 | Merge branch 'ia/ssh/name-spaces/OTP-12675' | Ingela Anderton Andin | |
* ia/ssh/name-spaces/OTP-12675: ssh: Correct Makefile ssh: Add profile option | |||
2015-06-08 | ssh: add missing doc for option auth_method_kb_interactive_data | Hans Nilsson | |
2015-06-08 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Change to ct:sleep in ssh_basic_SUITE ssh: add empty password to the probing ssh_test_lib:openssh_sanity_check/1 ssh: Replace ct:sleep with timer:sleep for long sleeps ssh: timeout fixes in ssh_basic_SUITE | |||
2015-06-05 | Merge branch 'hans/ssh/check_dirs/OTP-12788' | Hans Nilsson | |
* hans/ssh/check_dirs/OTP-12788: ssh: Check that user_dir and system_dir exists and are readable | |||
2015-06-05 | ssh: Check that user_dir and system_dir exists and are readable | Hans | |
2015-06-05 | ssh: Change to ct:sleep in ssh_basic_SUITE | Hans | |