Skip to content

Releases: samhocevar/rinetd

rinetd 0.73

19 Feb 09:08
Compare
Choose a tag to compare
  • improve error reporting
  • fixed another configuration parsing bug

Note: packages were re-uploaded on September 13th 2022 because of a file format error.

rinetd 0.72

16 Feb 08:30
Compare
Choose a tag to compare

This release fixes a configuration parsing bug making 0.71 unusable

rinetd 0.71

14 Feb 11:18
Compare
Choose a tag to compare

Warning: this release is broken, please use version 0.72 instead.

  • IPv6 support
  • fix a display overflow in data usage statistics
  • made the configuration parser more tolerant with service names that contain
    dashes (e.g. snmp-trap) or hostnames with underscores (e.g. _http.example.com).
  • create the log file if it does not exist
  • new Visual Studio project file

rinetd 0.70

09 Sep 17:30
Compare
Choose a tag to compare

Summary of changes:

  • UDP support
  • source address binding support
  • use a real grammar for the configuration file and get rid of the hand-made
    parser

rinetd 0.63

19 Jul 17:44
Compare
Choose a tag to compare

Summary of changes:

  • added a -f flag to run in the foreground
  • quit cleanly when SIGINT is received
  • increased data buffer size for better performance
  • fixed random uninitialised data accesses
  • fixed a memory leak in connection reallocation
  • fixed a file descriptor leak in configuration reload
  • fixed configuration file parsing (many bugs including a buffer overflow)
  • fixed configuration error reporting (line numbers were wrong)
  • log accepted connections in addition to denied ones
  • log DNS errors
  • code quality refactoring: got rid of a lot of old code, used C
    library functions instead of custom ones, enforced const correctness

rinetd 0.62.1sam

13 Jan 06:55
Compare
Choose a tag to compare

Fix for a grave crash occurring when too may filedescriptors were open.

rinetd 0.62.0sam

11 Jan 02:16
Compare
Choose a tag to compare

A bugfix release including all patches from Debian and some more work by Sam Hocevar.