]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/openbsm/TODO
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / openbsm / TODO
1 - Teach libbsm about any additional 64-bit token types that are present
2   in more recent Solaris versions.
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 - Put hostname in trail file name.
20 - Document audit_warn event arguments.
21
22 $P4: //depot/projects/trustedbsd/openbsm/TODO#9 $