TODO revision 243750
155714SkrisOpenBSM TODO
2160814Ssimon
3238405Sjkim- Build a regression test suite for libbsm that generates each token
4160814Ssimon  type and then compares the results with known good data.  Make sure to
5160814Ssimon  test that things work properly with respect to endianness of the local
6160814Ssimon  platform.
7160814Ssimon- Document contents of libbsm "public" data structures in libbsm man pages.
8160814Ssimon- The audit.log.5 man page is incomplete, as it does not describe all
9160814Ssimon  token types.
10280297Sjkim- With the move to autoconf/automake, man page symlinks are no longer
11160814Ssimon  installed.  This needs to be fixed.
12160814Ssimon- It might be desirable to be able to provide EOPNOTSUPP system call stubs
13160814Ssimon  on systems that don't have the necessary audit system calls; that would
14160814Ssimon  allow the full libbsm and tool set to build, just not run.
15160814Ssimon- Teach praudit how to begin printing at any point in a token stream, not
16160814Ssimon  just at the beginning of a record.  This will make it easier to use
17160814Ssimon  praudit in test suites processing single-token files without header and
18160814Ssimon  trailer context.
19160814Ssimon- Document audit_warn event arguments.
20160814Ssimon- Allow the path /etc/security to be configured at configure-time so that
21160814Ssimon  alternative locations can be used.
22160814Ssimon- NLS support for au_strerror(3), which provides error strings for BSM errors
23160814Ssimon  not available on the local OS platform.
24160814Ssimon- Support for client certificates in auditdistd, to include certificate chain
25160814Ssimon  validation.
26160814Ssimon
27160814Ssimon$P4: //depot/projects/trustedbsd/openbsm/TODO#14 $
28160814Ssimon