I don't know where the entry points to the APIs in question are in user
space, I'll leave that for someone else to address. I've replaced various
libraries for different purposes many times and it can work depending on
the library or application in question.
That being said, if you want to bypass a file system driver, I don't think
you want to try to use ReactOS ntfs implementation as a drop in replacement
as of yet, at least not if you care about your data integrity. Even if the
ReactOS team said they had a 100% functional implantation I'd be cautious
using on volume with data I cared about.
Thanks
Steven
On Monday, August 26, 2013, Marcos Reyes wrote:
To make things short, I want to alter the Reactos
library that deals with
ACL in Windows, and use it in place of the corresponding microsoft windows
library.
On Aug 26, 2013 8:02 AM, <ros-general-request@reactos.org<javascript:_e({},
'cvml', 'ros-general-request(a)reactos.org');>>
wrote:
> Send Ros-general mailing list submissions to
> ros-general(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general(a)reactos.org');>
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
http://www.reactos.org/mailman/listinfo/ros-general
> or, via email, send a message with subject or body 'help' to
> ros-general-request(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general-request(a)reactos.org');>
>
> You can reach the person managing the list at
> ros-general-owner(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general-owner(a)reactos.org');>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ros-general digest..."
>
>
> Today's Topics:
>
> 1. Re: Ros-general Digest, Vol 98, Issue 1 (Marcos Reyes)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 25 Aug 2013 12:52:53 -0400
> From: Marcos Reyes <marcos(a)nerdondemand.com <javascript:_e({}, 'cvml',
> 'marcos(a)nerdondemand.com');>>
> To: ros-general(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general(a)reactos.org');>
> Subject: Re: [ros-general] Ros-general Digest, Vol 98, Issue 1
> Message-ID: <521A3665.3040209(a)nerdondemand.com <javascript:_e({},
> 'cvml', '521A3665.3040209(a)nerdondemand.com');>>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> I somehow lost rights to folders in my start menu. In the Windows GUI,
> I become owner, but then get "access denied" when I try to give myself
> full control. This, and many other ACL (Access Control Lists, in NTFS)
> annoyances I deal with, makes me desire to disable ACL altogether.
>
> I have used SetACL successfully, but to be honest, ACL is not something
> I want to learn or deal with. It is only an annoyance along the way to
> getting things done. Many go up in arms over this because of "security"
> concerns. I have been without security for a very long time without
> issues. Perhaps I am lucky, but really, I don't have that much to lose
> anyway.
>
> I make unattended windows installations, and have thought to use a
> modified library with the help of DSEO
>
http://www.ngohq.com/?page=dseo
>
> Would the library be ntfs.sys?
>
>
> On 8/25/2013 8:00 AM, ros-general-request(a)reactos.org <javascript:_e({},
> 'cvml', 'ros-general-request(a)reactos.org');> wrote:
> > Send Ros-general mailing list submissions to
> > ros-general(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general(a)reactos.org');>
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >
http://www.reactos.org/mailman/listinfo/ros-general
> > or, via email, send a message with subject or body 'help' to
> > ros-general-request(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general-request(a)reactos.org');>
> >
> > You can reach the person managing the list at
> > ros-general-owner(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general-owner(a)reactos.org');>
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Ros-general digest..."
> >
> >
> > Today's Topics:
> >
> > 1. matching library files (Marcos Reyes)
> > 2. Re: matching library files (Steven Edwards)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sun, 25 Aug 2013 02:34:57 -0400
> > From: Marcos Reyes<marcos(a)nerdondemand.com <javascript:_e({},
'cvml',
> 'marcos(a)nerdondemand.com');>>
> > To: ros-general(a)reactos.org <javascript:_e({}, 'cvml',
> 'ros-general(a)reactos.org');>
> > Subject: [ros-general] matching library files
> > Message-ID:<5219A591.8040209@nerdondemand.com <javascript:_e({},
> 'cvml', '5219A591.8040209(a)nerdondemand.com');>>
> > Content-Type: text/plain; charset="iso-8859-1";
Format="flowed"
> >
> > Can you use a ReactOS library to replace an existing library in Windows?
> >