Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-24 | ssh: Add test case for ssh:stop_listner | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-24 | ssh: Gracefully handle incorrect versions | Ingela Anderton Andin | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2014-09-09 | ssh: update for triq tests | Hans Nilsson | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson | |
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-08-28 | Merge branch 'michaelkschmidt/ssh_bug_fix' into maint | Marcus Arendt | |
* michaelkschmidt/ssh_bug_fix: Test Other Clauses of start_shell Fix SSH CLI when using custom "shell" option | |||
2014-08-28 | SSH: only enable ciphers/MACs when they are available in crypto | Alex Wilson | |
Also adjusts tests to only expect a positive outcome when crypto supports the relevant base ciphers/MACs. | |||
2014-08-22 | Test Other Clauses of start_shell | Michael K. Schmidt | |
start_shell() is called by exec, so test those cases as well. Also add support for passing a fun to exec. | |||
2014-08-18 | SSH: add ssh_to_openssh test for ciphers and macs | Alex Wilson | |
This is only an openssh-client-erlang-server test, because no public API to select ciphers is available for the erlang client yet. | |||
2014-08-14 | ssh: Add testcases for max_sessions option | Hans Nilsson | |
Now checks that if we have max_session sessions we could close one session and open a new one. That is checked both for parallel and non-parallel logins. | |||
2014-08-11 | ssh: Negotiation_timeout testcase | Hans Nilsson | |
2014-07-23 | Fix SSH CLI when using custom "shell" option | Michael K. Schmidt | |
Also address compatibility issue with PuTTY | |||
2014-06-11 | ssh: Handle inet and inet6 option correctly | Ingela Anderton Andin | |
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-26 | ssh: Use correct timeout value for the connection timeout | Ingela Anderton Andin | |
2014-05-26 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-05-09 | ssh: test case for timeout in 4th arg of ssh:connect | Hans Nilsson | |
2014-05-09 | ssh: test case for connect_timeout in ssh:connect | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-03-17 | Remove "coding: utf-8" from test files | Siri Hansen | |
UTF-8 is now the default encoding and should no longer be specified. These have probably been merged from maint earlier and the coding statement was missed. lib/dialyzer/test/opaque_SUITE_data/src/modules/opaque_erl_scan.erl lib/diameter/test/diameter_codec_test.erl lib/ssh/test/ssh_unicode_SUITE.erl | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-01-21 | ssh: Adds uncode test suite | Hans Nilsson | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-11-26 | ssh: Correct close handling | Ingela Anderton Andin | |
Commit 68263a48bfbdac4dc219a91f06af3d535d881850 got close handling slightly wrong, channels did not get their close message. Commit 32102f1e8225dada7526c9bfee6622f9026ba4cd did not work as expected | |||
2013-11-13 | ssh: Add CLI test case | Ingela Anderton Andin | |
2013-11-13 | ssh: Simplify handling of connection attributes (e.i. user and sockname) | Ingela Anderton Andin | |
OTP-11296 | |||
2013-11-13 | ssh: Eliminate test case failure due to timing issues in test case code | Ingela Anderton Andin | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-10-28 | ssh: Add ssh:sockname/1 incl doc and tests | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-28 | ssh: Add function ssh:peername/1 with test | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-08-20 | ssh: added basic connection testcase for openssh zlib | Fredrik Gustafsson | |
2013-03-11 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
Conflicts: lib/ssh/src/ssh.appup.src lib/ssh/test/ssh_sftp_SUITE.erl | |||
2013-03-08 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-03-08 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson | |
2013-03-01 | ssh: Ctify test doc | Ingela Anderton Andin | |
2013-03-01 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-21 | Merge branch 'fredrik/ssh/sftp-file-is-dir/OTP-6406' | Fredrik Gustafsson | |
* fredrik/ssh/sftp-file-is-dir/OTP-6406: Removed unused code ssh.erl and changed tests Added eexist to return proper sftp parameter Changed erlclient testcases for sftp sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameter Updated doc for sftpd_vsn Changed testcases to proper sftpd listening changed option to sftpd_vsn corrected is_dir call in sftpd Changes to sftpd test suite Added a file_is_a_directory to a proper status return Basic functionality for sftp ver6 and testcase Conflicts: lib/ssh/doc/src/ssh_sftpd.xml | |||
2012-12-19 | Merge branch 'fredrik/ssh/rekeying' | Fredrik Gustafsson | |
* fredrik/ssh/rekeying: ssh_basic_SUITE rekey test modifications Modifications to idle_time testcase Added test for rekeying Added doc for rekey_limit option Renegotiating every hour and every gb sent, can be decreased with option {rekey_limit, integer()} | |||
2012-12-13 | ssh: Document and clean up SSH behaviours | Ingela Anderton Andin | |
2012-12-13 | ssh: Add Users Guide and enhance man pages | Ingela Anderton Andin | |
2012-12-03 | Merge branch 'fredrik/ssh/fix-idle-tests' into fredrik/ssh/rekeying | Fredrik Gustafsson | |
* fredrik/ssh/fix-idle-tests: (50 commits) Modifications to idle_time testcase Teach Win installer to handle redist on w2012/w8 ssl: Receive port EXIT-message so that it does not get mixed up with the protocol-error message we are expecting ssl: Add and enhance tests ssl: Consider new server options when resuming a session Prepare release ssl: Add dependencies to Makefile Simplify the code for the generated info/0 function Don't try to work around a non-loadable NIF library Fix BER encoding when multiple levels of typedefs are used Update megaco documentation Update documentation for the asn1 application Fix other applications Fix use of asn1 in megaco Remove the unused asn1ct_gen_ber module Fix erroneous skipping for jinterface, erl_interface and ic kernel: Heart port needs to be unregistered Update preloaded modules Update primary bootstrap Update copyright years ... | |||
2012-11-30 | ssh_basic_SUITE rekey test modifications | Fredrik Gustafsson | |
2012-11-30 | Modifications to idle_time testcase | Fredrik Gustafsson | |
2012-11-29 | Removed unused code ssh.erl and changed tests | Fredrik Gustafsson | |
2012-11-29 | Changed erlclient testcases for sftp | Fredrik Gustafsson | |
2012-11-28 | Changed testcases to proper sftpd listening | Fredrik Gustafsson | |
2012-11-28 | changed option to sftpd_vsn | Fredrik Gustafsson | |
2012-11-28 | Changes to sftpd test suite | Fredrik Gustafsson | |