12 projects tagged "GPLv2 or later"
AIDE (Advanced Intrusion Detection Environment) is a file and directory integrity checker. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. Several message digest algorithms are used. All of the usual file attributes can also be checked for inconsistencies.
The Blender-Mathutils module originated from Blender, where it has been used for some years in production as a utility module for use in areas including animation, games, and mesh manipulation. This differs from 'numpy' in that it is computer graphics focused, combining Matrix and Vector types with rotation classes, which is very useful for use with animation or anywhere Euler and Quaternion values are frequently used. This project is mainly a build system around the actively maintained mathutils code in Blender to allow non-Blender related projects to make use of it. A link to the Blender repository is used so that the source never gets out of sync.
The audit package contains the user-space utilities for creating audit rules, as well as for storing, searching, and generating reports from the audit records generated by the audit subsystem in the Linux 2.6 kernel and higher. It has a real-time plugin interface for event analysis and remote logging of events.
linuxptp is an implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux. The dual design goals are to provide a robust implementation of the standard and to use the most relevant and modern Application Programming Interfaces (API) offered by the Linux kernel. Supporting legacy APIs and other platforms is not a goal.