60 Commits

Author SHA1 Message Date
Rob White
d63c79bf68 Update changelog for v7.0.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-05 19:05:43 +00:00
Rob White
38cf39763b Updates for release 6.0.0
Changelog updates for 6.0.0
Set MHD version check to >= 0.9.71
Clean up Preauth "Already authenticated" page
Update config files for v6.0.0
Add description for binauth output and input arguments
Tidy function do_binauth
Add preauth multifield login script with css update
Clarify custom string options
    Hidden or client entered custom string

Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-21 18:55:47 +01:00
Rob White
bb1ec78ce6 Final documentation updates before release 5.2.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-18 20:19:07 +01:00
Rob White
212585bf4d Bump to version 5.2.0 for new release
Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-12 19:39:44 +01:00
Rob White
67b123845c Updates for release of version 5.1.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-06-24 22:12:40 +01:00
Rob White
3f17e681bb Fix - Path Traversal Attack vulnerability allowed by libmicrohttpd's built in unescape functionality
Signed-off-by: Rob White <rob@blue-wave.net>
2020-05-06 20:21:22 +01:00
Rob White
9f4661e08b Release v5.0.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-04-11 14:30:58 +01:00
Rob White
965cbb8b9d Release 4.5.0
Changelog:
  * Add - Enable https protocol for remote FAS [bluewavenet]
  * Add - trusted devices list to ndsctl json output [bluewavenet]
  * Add - option unescape_callback_enabled [bluewavenet]
  * Add - get_client_token library utility [bluewavenet]
  * Add - utf-8 to PreAuth header [bluewavenet]
  * Add - PreAuth Support for hashed id (hid) if sent by NDS [bluewavenet]
  * Add - library script shebang warning for systems not running Busybox [bluewavenet]
  * Add - htmlentityencode function, encode gatewayname in templated splash page [bluewavenet]
  * Add - htmlentity encode gatewayname on login page (PreAuth) [bluewavenet]
  * Add - Simple customisation of log file location for PreAuth and BinAuth [bluewavenet]
  * Add - option use_outdated_mhd [bluewavenet]
  * Add - url-encode and htmlentity-encode gatewayname on startup [bluewavenet]
  * Add - Allow special characters in username (PreAuth) [bluewavenet]
  * Add - Documentation updates [bluewavenet]
  * Add - Various style and cosmetic updates  [bluewavenet]
  * Fix - Change library script shebang to bash in Debian [bluewavenet]
  * Fix - Remove unnecessary characters causing script execution failure in Debian [bluewavenet]
  * Fix - Add missing NULL parameter in MHD_OPTION_UNESCAPE_CALLBACK [skra72] [bluewavenet]
  * Fix - Script failures running on Openwrt 19.07.0 [bluewavenet]
  * Fix - Preauth, status=authenticated [bluewavenet]
  * Fix - Prevent ndsctl from running if called from a Binauth script. [bluewavenet]
  * Fix - Minor changes in Library scripts for better portability [bluewavenet]
  * Fix - Prevent php notices on pedantic php servers [bluewavenet]
  * Fix - broken remote image retrieval (PreAuth) [bluewavenet]
  * Fix - Allow use of "#" in gatewayname [bluewavenet]

Signed-off-by: Rob White <rob@blue-wave.net>
2020-03-03 21:44:05 +00:00
Rob White
673285b46d Release 4.4.0 changelog update
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-09 09:34:27 +00:00
Rob White
766db1388e Bump to version 4.4.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-09 09:34:27 +00:00
Rob White
e995d59e92 Version 4.3.3
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-19 14:16:15 +01:00
Rob White
9aadd17e57 nodogsplash: Version 4.3.2
This release Fixes a Debian package build error

This did not effect the OpenWrt package.

There are no other changes from v4.3.1

Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-10 13:05:33 +01:00
Rob White
0a4f84863d nodogsplash: Version 4.3.1
This version provides the fix to an issue in Makefile, introduced in the previous version, that prevents the Debian package from being created.

This does not effect the OpenWrt package.

There are no other changes from v4.3.0

Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-09 15:03:20 +01:00
Rob White
9f25ba9f85 Release 4.3.0
* Create switch option to select preinstalled templated splash or preauth login [bluewavenet]
  * Limit PreAuth and BinAuth log size in example scripts [bluewavenet]
  * Reduce memory requirements and autoselect logfile location [bluewavenet]
  * Create fas-hid example script [bluewavenet]
  * Update FAS, PreAuth and BinAuth example scripts [bluewavenet]
  * Hash client token (hid) for remote FAS enabling secure FAS for legacy/low-flash/low-ram hardware [bluewavenet]
  * Fix NDS Uptime if NTP client is enabled [bluewavenet]
  * Documentation updates for this release [bluewavenet]
  * Fix numerous compiler warnings [mwarning]
  * Fix openwrt fw_mark option type [mwarning]

Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-08 08:08:08 +01:00
Rob White
8f7b32906d Bump to version 4.2.0
Signed-off-by: Rob White <rob@blue-wave.net>
2019-09-13 21:16:03 +01:00
Rob White
ed36e50b61 Bump to v4.1.0
Signed-off-by: Rob White <rob@blue-wave.net>
2019-09-02 20:25:20 +01:00
Rob White
89a0aadc5b Bump to version 4.0.2
Signed-off-by: Rob White <rob@blue-wave.net>
2019-08-15 15:20:14 +01:00
Rob White
02cd44feba Bump to Version 4.0.1
Signed-off-by: Rob White <rob@blue-wave.net>
2019-07-29 20:57:39 +01:00
Rob White
664f986ce2 Add fasremotefqdn, faskey.
Simple configuration of fas running on remote shared hosting server.
Encrypt the query string sent to remote FAS.
Documentation Updates.
Bumping to v4.0.0

Signed-off-by: Rob White <rob@blue-wave.net>
2019-07-07 14:26:27 +01:00
Rob White
7546770fc7 Bump to version 3.3.2
Signed-off-by: Rob White <rob@blue-wave.net>
2019-04-23 13:06:17 +01:00
Rob White
116417f2dc Bump to version 3.3.1
Compiled and tested on openwrt mips_24kc and arm_cortex-a5_neon-vfpv4

Signed-off-by: Rob White <rob@blue-wave.net>
2019-04-07 20:43:34 +01:00
Rob White
803bef60d1 Bump to Version 3.3.0
* Add PreAuth functionality - support for Dynamic Splash Pages, served by NDS directly [bluewavenet]
 * Documentation updates including new sections for Splash Page and PreAuth [bluewavenet]
 * Fix memory handling bug, issue #341 [mwarning] [stevo01]
 * Improvements towards usable IPv6 support [wanxewoj] [mwarning]

Signed-off-by: Rob White <rob@blue-wave.net>
2019-03-16 10:32:35 +00:00
Rob White
572b91aeaa NDS: Version 3.2.1
Signed-off-by: Rob White <rob@blue-wave.net>
2018-09-27 09:25:22 +01:00
Moritz Warning
0248960351 update changelog for version 3.2.1 2018-09-26 17:11:05 +02:00
Rob White
74a2f4bee8 Bump to v3.2.0
Bump to version 3.2.0 and update copyright

Signed-off-by: Rob White <rob@blue-wave.net>
2018-09-02 17:00:57 +01:00
Rob White
92c2e9cdf4 Bump to Version 3.1.0
Signed-off-by: Rob White <rob@blue-wave.net>
2018-08-26 13:13:26 +01:00
Moritz Warning
43432c82aa authedidletimeout => authidletimeout 2018-08-08 17:52:03 +02:00
Moritz Warning
9218d2df91 add statuspage as a better replacement for infoskel 2018-08-04 23:34:00 +02:00
Moritz Warning
0090e89302 add setting sessiontimeout 2018-08-03 12:50:13 +02:00
Moritz Warning
85576cf586 update changelog 2018-07-31 19:21:11 +02:00
Rob White
bb86d78945 Bump version to 2.1.1 2018-05-12 11:12:20 +01:00
Rob White
3b7390b369 Bump version to 2.1.1 2018-05-12 11:08:28 +01:00
Rob White
0b927eddf2 bump version to 2.1.0
Added references to OpenWrt changes
2018-05-09 08:28:01 +01:00
Moritz Warning
1a802fa7eb bump version to 2.1.0 2018-05-09 01:28:24 +02:00
Moritz Warning
1946161c14 ChangeLog: update 2018-01-02 13:47:58 +01:00
bluewavenet
e07ade3cea Update ChangeLog 2017-12-28 11:41:01 +00:00
Alexander Couzens
9d985d93f1 Update Changelog 2017-06-07 16:16:54 +02:00
Moritz Warning
72bf2d344c changelog: fix style for debian package tools 2017-02-21 20:03:24 +01:00
Moritz Warning
50e69bb5a7 update changelog 2016-12-29 15:57:41 +01:00
Moritz Warning
dac4a00054 changelog: remove duplicate entry
The feature was implemented in a later release.
2016-11-27 13:25:02 +01:00
Alexander Couzens
ffa8337b6c summarize remaining commits to ChangeLog & debian/changelog 2016-11-21 14:47:55 +01:00
Moritz Warning
1ace28bba3 update changelog 2016-10-17 19:49:27 +02:00
Moritz Warning
a77a19895b sync timestamp 2016-05-28 12:42:24 +02:00
Moritz Warning
b4d060352f add changelog entries 2016-05-27 23:32:23 +02:00
Moritz Warning
449d02ceb3 update changelogs for upcoming release 2016-05-27 23:27:49 +02:00
Moritz Warning
b74d9f4fea update changelog 2014-11-15 15:48:23 +01:00
Moritz Warning
2b2a3f0538 use full name 2014-06-16 00:03:07 +02:00
Moritz Warning
f3f3c409fb use similar format as in Debian changelog to ease syncing 2014-06-15 23:58:47 +02:00
Moritz Warning
650c929333 update changelog and bump version 2014-06-15 23:34:58 +02:00
Moritz Warning
135233a0d0 insert/update release time stamp 2013-09-06 18:13:57 +02:00