## Sentry Firewall CD-ROM (www.SentryFirewall.com)
## Obsid@Sentry.net
## http://www.sentryfirewall.com/files/sentrycd/docs/TODO

## This is a TODO list outlining some of my planned enhancements that I would like
## to eventually add to the Sentry Firewall CD project(SENTRYCD Branch).  As you may
## notice, many of the enhancements mentioned here will likely get added to every
## branch.


## New Configuration Features:
- Redundant Configuration
  * Similar to the 'include' statement, this should allow a user to specify multiple
    locations from which to retrieve system files or backup configuration files in case
    the primary system/configuration files are irretrievable.
  * Perhaps a block like configuration, for example:
       <shadow>  ## Replace shadow file.
         primary /floppy/config1/shadow
         secondary scp://user:pass@1.1.1.1:/config/shadow
         secondary ......
       </shadow>

- Web or Terminal Based Configuration _GUI_.
  * We need a GUI, apparently.

- Static Interface Setup
  * We already allow dynamic configuration on a per interface basis for the purposes
    of configuration via scp/sftp/ftp/http(s), so this shouldn't be too difficult.

- Static/Dynamic Routing
  * Setup within the configuration file.

- Cisco ACL Parsing within sentry.conf.
  * Won't parse all types of ACLs, but should be easy enough.

- Run shell commands from sentry.conf.


## General Features, New Capabilities:
- ISO patching?

- More/Better Documentation
  * Technical documentation lacking.


## Bugs
- See "BUGS" File.


## New Branches:
- Mini Distribution
  * Under 200MB






## _EOF_ ##
