Deleted Added
sdiff udiff text old ( 187214 ) new ( 189279 )
full compact
1OpenBSM Version History
2
3OpenBSM 1.1 alpha 5
4
5- Stub libauditd(3) man page added.
6- All BSM error number constants with BSM_ERRNO_.
7- Interfaces to convert between local and BSM socket types and protocol
8 families have been added: au_bsm_to_domain(3), au_bsm_to_socket_type(3),
9 au_domain_to_bsm(3), and au_socket_type_to_bsm(3), along with definitions
10 of constants in audit_domain.h and audit_socket_type.h. This improves

--- 396 unchanged lines hidden (view full) ---

407 or static memory is returned for non-_r() versions of API calls.
408 _free() calls dropped as a result, and source code compatibility with
409 OpenSolaris improved significantly.
410- Annotate BSM events with origin OS and compatibility information.
411- auditd(8), audit(8) added to the OpenBSM distribution. auditd extended
412 to support reloading of kernel event table.
413- Allow comments in /etc/security configuration files.
414
415$P4: //depot/projects/trustedbsd/openbsm/NEWS#27 $