reactos/rosapps/sysutils/regexpl
Nedko Arnaudov 7671e20ce8 Remove definitions now present in /reactos/include/ntos/security.h
svn path=/trunk/; revision=12813
2005-01-05 02:21:05 +00:00
..
.cvsignore
ArgumentParser.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ArgumentParser.h
Completion.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
Completion.h
Console.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
Console.h
CrtSupplement.c
Makefile Use build helpers from /reactos/tools/ 2005-01-04 23:36:14 +00:00
Pattern.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
Pattern.h
ph.h Use build helpers from /reactos/tools/ 2005-01-04 23:36:14 +00:00
Prompt.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
Prompt.h
README
regexpl.rc Fix personal info. 2005-01-04 21:40:25 +00:00
RegistryExplorer.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
RegistryExplorer.h Fix personal info. 2005-01-04 21:36:26 +00:00
RegistryKey.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
RegistryKey.h
RegistryTree.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
RegistryTree.h
SecurityDescriptor.cpp Remove definitions now present in /reactos/include/ntos/security.h 2005-01-05 02:21:05 +00:00
SecurityDescriptor.h
Settings.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
Settings.h
ShellCommand.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommand.h
ShellCommandChangeKey.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandChangeKey.h
ShellCommandConnect.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandConnect.h
ShellCommandDACL.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandDACL.h
ShellCommandDeleteKey.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandDeleteKey.h
ShellCommandDeleteValue.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandDeleteValue.h
ShellCommandDir.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandDir.h
ShellCommandDOKA.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandDOKA.h
ShellCommandExit.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandExit.h
ShellCommandHelp.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandHelp.h
ShellCommandNewKey.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandNewKey.h
ShellCommandOwner.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandOwner.h
ShellCommandSACL.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandSACL.h
ShellCommandSetValue.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandSetValue.h
ShellCommandsLinkedList.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandsLinkedList.h
ShellCommandValue.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandValue.h
ShellCommandVersion.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
ShellCommandVersion.h
TextHistory.cpp Fix personal info. 2005-01-04 21:40:25 +00:00
TextHistory.h

-*- Mode: Text -*-
$Id: README,v 1.1 2003/02/09 02:13:27 narnaoud Exp $

Registry Explorer is console mode tool for reading/writing ReactOS
registry. Currently, access is provided only by means of interactive
commands, but scrpting support is planned too. Some of features are:
 - Registry object name completion.
 - DACL/SACL/Owner read access for keys.
 - Remote machine registry access.

TODO:
 - Scripting support
 - Support for pessimistic completion and other console interfaces
   (simple stdout, ncurses).
 - Write access to DACL/SACL/Owner of registry keys.

Notes:
 - Site at http://www.geocities.com/registryexplorer/ is discontinued.
   For more info see this file and ReactOS site.