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

functions SDDL, EA & Reparse encoding #220

Merged
merged 1 commit into from Feb 17, 2022

Conversation

ambarve
Copy link
Contributor

@ambarve ambarve commented Sep 12, 2021

Separates out Security Descriptor (SDDL), Extended Attribute (EA) and Reparse tag encoding
code into individual functions so that those functions can be reused in other code (like
CimFS layer writing)

Signed-off-by: Amit Barve ambarve@microsoft.com

@ambarve ambarve requested a review from a team as a code owner September 12, 2021 00:58
@dcantah dcantah self-assigned this Sep 14, 2021
backuptar/tar.go Outdated Show resolved Hide resolved
backuptar/tar.go Outdated Show resolved Hide resolved
backuptar/tar.go Outdated Show resolved Hide resolved
@kevpar kevpar self-assigned this Sep 16, 2021
@ambarve
Copy link
Contributor Author

ambarve commented Oct 26, 2021

@kevpar Could you please take a look?

@kevpar
Copy link
Member

kevpar commented Nov 11, 2021

Perhaps in the future we should have a separate package concerned with encoding Windows files in a tar, and backuptar should just be about interfacing between that and backup read/write.

@kevpar
Copy link
Member

kevpar commented Nov 11, 2021

Would like to see a commit title that is clearer on what this does. I would suggest something like backuptar: Export tar header parsing functions.

backuptar/tar.go Outdated Show resolved Hide resolved
backuptar/tar.go Outdated Show resolved Hide resolved
Separates out Security Descriptor (SDDL), Extended Attribute (EA) and Reparse tag encoding
code into individual functions so that those functions can be reused in other code (like
CimFS layer writing)

Signed-off-by: Amit Barve <ambarve@microsoft.com>
@ambarve
Copy link
Contributor Author

ambarve commented Jan 25, 2022

@kevpar I have updated the commit message. Can you please take another look?

Copy link
Member

@kevpar kevpar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants