Changeset 122 for trunk/doc


Ignore:
Timestamp:
08/09/08 16:24:01 (16 years ago)
Author:
tim
Message:

fixed an incorrect malloc in range_list.c
minor documentation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/devel/TODO

    r86 r122  
    33If you are interested in contributing to this project, here's a few
    44things you could look into:
     5
     6 - Currently there is no way on the command line to search for exotic
     7   paths/types.  For instance, if reglookup encounters an unknown VK
     8   type, it just prints it out in Hex.  However, if you wanted to search
     9   specifically for that type, there is no way to do it.  Similarly, it
     10   isn't possible to specify certain binary or weird characters in
     11   paths.  Reglookup should take the user path and unquote each path
     12   component using the \xQQ syntax prior to searching.
    513
    614 - Testing, testing, and more testing.  reglookup needs to be tested on
     
    3341
    3442 - It might be nice to have a way to filter results by security
    35    descriptor information.
     43   descriptor information.  Maybe by MTIME as well.
    3644
    3745 - Documentation.  The security descriptor output format needs to be
Note: See TracChangeset for help on using the changeset viewer.