Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ssh: Fix ssh_algorithm_SUITE for some un-enabled algs | Hans Nilsson | 2020-03-11 | 3 | -31/+49 | |
| | | | ||||||
* | | | ssh: Fix ssh_sftpd_erlclient_SUITE for no ssh-dss and no ssh-rsa | Hans Nilsson | 2020-03-11 | 9 | -0/+30 | |
| | | | ||||||
* | | | ssh: Let ssh_agent_SUITE check for Unix Domain Socket support | Hans Nilsson | 2020-03-11 | 1 | -1/+21 | |
| | | | ||||||
* | | | ssh: Anonymise unused variable in test suite | Hans Nilsson | 2020-03-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add SSH agent support for the ssh application | Paul Meinhardt | 2020-03-03 | 6 | -0/+342 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add ssh_agent module - Modify ssh_auth to support pub key sign requests - Add optional callback sign/3 to ssh_client_key_api behaviour - Added a ssh_agent_mock_server module for testing this Co-authored-by: Malte Rohde <malte@bitcrowd.net> Co-authored-by: Andreas Knöpfle <andi@bitcrowd.net> | |||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-03-02 | 1 | -6/+5 | |
|\ \ \ | |/ / | | | | | | | | | | * maint: ssh: Remove ssh:set_sock_opt not setable on Windows | |||||
| * | | ssh: Remove ssh:set_sock_opt not setable on Windows | Hans Nilsson | 2020-03-02 | 1 | -6/+5 | |
| | | | ||||||
* | | | ssh: Update known_hosts test | Hans Nilsson | 2020-02-21 | 1 | -1/+55 | |
| | | | ||||||
* | | | ssh: Extend known_hosts test in ssh_basic_SUITE | Hans Nilsson | 2020-02-21 | 1 | -1/+22 | |
| | | | ||||||
* | | | ssh: New test suite for public_key operations | Hans Nilsson | 2020-02-21 | 42 | -0/+603 | |
| | | | ||||||
* | | | ssh: Use ssh_message for ssh specific key and signature formats | Hans Nilsson | 2020-02-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | New functions ssh_message:ssh2_pubkey_encode ssh_message:ssh2_pubkey_decode | |||||
* | | | ssh: Update tests for move of Edward curves to ssh_file | Hans Nilsson | 2020-02-21 | 1 | -4/+7 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-02-21 | 1 | -1/+39 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * maint: ssh: Add testcase ssh: implemented get_sock_opts/2 and get_sock_opts/2 | |||||
| * | | ssh: Add testcase | Hans Nilsson | 2020-02-21 | 1 | -1/+39 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-02-12 | 16 | -16511/+275 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * maint: ssh: Fixes in test suites for WSL ssh: Add filename logging | |||||
| * | | ssh: Fixes in test suites for WSL | Hans Nilsson | 2020-02-12 | 16 | -16511/+271 | |
| | | | | | | | | | | | | | | | Filenames with "c:" prefix works in the file application, but not in the system OpenSSH sftp | |||||
| * | | ssh: Add filename logging | Hans Nilsson | 2020-02-12 | 1 | -1/+7 | |
| | | | ||||||
* | | | ssh: Adjust ssh test to the simplified crypto:crypto_final/1 | Hans Nilsson | 2020-02-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-01-13 | 1 | -30/+39 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * maint: ssh: Reorg and fixes in ssh_xfer ssh: Unicode fixes for sftp ssh: Extend unicode tests for sftp | |||||
| * | | ssh: Extend unicode tests for sftp | Hans Nilsson | 2020-01-13 | 1 | -30/+39 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-01-13 | 7 | -77/+121 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * maint: ssh: Ptty test fixes ssh: Remove inet_port() from tests | |||||
| * | | ssh: Ptty test fixes | Hans Nilsson | 2020-01-10 | 3 | -26/+85 | |
| | | | ||||||
| * | | ssh: Remove inet_port() from tests | Hans Nilsson | 2020-01-10 | 5 | -51/+36 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2020-01-09 | 3 | -250/+16 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | * maint: ssh: Use the new proptest include file ssh: Use new ct_property_test reporting crypto: Use the new proptest incl file crypto: Proptest cuddling crypto: Exports in test support | |||||
| * | | ssh: Use the new proptest include file | Hans Nilsson | 2020-01-07 | 3 | -66/+4 | |
| | | | ||||||
| * | | ssh: Use new ct_property_test reporting | Hans Nilsson | 2020-01-07 | 1 | -184/+12 | |
| | | | ||||||
* | | | ssh: Replace deprecated crypto fns in tests | Hans Nilsson | 2019-12-11 | 1 | -44/+7 | |
| | | | ||||||
* | | | ssh: Update according to crypto deprecation | Hans Nilsson | 2019-12-11 | 1 | -22/+20 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-11-19 | 7 | -40/+111 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | * maint: ssh/test: Handle FIPS disabled algorithms correctly for pass phrases ssh/test: Skip old ssh finger print check (=md5) if FIPS mode ssh/test: Start crypto in init_suite in ssh_property_test_SUITE ssh/test: Extend crypto start to enable FIPS if possible ssh/test: Don't propagate Config between test suites ssh/test: Fix misspeling | |||||
| * | | ssh/test: Handle FIPS disabled algorithms correctly for pass phrases | Hans Nilsson | 2019-11-19 | 2 | -24/+40 | |
| | | | ||||||
| * | | ssh/test: Skip old ssh finger print check (=md5) if FIPS mode | Hans Nilsson | 2019-11-19 | 1 | -1/+4 | |
| | | | ||||||
| * | | ssh/test: Start crypto in init_suite in ssh_property_test_SUITE | Hans Nilsson | 2019-11-19 | 1 | -1/+5 | |
| | | | ||||||
| * | | ssh/test: Extend crypto start to enable FIPS if possible | Hans Nilsson | 2019-11-19 | 2 | -4/+52 | |
| | | | ||||||
| * | | ssh/test: Don't propagate Config between test suites | Hans Nilsson | 2019-11-19 | 3 | -6/+6 | |
| | | | ||||||
| * | | ssh/test: Fix misspeling | Hans Nilsson | 2019-11-19 | 2 | -8/+8 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-11-08 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * maint: ssh: Fixup! fetching own IP | |||||
| * | | ssh: Fixup! fetching own IP | Hans Nilsson | 2019-11-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-10-22 | 1 | -2/+12 | |
|\ \ \ | |/ / | | | | | | | | | | * maint: ssh: Fix possible hazard in tests | |||||
| * | | ssh: Fix possible hazard in tests | Hans Nilsson | 2019-10-22 | 1 | -2/+12 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-10-14 | 1 | -1/+5 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * maint: ssh: Don't leak connection_ref() when ssh:shell opens it ssh: ssh: Testcase extended with test that connection_refs doesn't leak from ssh:shell | |||||
| * | | ssh: ssh: Testcase extended with test that connection_refs doesn't leak from ↵ | Hans Nilsson | 2019-10-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | ssh:shell | |||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-10-10 | 4 | -29/+40 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * maint: ssh: Test supported but not enabled algorithms ssh: Fix hazard bug in test case ssh: Refine ssh_test_lib:receive_exec_result ssh: Increase timeout in the read_dir testcase | |||||
| * | | ssh: Test supported but not enabled algorithms | Hans Nilsson | 2019-10-09 | 1 | -4/+11 | |
| | | | ||||||
| * | | ssh: Fix hazard bug in test case | Hans Nilsson | 2019-10-09 | 1 | -12/+5 | |
| | | | ||||||
| * | | ssh: Refine ssh_test_lib:receive_exec_result | Hans Nilsson | 2019-10-09 | 1 | -12/+23 | |
| | | | ||||||
| * | | ssh: Increase timeout in the read_dir testcase | Hans Nilsson | 2019-10-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fails otherwise on one machine with some special emulator | |||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-10-02 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | * maint: ssh: Remove ssh_xfer:connect ssh: Remove ssh_xfer:attach/3 ssh: Remove unused ssh_xfer:attach/2 | |||||
| * | | ssh: Remove ssh_xfer:connect | Hans Nilsson | 2019-10-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'maint' | Hans Nilsson | 2019-09-27 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * maint: ssh: Fix bad exit status code (4294967295 -> 255) | |||||
| * | | ssh: Fix bad exit status code (4294967295 -> 255) | Hans Nilsson | 2019-09-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Happend when an ssh exec was executed by a direct fun that returned {error, Cause}. |