Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.18 KB

File metadata and controls

87 lines (55 loc) · 2.18 KB

Changelog

Release 1.0.14

  • Due to an bug, the program was not further restricted in Phase 2 of the sandboxing process with Landlock

Release 1.0.13

  • Improve security when using setugid sandboxing: The GID is now changed first, followed by the UID, and supplementary groups are removed.
  • Use more modern language in the documentation

Release 1.0.12

  • Improve performance by using vector instead of string

Release 1.0.11

  • Replace the own C++ wrapper for libtuntap with the official C++ wrapper for libtuntap

Release 1.0.10

  • Fix bug in the rc script

Release 1.0.9

  • Include the documentation with the installation
  • Allows one to set the UID and GID of the process

Release 1.0.8

  • Add FreeBSD support
  • Add Capsicum sandboxing support
  • Removal of an incorrect compiler warning
  • Catch all errors, even the highly unlikely ones.
  • Use functions with bounds checking

Release 1.0.7

  • Remove potentially bug-suppressing flags

Release 1.0.6

  • Improvement of landlock sandboxing
  • Validation of the return value of the POSIX dup function
  • Improvement of error messages
  • Prevent routing of IPv6 link-local addresses
  • Fix path to license file
  • Correction of the copyright date
  • Improve performance
  • Improve security
  • Improve type safety

Release 1.0.5

  • Adding capability management on Linux for improved security
  • Add a seccomp filter to prevent unwanted syscalls
  • Add landlock to restrict access rights

Release 1.0.4

  • Fixing an error that could lead to buffer invalidation
  • Use another send function so that a complete response is always sent.
  • Various minor performance improvements
  • Use of the new Boost process library, if available, compatibility with boost88+

Release 1.0.3

  • Various minor performance improvements
  • Set the ndebug flag in release builds to disable asserts and thus improve speed

Release 1.0.2

  • When handling NDP requests with a hop limit of 0, a response is no longer sent - previously a response was sent.

Release 1.0.1

  • Various minor performance improvements

Release 1.0.0

  • Initial release