TODO revision 159248
1155131Srwatson- Teach praudit how to general XML format BSM streams.
2155131Srwatson- Teach libbsm about any additional 64-bit token types that are present
3155131Srwatson  in more recent Solaris versions.
4155131Srwatson- Build a regression test suite for libbsm that generates each token
5155131Srwatson  type and then compares the results with known good data.  Make sure to
6155131Srwatson  test that things work properly with respect to endianness of the local
7155131Srwatson  platform.
8155131Srwatson- Document contents of libbsm "public" data structures in libbsm man pages.
9155131Srwatson- The audit.log.5 man page is incomplete, as it does not describe all
10155131Srwatson  token types.
11156283Srwatson- With the move to autoconf/automake, man page symlinks are no longer
12156283Srwatson  installed.  This needs to be fixed.
13156283Srwatson- It might be desirable to be able to provide EOPNOTSUPP system call stubs
14156283Srwatson  on systems that don't have the necessary audit system calls; that would
15156283Srwatson  allow the full libbsm and tool set to build, just not run.
16159248Srwatson- Teach praudit how to begin printing at any point in a token stream, not
17159248Srwatson  just at the beginning of a record.  This will make it easier to use
18159248Srwatson  praudit in test suites processing single-token files without header and
19159248Srwatson  trailer context.
20155131Srwatson
21159248Srwatson$P4: //depot/projects/trustedbsd/openbsm/TODO#6 $
22