Skip to content

Latest commit

 

History

History
169 lines (93 loc) · 9.85 KB

CHANGELOG.md

File metadata and controls

169 lines (93 loc) · 9.85 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.4 (2022-04-12)

Bug Fixes

2.1.3 (2022-04-12)

Bug Fixes

2.1.2 (2022-04-11)

Bug Fixes

  • esm export fix and add test for import (#281) (1226dcd)

2.1.1 (2022-04-07)

Bug Fixes

2.1.0 (2022-04-07)

Features

  • allow setting vlan for authenticated users (7022750)
  • restructure to allow usage in other mode projects (#269) (341e9d2)

Bug Fixes

2.0.0 (2022-04-07)

Breaking Change: This is now an ESM module!

Features

  • allow setting vlan for authenticated users (7022750)
  • restructure to allow usage in other mode projects (#269) (341e9d2)

Bug Fixes

1.2.1 (2021-10-29)

Bug Fixes

  • parse large responses correclty (ef82a99)
  • pkg upgrades and small fixes (5290ac3)
  • remove empty bytes from password buffer in StaticAuth #116 (a06026f)

1.2.0 (2021-01-23)

Features

  • new auth mechnasimn via http post (#99) (279541a)

1.1.10 (2020-12-01)

1.1.9 (2020-09-03)

1.1.8 (2020-09-03)

Bug Fixes

1.1.7 (2020-08-05)

Bug Fixes

  • session resumptions + google ldap auth (66fbcf4)

1.1.6 (2020-08-05)

Bug Fixes

  • google-auth: search base must include ou (a3ab393)

1.1.5 (2020-06-26)

Bug Fixes

  • eap: catch decoding errors (97ea3fa)
  • eap: concat buffers if they are an array (3d03658)
  • eap: output state on error (e71f0b3)
  • eap-ttls: reset last processed identifier (7179c16)

1.1.4 (2020-06-24)

1.1.3 (2020-05-14)

1.1.2 (2020-03-02)

1.1.1 (2020-03-02)

Bug Fixes

  • auth: cache only valid results for one day (a8a0247)
  • config: use __dirname to resolve path to ssl certs (7a28a0d)
  • docs: fix some typos (5519391)

1.1.0 (2020-02-28)

Features

  • cli: allow setting config vars via cli (d9ff95b)

1.0.0 (2020-02-27)

Features

  • ssl: enable session resumptions for even quicker reintinaliztions :) (e1b4bb5)
  • add debug pkg to reduce output (9fe25a8)
  • add more auth providers and cleanup google auth (3f600c6)
  • inner tunnel for TTSL support added (6aa4b9f)

Bug Fixes

  • docs: better file names (5897498)
  • improve coping with long running auth requests (7ca60a2)
  • auth: improve google auth (0baf815)
  • docs: add examples (a3ed0be)
  • docs (cca4dce)
  • ldap auth failed auth and added test scripts (5e5005c)
  • ssl again (a624bc1)
  • ssl: move files (f53a423)
  • a lot of bug fixes, first running version for windows and android :) (0cb807a)
  • a lot of bug fixes, first running version for windows and android :) (4989c2b)
  • add MS-MPPE-Send-Key and MS-MPPE-Recv-Key (7e28c60)
  • eap call is using wrong this, needs more refactoring later (837453f)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.