0N/A
0N/AThis directory contains the source and the binary version of a Windows
0N/Autility to remove all non-owner Access Control Entries from a given file.
0N/A
0N/AThe tool is used by regression tests in the following directories :-
0N/A
0N/Atest/sun/management/jmxremote/bootstrap
0N/Atest/sun/management/snmp/bootstrap
0N/A
0N/AThe tests in these directories create password or ACL files that need to
0N/Abe "secured" (meaning that only the owner should have access to the
0N/Afiles).
0N/A
0N/ABoth the source and the binary version are checked into SCCS. If
0N/Ayou require to make changes to the tool then you need to Visual
0N/AC++ to rebuild revokeall.exe after changing the source.
0N/A
0N/ATo rebuild the tool you need to setup your environment (by
0N/Acalling the VC++ VCVARS32.BAT script), and then executing the
0N/Afollowing command :-
0N/A
0N/Acl /mt revokeall.c advapi32.lib
0N/A
0N/AThis will generate revokeall.exe.
0N/A
0N/ANote that a 32-bit version of revokeall.exe is checked into SCCS
0N/A- this 32-bit application is also used when running on 64-bit
0N/Aversions of Windows (AMD64 and IA64).
0N/A
0N/A