Het programma NuFW is een uitgebreide firewall dat elke connectie kan filteren op de rechten van de gebruiker en het gebruikte besturingssysteem. Het maakt gebruik van een ldap-server voor het controleren van de toe gekende rechten en Netfilter voor het toepassen van de ingestelde filtertechniek. Voor meer informatie over NuFW verwijzen we jullie door naar deze pagina. De ontwikkelaars hebben versie 2.0.11 uitgebracht en voorzien van de volgende aankondiging:
Version 2.0.11:NuFW 2.0.11 is available. It mainly fixes problems with the new Mac Intel and contained a whole new debian packaging system.
Version 2.0.10:
The full changelog is as follow:
- libnuclient: fixes for Mac Intel
- improved debian packaging
- nufw: cleaning of include files
- documentation improvments
- bugfix in the plaintext module : some network addresses were incorrectly refused
- log_mysql : fix a typo in an update query
NuFW 2.0.10 is available. This is a maintenance release which mainly fixes a bug in ldap modules. Applications with parenthesis in the name were causing a failure during the search of the ACLs in LDAP. Due to the search failure the packet was dropped.
Version 2.0.9:
Full changelog is as follow:
- nufw: suppress performance message in non-debug mode,
- nuauth: fix crash at start when bad IPs are put in configuration file,
- ldap module: quote filter to avoid problems with programs having parenthesis in the name.
NuFW 2.0.9 is available. It mainly fixes memory leaks. NuFW team thanks the Valgrind project for their work and software which was the key in solving most of the memory issues. INL has made available for download valpyk which has been developped to parse efficiently output from Valgrind.
Version 2.0.8:
Full changelog is as follows:
- nuauth: fix memory leaks in handling of packets coming from conntrack
- nuauth: fix minor memory leak in private data handling
- nuauth: fix memory leak in UTF-8 conversion
- plaintext: fix some memory leaks
- libnuclient: introduce NU_API_VERSION which can be used to detect the version of the API.
NuFW 2.0.8 has been released to solve an issue with some very recent GLib release. It also improves connections tracking handling.
The full changelog is as follows:
- plaintext: fix crash on some system due to direct free() usage
- nufw: fix problem with conntrack thread in case of nuauth disconnection
- nuauth: fill connection timestamp to avoid logging 0 or EPOCH (in conntrack mode)
- doc: add howto.xml in the doc directory