aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src
AgeCommit message (Expand)Author
2019-08-19Merge branch 'hans/ssh/gendoc/OTP-15395' into maintHans Nilsson
2019-08-19Merge branch 'hans/ssh/remove_unused_rec_fields/OTP-15984' into maintHans Nilsson
2019-08-19Merge branch 'hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962' into maintHans Nilsson
2019-08-16ssh: Don't assume Reason to be a string()Hans Nilsson
2019-08-14ssh: Remove unused address,port from #connection{}Hans Nilsson
2019-08-14ssh: Remove unused port_bindings from #connection{}Hans Nilsson
2019-08-12ssh: Use new ssh_connection:event() type in channel defsHans Nilsson
2019-08-12ssh: change type namesHans Nilsson
2019-08-12ssh: The ssh_connection documentation is now generatedHans Nilsson
2019-08-12ssh: Update ssh_sftp:start_channel documentation and codeHans Nilsson
2019-08-12ssh: The ssh_sftp documentation is now generatedHans Nilsson
2019-08-12ssh: The ssh_sftpd documentation is now generatedHans Nilsson
2019-07-30Merge branch 'hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962' into maintHans Nilsson
2019-06-28ssh: added log/4Hans Nilsson
2019-06-28ssh: Fix log problem in early stages of initializationHans Nilsson
2019-06-28ssh: Fix potential crash if failure in init of clientHans Nilsson
2019-06-27Merge pull request #2297 from bitcrowd/ssh/remove-unused-definitionsHans Nilsson
2019-06-26ssh: Fix spec/doc error for subsystem_specsHans Nilsson
2019-06-25Remove unused "ssh_assert" macro definitionPaul Meinhardt
2019-06-25Remove unused "ssh_key" record definitionPaul Meinhardt
2019-06-10Testing two PRsHans Nilsson
2019-06-06Remove duplication of SSH encoding macrosPaul Meinhardt
2019-06-06Remove duplicate ssh_userauth.hrlPaul Meinhardt
2019-05-10Prepare releaseErlang/OTP
2019-05-02ssh: Prepare for release - runtime dependenciesHans Nilsson
2019-04-24Merge branch 'maint'Hans Nilsson
2019-04-18ssh: Dump 64 bytes in case of unexpected info lineHans Nilsson
2019-04-18ssh: Add hexdump utility in ssh_dbgHans Nilsson
2019-04-18Merge branches 'hans/crypto/new_supports_1/OTP-15771', 'hans/ssh/new_supports...Hans Nilsson
2019-04-17ssh: Remove unused var warningHans Nilsson
2019-04-17ssh: Use new api for aead ciphersHans Nilsson
2019-04-17ssh: Use correct names of ciphersHans Nilsson
2019-04-12Merge branch 'maint'Hans Nilsson
2019-04-12Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21Hans Nilsson
2019-04-11ssh: Present peername for accept_callback fun also for SocketsHans Nilsson
2019-04-11ssh: Add ssh_channel:init/1Hans Nilsson
2019-04-05ssh: Use new crypto function namesHans Nilsson
2019-03-19ssh: Use the exceptions as error return changeHans Nilsson
2019-03-19ssh: Use new crypto APIHans Nilsson
2019-01-04Fix sftpd interop for SSH_FXP_STATKristoffer Larsen
2018-12-27Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP
2018-12-21ssh: Fix port leakage for daemons failing at startHans Nilsson
2018-11-19Merge branch 'hans/ssh/eddsa/OTP-15094' into maintHans Nilsson
2018-11-19ssh: Make host and user key pre-checking betterHans Nilsson
2018-11-19ssh: Generalize unpublished test support optionHans Nilsson
2018-11-19ssh: Cleaning and polishing of ssh_authHans Nilsson
2018-11-19ssh: Add a common key_cb call functionHans Nilsson
2018-11-19ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'Hans Nilsson
2018-11-09ssh: Fix documentation for public key in ext_infoHans Nilsson
2018-11-09Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maintHans Nilsson