Releases: troglobit/uredir
Releases · troglobit/uredir
uredir v3.3
uredir v3.2
Fixes
- Runtime memory leaks
- Error handling in callbacks
Changes
- Updated requirement: libuEv v2.1.1, or later
- Deletes all connections properly on exit, valgrind
- Use
MSG_PEEK
to reduce runtime memory allocation - Connection timers rather than session timeout
uredir v3.1
uredir v3.0
- Complete rewrite based on Tobias Waldekranz alternative youdp.c, used with permission
- License change zlib --> ISC
- New
-t SEC
option to adjust inetd mode timeout - New
-I NAME
option to change program syslog identity
uredir v2.0
- Complete rewrite, simplified, readable
- Fixed and tested
inetd(8)
mode - Now lingers for three sec in
inetd(8)
mode - Added debug logs, enabled with
-l debug
- Updated documentation
uredir v1.0
First release based on udp_redirect, with some bells and whistles added.