Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kuba/ssh/receive exit fix options construct fix/otp 19246/otp 19247 #8854

Commits on Sep 24, 2024

  1. ssh: erlangGH-8223 'EXIT' issue testcases

    Co-authored-by: Maria Scott <maria-12648430@hnc-agency.org>
    Co-authored-by: Jan Uhlig <juhlig@hnc-agency.org>
    3 people committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    68b63dd View commit details
    Browse the repository at this point in the history
  2. ssh: code formatting

    u3s committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d72d80d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0cda4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69774e7 View commit details
    Browse the repository at this point in the history
  5. ssh: fix Opts creation in ssh_acceptor:listen

    This was [{active, false}, {reuseaddr,true} | ?GET_OPT(socket_options,
    Options)] in ssh_acceptor, which is wrong. For one, it would prevent
    the usage of option inet_backend since this option must be the first
    in the list. For another, in options given to gen_tcp or ssl, the last
    option wins, such that if for example {active, true} was in the list
    of given socket options, it would be set to {active, true} despite the
    tacked-on {active, false}.
    
    Co-authored-by: Maria Scott <maria-12648430@hnc-agency.org>
    Co-authored-by: Jan Uhlig <juhlig@hnc-agency.org>
    3 people committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f36d1c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    01d8b69 View commit details
    Browse the repository at this point in the history
  2. ssh: text supervision diagram fix

    u3s committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    95307d5 View commit details
    Browse the repository at this point in the history