Releases: elastic/go-libaudit
Releases · elastic/go-libaudit
v0.0.7
Added
- Added WaitForPendingACKs to receive pending ACK messages from the kernel. #14
 - The AuditClient will unregister with the kernel if 
SetPIDhas been called. #19 
Changed
- auparse - Fixed an issue where the proctitle value was being truncated. #15
 - auparse - Fixed an issue where values were incorrectly interpretted as hex
data. #13 - auparse - Fixed parsing of the 
keyvalue when multiple keys are present. #16 - auparse - The 
cmdlinekey is no longer created for EXECVE records. #17 - aucoalesce - Changed the event format to have objects for user, process, file,
and network data. #17 - Fixed an issue when an audit notification is received while waiting for the
response to a control command. 
v0.0.6
v0.0.5
v0.0.4
Prepare the 0.0.4 release
v0.0.3
v0.0.2
v0.0.1 Initial Release
Added
- Added AuditClient for communicating with the Linux Audit Framework in the
Linux kernel. - Added auparse package for parsing audit logs.