NetFilter SDK for Mac OS
Version 1.0.0.5 (September 9, 2026)
- Fixed issues in network extension and nfproxy code.
Version 1.0.0.4 (September 8, 2026)
- Fixed issues in network extension and nfproxy code.
- nfproxy supports SHARED flag in Makefile for building a shared object file instead of static library.
Version 1.0.0.3 (August 27, 2026)
- Fixed issues in network extension and nfproxy code.
- Added a sample PFInstaller that generates SSL configuration of ProtocolFilters with root certificate having given name, and imports it to supported storages.
It is possible to use this code to separately execute the operations of ProtocolFilters which require root rights.
The main code can work under a generic user account, in case if it uses a shared group folder for IPC Unix sockets of the Network Extension.
- Added new function nf_isDisconnected, which returns TRUE (1) if the Network Extension is unloaded unexpectedly.
- It is possible to use a full Unix socket name as driverName parameter of nf_init function in nfproxy API. When the parameter starts from symbol '/', it is treated as a full path.
Version 1.0.0.1 (August 21, 2026)
Initial release.