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

Fix copy on windows plus tests #145

Merged

Commits on Feb 9, 2023

  1. Fix copyFileInfo on Windows

    The c.chowner function was being ignored. This change makes use of the
    supplied chowner and calls Chown() on the file. If no chowner is
    specified, we copy over the DACL and owner information from the source.
    gabriel-samfira committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5246c44 View commit details
    Browse the repository at this point in the history
  2. Copy timestamp

    Signed-off-by: Gabriel Adrian Samfira <[email protected]>
    gabriel-samfira committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c849603 View commit details
    Browse the repository at this point in the history
  3. Fix copy tests

    Signed-off-by: Gabriel Adrian Samfira <[email protected]>
    gabriel-samfira committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    564dacb View commit details
    Browse the repository at this point in the history