Releases: updateing/minieap
Releases · updateing/minieap
MiniEAP 0.93
MiniEAP 0.92.1
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
** 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
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.