147 Commits

Author SHA1 Message Date
Rob White
39b3227b16 Fix: Date in changelog
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-06 15:01:57 +00:00
Rob White
ae5bffb22b Bump to v8.0.0 for release
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-06 14:41:09 +00:00
Rob White
c4015dc843 Documentation: Update FAQ
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-06 13:09:38 +00:00
Rob White
39758bc8b9 Documentation: Add custom parameters section
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-06 13:09:08 +00:00
Rob White
29e8565a75 Documentation update
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-03 22:23:34 +00:00
Rob White
ee5a087c87 Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-03 20:29:27 +00:00
Rob White
0669fa3d96 Add ChangeLog to documentation
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-03 12:40:22 +00:00
Rob White
e39ace8199 Bump to version 8.0.0 and update copyright notices
Signed-off-by: Rob White <rob@blue-wave.net>
2021-01-02 09:17:34 +00:00
Rob White
87b7a96191 Bump to 7.0.2beta
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-07 21:27:52 +00:00
Rob White
2bbb216550 Release v7.0.1
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-07 13:05:43 +00:00
Rob White
e5e207d7ad Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-07 10:43:16 +00:00
Rob White
13ee9a8a10 Bump to version 7.0.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-05 19:05:43 +00:00
Rob White
dab99d3eb0 Documentation Updates for v7.0.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-11-05 16:14:14 +00:00
Rob White
3105c89a3d Version: Bump to 7.0.0beta
Some changes can be incompatible with configs for previous versions.
So bump major version.

Signed-off-by: Rob White <rob@blue-wave.net>
2020-10-13 08:20:03 +01:00
Rob White
8997ef614b Bump to 6.0.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-24 17:54:51 +01:00
Rob White
c33f446121 Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-23 20:23:51 +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
a4f049e0da Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-08-12 18:40:03 +01:00
Rob White
944024622d Update documentation for OpenWrt cross compilation.
(This still needs more work)

Signed-off-by: Rob White <rob@blue-wave.net>
2020-07-20 08:53:02 +01:00
Rob White
635caf9075 Bump to version 5.1.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2020-07-20 08:51:40 +01:00
Rob White
16af34b0e9 Post readthedocs documentation proof reading fixes.
Corrections and additions to documentation.

Signed-off-by: Rob White <rob@blue-wave.net>
2020-06-24 09:48:43 +01:00
Rob White
14e8a1e0c7 More documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-06-23 12:24:43 +01:00
Rob White
aa04961f8b Documentation updates - fas and binauth
Signed-off-by: Rob White <rob@blue-wave.net>
2020-06-19 19:49:12 +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
3d1033d39e More renaming, new splash image.
Signed-off-by: Rob White <rob@blue-wave.net>
2020-04-05 16:53:33 +01:00
Rob White
7b8d54766a Bump to v4.5.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2020-03-03 22:20:04 +00: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
4649d7505b Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-03-03 19:39:37 +00:00
Rob White
a7ef01f413 Enable https protocol for remote FAS
Previously a remote FAS could not use https protocol without generating
browser security errors or warnings so NDS enforced use of http.

A new FAS level, fas_secure_enabled = 3 is introduced here.

Level 3 is the same as level 2 except the use of https protocol is
enforced for FAS. In addition, the "authmon" daemon is loaded.

This daemon allows the external FAS, after client verification is complete,
to effectively traverse inbound firewalls and address translation to
achieve NDS authentication without generating browser security warnings.
or errors.

A fully functional https fas script is provided (fas-aes-https.php).

Signed-off-by: Rob White <rob@blue-wave.net>
2020-02-29 16:50:07 +00:00
Rob White
c7b8b8f6a4 Documentation for get_client_token
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-22 09:39:26 +00:00
Rob White
84594da947 Add get_client_token library utility
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-11 16:18:17 +00:00
Rob White
112547a7aa bump to v4.4.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-09 11:14:21 +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
c3751ce5f9 Docs: Add Network Zone Detection
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-09 09:34:27 +00:00
Rob White
494d6e4deb Update copyright dates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-09 09:34:26 +00:00
Rob White
97c3596fa7 Documentation updates
Signed-off-by: Rob White <rob@blue-wave.net>
2020-01-05 21:31:17 +00:00
Rob White
ab10da729e Bump to v4.3.4
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-20 07:25:20 +01: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
44186e103f Bump to v4.3.3beta
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-10 14:29:40 +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
539aee87f9 Bump to version 4.3.2beta
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-09 17:05:35 +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
3c4382f10b Bump to v4.3.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-08 12:35:13 +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
389f845061 Create option login_option_enabled
Allows simple switch between templated splash page and preauth login script.
Disabled:
option login_option_enabled '0'
use config options for FAS if set, or Templated Splash

Enabled:
option login_option_enabled '1'
use preauth login script providing username/email login with access log

Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-06 16:27:24 +01:00
Rob White
f617879676 Documentation updates for v4.3.0
Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-02 20:09:37 +01:00
Rob White
650e123abf Docs: update
Signed-off-by: Rob White <rob@blue-wave.net>
2019-09-27 14:49:06 +01:00
Rob White
764faf09f7 Bump to version 4.2.1beta
Signed-off-by: Rob White <rob@blue-wave.net>
2019-09-13 21:52:25 +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
51f36950bf PreAuth and BinAuth: Pass user agent string to scripts.
Binauth: Pass clientip to script.
Update example scripts
Update documentation

Signed-off-by: Rob White <rob@blue-wave.net>
2019-09-13 20:51:30 +01:00