Het programma NuFW is een uitgebreide firewall die elke connectie op basis van de rechten van de gebruiker en het gebruikte besturingssysteem kan filteren. Het programma maakt gebruik van een ldap-server voor het controleren van de rechten, terwijl Netfilter wordt gebruikt voor het toepassen van de ingestelde filtertechniek. Voor meer informatie over NuFW verwijzen we jullie door naar deze pagina. De ontwikkelaars hebben de eerste release candidate van versie 2.4.0 uitgebracht en sinds de vorige vermelding in de Meuktracker zijn de volgende veranderingen doorgevoerd:
Version 2.4.0-rc1:
NuFW devel team is proud to announce the first release candidate of NuFW 2.4.0 branch. This version features some improvements and a lot of bugfix relatively to the previous version (beta1).
The full changelog is as follows:Version 2.4.0-beta1:
- pgsql: authentication failure logging
- libnuclient: fix file descriptor leak
- libnuclient: CPU usage optimization
- nufw: switch libnetfilter_conntrack code to new API
- log_ulogd2: update plugin
- nuauth: don’t reject packet when appname is invalid
- client proto: negotiate protocol version
After a long work, the first beta release of NuFW 2.4 is available. It contains a bunch of new features and improvements. 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