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

FILE_UNARCHIVER ignores metadata #30

Open
ntruessel opened this issue Dec 22, 2015 · 3 comments
Open

FILE_UNARCHIVER ignores metadata #30

ntruessel opened this issue Dec 22, 2015 · 3 comments

Comments

@ntruessel
Copy link
Owner

ATM the FILE_UNARCHIVER only creates a new file with the correct filename, but without setting any metadata that the header provides (like user, group, mode, mtime...)

@ntruessel
Copy link
Owner Author

Implemented mtime and protection. user_id and group_id are implemented as well (but without comparing user_name and group_name). This needs to be fixed (or ignore userid and groupid).

@ntruessel
Copy link
Owner Author

To set username and groupname we need something like the inverse of {FILE_INFO}.file_owner and {FILE_INFO}.file_owner

@ntruessel
Copy link
Owner Author

Now we check whether id and name match and set id only if they match

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

No branches or pull requests

1 participant