Things I'd like to make happen

2009/09/04
 - Retain offset/perpage/sort-order and related info in the session and/or user profile
   - need to keep separate record of domain list and record list settings
 - Support groups (currently group id is hardcoded to 1 anywhere it might be referenced)

2009/09/10
 - Security/hardening
   - "if a=1 then elsif a=2 then elsif a=3 then else die neatly"
   - work correctly with taint mode
   - use SQL execution parameters to reduce quoting screwups
   - throw garbage at it and see what sticks
   - throw deliberately malformed data and see what sticks
 - rDNS matching
   - tag'n'warn records where forward and reverse are both supposed to be published
     "here" - mainly prevents unneccessary record duplication
