Releases: samhocevar/rinetd
Releases · samhocevar/rinetd
rinetd 0.73
- 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
This release fixes a configuration parsing bug making 0.71 unusable
rinetd 0.71
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
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
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, enforcedconst
correctness
rinetd 0.62.1sam
Fix for a grave crash occurring when too may filedescriptors were open.
rinetd 0.62.0sam
A bugfix release including all patches from Debian and some more work by Sam Hocevar.