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
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
c33f446121
Documentation updates
...
Signed-off-by: Rob White <rob@blue-wave.net >
2020-08-23 20:23:51 +01: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
576efcacd3
Generic Linux - install opennds.service
...
Move opennds.service to resources folder
Signed-off-by: Rob White <rob@blue-wave.net >
2020-06-23 12:24:43 +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
80e1d09cb4
Move wait_for_interface to opennds C code
...
wait_for_interface was in the startup init.d/procd and opennds.service scripts.
Moved to opennds C code.
Signed-off-by: Rob White <rob@blue-wave.net >
2020-04-09 21:53:08 +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
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
494d6e4deb
Update copyright dates
...
Signed-off-by: Rob White <rob@blue-wave.net >
2020-01-09 09:34:26 +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
Nicolas Martignoni
0608c37151
Fix deb package build error
...
- See https://github.com/nodogsplash/nodogsplash/issues/447#issuecomment-540098767 .
2019-10-10 08:36:50 +02: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
0deffa614a
Systemd: Do not set debug level in nodogsplash.service
...
OS that use systemd eg Debian -
NDS will set the default to "1" or use the value set in nodogsplash.conf
Signed-off-by: Rob White <rob@blue-wave.net >
2019-08-23 10:58:40 +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
af325979d7
Documentation updates for version 4.0.0
...
Signed-off-by: Rob White <rob@blue-wave.net >
2019-07-13 21:05:04 +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
Moritz Warning
320a444c4a
fix broken changelog signature
2019-07-01 17:37:59 +02: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
592584a965
Documentation Updates
...
Signed-off-by: Rob White <rob@blue-wave.net >
2019-04-22 15:59:04 +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
492255f8ad
Update Debian man page
...
Signed-off-by: Rob White <rob@blue-wave.net >
2019-04-05 11:57:37 +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
Moritz Warning
996dca7fd5
Merge branch 'master' of github.com:nodogsplash/nodogsplash
2018-09-28 20:28:38 +02:00
Moritz Warning
9f57088a5b
add hyphen for debian version number
...
this indicates a native architecture package
2018-09-28 20:28:12 +02:00
Rob White
a6a152384f
Update man pages for v3.2.1
...
Also add instructions to makefile
Signed-off-by: Rob White <rob@blue-wave.net >
2018-09-27 09:41:52 +01: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
4e78711df3
sync changelog with debian changelog
2018-09-26 17:14: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
f6d5168a81
Bump docs to v3.2.0 and generate debian man page
...
cd docs
make man
Signed-off-by: Rob White <rob@blue-wave.net >
2018-09-02 15:49:39 +01:00
Rob White
2e702ebb4f
Documentation update for version 3.1.0
...
Signed-off-by: Rob White <rob@blue-wave.net >
2018-08-26 14:21: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
5aa86fa82e
make dpkg-buildpackage happy
2018-08-16 14:23:48 +02:00
Moritz Warning
91aaebee43
update debian manpage
2018-08-11 17:21:06 +02:00
Moritz Warning
e9710b4101
update debian changelog
2018-08-09 18:59:48 +02:00
Rob White
a4dde265d3
Bump version to 2.1.1
2018-05-12 12:12:58 +01:00
Rob White
c9103d36f5
Update changelog
2018-05-12 11:19:48 +01:00
Moritz Warning
9bccc08f9f
update debian readme
2018-05-09 01:28:48 +02:00
Moritz Warning
1a802fa7eb
bump version to 2.1.0
2018-05-09 01:28:24 +02:00