Skip to content

Releases: troglobit/uredir

uredir v3.3

03 Jun 16:23
Compare
Choose a tag to compare

Fixes

  • The "connection" buffer is reused for replies, but the initial request reduced the buffer size which meant the replies were truncated. Fixed by Mattias Martinsson, @kmatma

uredir v3.2

29 Jan 00:46
Compare
Choose a tag to compare

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

07 Dec 19:51
Compare
Choose a tag to compare

Fix issue #2: Let return traffic be routed if necessary, fixed by @jonasj76 found by @westermo

uredir v3.0

27 Jun 12:38
Compare
Choose a tag to compare
  • 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

22 Apr 03:41
Compare
Choose a tag to compare
  • 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

17 Apr 19:47
Compare
Choose a tag to compare

First release based on udp_redirect, with some bells and whistles added.