NuFW 2.4.0 is available

After almost two years of development NuFW 2.4.0 is out with a lot of exiting new features.
Added by Eric Leblond 5 months ago

After a long work, NuFW 2.4.0 is available. It contains a bunch of new features and improvements.

New features and major improvements

Extensible protocol

NuFW protocol between authentication server and clients has evolved and it is now possible to extend the protocol via plugin (on both client and nuauth side).

A simple extension is provided. It adds a message to have local user identity sent to authentication server. This is a simple proof of concept and some more interesting extension can be easily developed.

Optimized protocol

Client to authentication server protocol has been heavily optimized for laggy network and computer used simultaneously by multiple users. For example, on a 1 sec delay network, authentication is done at worst in 1.2 sec which is only 0.2 sec more than non authenticated flow. With previous protocol authentication was done in more than 3 sec...

Filtering capabilities improvements

Client is now computing hash of application binary for advanced filtering.

It is also possible to use an authentication quality in filtering rules. For example, this mean it is possible to accept a packet if and only if the authentication of the user has been done via certificate.

Rewrite and code factorization

A huge code factorization and rewrite has been done. Convenience libraries are now shared between the different components. Cryptography can now be done via openssl or gnutls and all components now share the same configuration file parser.

Changelog summary

The main changes are as follows:
  • Support for plugin in libnuclient
  • Improved client-server protocol
    • Protocol extension via plugin
    • Better performances on bad network
    • Better error handling
  • Filtering capabilities improvements:
    • Client compute hash of application for advanced filtering
    • Authentication quality support
  • Configuration file for nufw and client
  • New convenience libraries:
    • nussl: TLS abstraction library (gnutls or openssl)
    • nuconfparser: Configuration library
    • nubase: Common use library
  • log_ulogd2 module: log packet via ulogd2
  • postauth_localuser module: sample postauthentication protocol modification
  • nufw: switch libnetfilter_conntrack code to new API
  • client proto: negotiate protocol version

Comments