Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Releases: hugsy/proxenet

Release v0.4.1 - Codename Tartiflette 2nd fournée

14 Jun 12:12
Compare
Choose a tag to compare

Changelog

  • Added completion for command-line client
  • Fixed a major issue preventing the establishment of SSL/TLS connection
  • Fixed debug SSL info all migrated to mbedtls 2.x
  • Small other fixes noticed after v0.4 was published (cf git-log)

Release v0.4, codename Tartiflette

05 Jun 04:48
Compare
Choose a tag to compare

What's new?

  • Major improvements in the web control interface
  • SOCKS (v4/v4a) proxy forwarding support
  • Each plugin can now use 2 new functions proxenet_on_load() and proxenet_on_leave() automatically called when the script is loaded/unloaded
  • Dropped support for Ruby < 2.0
  • Dropped support for PolarSSL < 2.0
  • Better package building system
  • Many other things

Bug fixes

Multiple bug fixed, including:

Release v0.3.1, codename Mouffle

30 May 23:11
Compare
Choose a tag to compare

Changelog

  • Added support for FreeBSD (tested on FreeBSD 10.0)
    FreeBSD_proxenet
  • Added support for Mac OSX (tested on Yosemite)
    OSX_proxenet
  • New HTTP based configuration interface for proxenet
    • View/change configuration settings
    • Load/enable/disable plugins at runtime
      proxenet_web
  • Added transparent proxy mode support
  • Added support mbedtls (i.e. PolarSSL 1.3.10+)

Bug fixes

  • Fixed a big mistake in SSL certificates generation
  • Changed PolarSSL CMake file to look for mbedtls
  • Fixed a NULL dereference in C plugin handler

proxenet v0.3 release, codename Tarot

23 May 03:12
Compare
Choose a tag to compare

Changelog:

  • Added support for Java and Tcl plugins
  • Ruby plugin support is stable
  • Removed support Ruby < 2 and Python < 2.5
  • Extended interception features:
    • Intercept can be defined by blacklist/whitelist (option -I/-E)
    • SSL intercept can be toggled (option -N)
  • Improved SSL interception:
    • Supports its own CA (minica.c/h)
    • Supports client side certificate (with/without passphrase)
  • Added Internet Explorer compatibility mode
  • The documentation has been fully migrated to docs/ (sync-ed with ReadTheDocs)
  • Many code improvements
  • Huge load of bugs fixed