Skip to content

Releases: updateing/minieap

MiniEAP 0.93

26 Sep 11:38
Compare
Choose a tag to compare

此版本修复了在解析响应报文时的错误信任了部分属性的长度字段的缺陷,可解决一部分“无法找到 echo key 的位置,将不能进行心跳”的问题。

MiniEAP 0.92.1

08 Feb 16:30
Compare
Choose a tag to compare

This is an emergency bug fix for previous release (v0.92), where RJv3 plugin failed to prepare any non-MD5-Challenge-Response frames. No other change in features.

MiniEAP 0.92

03 Feb 06:58
Compare
Choose a tag to compare

** RJv3 plugin broken in this release. Use 0.92.1 instead. **

This release contains

  • A minimal GBK->UTF-8 converter, which can be used to reduce binary size while keeping server messages readable.
  • A proprietary header generator for IPv4 information.
  • Manpage and systemd service template. Ready for packaging.

Thanks to all contributors!

MiniEAP 0.91

11 Mar 12:36
Compare
Choose a tag to compare

Generally everything is working, including (but not limited to):

  • One-pass authentication
  • Two-pass authentication with IPv4 information encoded in header
  • Property simulation of SU for Linux 1.01 by default, but can be customized by command line
  • Auto probe of available plugins, auto selection of network interface implementation

Known issues:

  • --dhcp-script does not get saved in configuration file.
  • Any Request-* frames received when waiting for DHCP are processed, which may lead to authentication failure or time out.

As a workaround, you may use a DHCP client which sends requests continuously in the background, e.g. udhcpc. This eliminates the need for a DHCP script and will make the second pass of authentication complete quickly.