1OpenBSM TODO 2 3- Build a regression test suite for libbsm that generates each token 4 type and then compares the results with known good data. Make sure to 5 test that things work properly with respect to endianness of the local 6 platform. 7- Document contents of libbsm "public" data structures in libbsm man pages. 8- The audit.log.5 man page is incomplete, as it does not describe all 9 token types. 10- With the move to autoconf/automake, man page symlinks are no longer 11 installed. This needs to be fixed. 12- It might be desirable to be able to provide EOPNOTSUPP system call stubs 13 on systems that don't have the necessary audit system calls; that would 14 allow the full libbsm and tool set to build, just not run. 15- Teach praudit how to begin printing at any point in a token stream, not 16 just at the beginning of a record. This will make it easier to use 17 praudit in test suites processing single-token files without header and 18 trailer context. 19- Document audit_warn event arguments. 20- Allow the path /etc/security to be configured at configure-time so that 21 alternative locations can be used. 22- NLS support for au_strerror(3), which provides error strings for BSM errors 23 not available on the local OS platform. 24 25$P4: //depot/projects/trustedbsd/openbsm/TODO#13 $ 26