Skip to content

Releases: MonetDBSolutions/mapiproxy

mapiproxy 0.6.2

25 Apr 10:40
Compare
Choose a tag to compare
  • Add -o or --output= option to direct output to a file.

  • Print timestamp marker before the first message of each minute.

  • Support proxying Out-Of-Band (OOB) signals (Linux only).

mapiproxy 0.6.1

13 Mar 12:56
Compare
Choose a tag to compare
  • Upgrade mio dependency, it had a security issue.
    Mapiproxy is not affected but we kept getting warnings.

mapiproxy 0.6.0

23 Feb 16:27
Compare
Choose a tag to compare
  • No longer default to --messages. It's not clear what the default should be so for the time being it's better to not have a default at all.

  • Add experimental --pcap=FILE option to read captured network traffic files written by for example, tcpdump. So far this has seen very limited testing.

mapiproxy 0.5.2

21 Feb 15:00
Compare
Choose a tag to compare
  • Add option --color=always|never|auto to control the use of color escapes.
    'Auto' is 'on' on terminals, 'off' otherwise.

  • Colorize text, digits and whitespace in binary output. This makes it easier
    to match the hex codes on the left to the characters on the right.

  • Support raw IPv6 addresses in LISTEN_ADDR and FORWARD_ADDR, between square brackets.
    For example, [::1]:50000.

  • Clean up Unix sockets when Control-C is pressed.

mapiproxy 0.5.1

16 Feb 13:34
Compare
Choose a tag to compare

This release only exists because a version v0.5.1-alpha.1 was uploaded to crates.io as an experiment.

mapiproxy 0.5.0

16 Feb 12:25
Compare
Choose a tag to compare

The basics work:

  • Listen on TCP sockets and Unix Domain sockets

  • Connect to TCP sockets and Unix Domain sockets

  • Adjust the initial '0' (0x30) byte when proxying between Unix and TCP or vice
    versa

  • Render either as raw reads and writes, full MAPI blocks or full MAPI messages

  • Render as text or as a hex dump

  • Pretty-print tabs and newlines

  • In raw mode, highlight the MAPI block headers