| Age | Commit message (Collapse) | Author |
|
- This conversion significantly simplifies the code and moves NPF to
a binary serialisation format (replacing the XML-like format).
- Fix some memory/reference leaks and possibly use-after-free bugs.
- Bump NPF_VERSION as this change makes libnpf incompatible with the
previous versions. Also, different serialisation format means NPF
connection/config saving and loading is not compatible with the
previous versions either.
Thanks to christos@ for extra testing.
|
|
|
|
|
|
|
|
- move modules to from /usr/lib to /lib
- centralize make rules
|
|
compat directories instead of overwriting the arch native libs.
Also, make sure the compat directories get created. Tested on amd64.
|
|
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into their own
extensions. More improvements to come.
|