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

request server: add support for SSH_FXP_FSETSTAT #373

Merged
merged 4 commits into from
Aug 25, 2020

Commits on Aug 24, 2020

  1. request server: add support for SSH_FXP_FSETSTAT

    we need to add a case for this packet inside the packet worker otherwise
    it will be handled in hasHandle case and it will become a "Put" request.
    
    Client side if a Truncate request is called on the open file we should
    send a FSETSTAT packet, the request is on the handle, and not a SETSTAT
    packet that should be used for paths and not for handle.
    drakkan committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    a011842 View commit details
    Browse the repository at this point in the history
  2. travis: add 1.15

    drakkan committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    4da3253 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. truncate should not change offset

    improved Fsetstat test case
    drakkan committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    b6bdd77 View commit details
    Browse the repository at this point in the history
  2. Improve Fsetstat test case

    drakkan committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    07229f2 View commit details
    Browse the repository at this point in the history