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

Add stat, lstat, fstat, chown and fchown that return and expect uid and gid as SIDs on Windows #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

prantlf
Copy link

@prantlf prantlf commented Jan 5, 2014

This belongs to the issue #26.

Add native methods getown and fgetown getting a file ownership
and chown and fchown changing a file ownership.  Add the exposed
methods to the JavaScript file-ext.js.  Add tests for stat and
chown methods.
@baudehlo
Copy link
Owner

I'm so sorry I've been so delinquent in replying to this PR.

It might make sense to merge this, but I think it might now be incorrect as we've ported the core to use nan so that things will build on both 0.10 and below, and 0.11 and above.

Would it be possible to bring this PR up to date?

@baudehlo
Copy link
Owner

baudehlo commented Mar 7, 2017

Can you bring this up to date? We have windows testing now on appveyor.

@baudehlo baudehlo mentioned this pull request Mar 7, 2017
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.

2 participants