Rob White
a91c6828f9
Merge pull request #184 from openNDS/v9.1.0
...
Pre release updates for V9.1.0
v9.1.0
2021-07-01 14:39:07 +01:00
rob
f8e18725b1
Update man file for Debian
...
Signed-off-by: rob <rob@blue-wave.net >
2021-07-01 14:30:14 +01:00
rob
73ffe3d12f
Update documentation for release
...
Signed-off-by: rob <rob@blue-wave.net >
2021-07-01 14:30:14 +01:00
rob
f724b1e08e
Add - option statuspath to changelogs
...
Signed-off-by: rob <rob@blue-wave.net >
2021-07-01 14:30:14 +01:00
Rob White
d2f62d041e
Merge pull request #183 from openNDS/v9.1.0
...
Add - option statuspath
2021-06-30 17:26:01 +01:00
rob
f89c9a9962
Add - option statuspath
...
This option allows an alternative client status page script to be used
Signed-off-by: rob <rob@blue-wave.net >
2021-06-30 16:07:16 +01:00
Rob White
234f4cdd42
Merge pull request #182 from openNDS/v9.1.0
...
Pre Release updates for V9.1.0
2021-06-26 09:11:45 +01:00
rob
f5c591fe91
Fix - unnecessary ndsctl syslog messages
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-26 09:06:18 +01:00
rob
30b24e89f6
ndsctltest - readme update
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-26 08:51:04 +01:00
rob
e3c746fef1
Fix - remote file download when using bash shell
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-26 08:51:04 +01:00
rob
dd296b6399
Fix - some compiler warnings
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-26 08:51:04 +01:00
rob
a29e4eeb43
Add - stress testing scripts for ndsctl
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-26 08:51:04 +01:00
Rob White
6ff813cef5
Merge pull request #181 from openNDS/v9.1.0
...
Fix - editing errors preventing ndsctl_unlock() from working
2021-06-24 21:39:39 +01:00
rob
a5c739586b
Fix - inadvertent editing errors preventing ndsctl_unlock() from working.
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-24 21:11:18 +01:00
Rob White
b0ff2cd5e6
Merge pull request #180 from openNDS/v9.1.0
...
Update changelogs for V9.1.0
2021-06-24 16:34:13 +01:00
rob
a024b89e54
Update changelogs for v9.1.0
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-24 16:26:12 +01:00
rob
f481a21dea
Fix - minor typo
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-24 16:26:12 +01:00
Rob White
72a02e17ce
Merge pull request #179 from openNDS/v9.1.0
...
Prep for release V9.1.0
2021-06-24 15:49:23 +01:00
rob
8d8cd35775
Fix - BinAuth set missing default custom data string to "na"
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-24 15:11:54 +01:00
rob
838f16a6b2
Add - ndsctl lockf() file locking
...
Mitigates various race conditions and possible deadlocks
Signed-off-by: rob <rob@blue-wave.net >
2021-06-24 14:48:20 +01:00
rob
4b76843450
Add - b64encode to ndsctl
...
A useful API tool
Signed-off-by: rob <rob@blue-wave.net >
2021-06-21 22:05:41 +01:00
rob
b764513f6b
Remove deprecated IFB config
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-21 21:30:57 +01:00
rob
5a25b52846
Add - option max_page_size for MHD
...
This sets the maximum number of bytes that will be served per page
by the MHD web server
Setting this option is useful:
1. To reduce memory requirements on a resource constrained router
2. To allow large pages to be served where memory usage is not a concern
Signed-off-by: rob <rob@blue-wave.net >
2021-06-21 14:06:02 +01:00
rob
68f1af65b8
Add - option remotes_refresh_interval
...
The interval in minutes after which remote images and files
are refreshed from their origin server.
Signed-off-by: rob <rob@blue-wave.net >
2021-06-21 09:47:41 +01:00
rob
b50c37f1d4
Add - Pre-download remote files in background after startup
...
This results in a faster display of login page sequence
for the first user after startup.
Provision provided for shceduled download refresh
Signed-off-by: rob <rob@blue-wave.net >
2021-06-19 07:26:28 +01:00
rob
cd9e71d0da
Fix - ndsctl, send return codes
...
ndsctl always returned 0, now returns:
0 - ok
1 - failed
2 - abnormal reply
3 - error reading socket
4 - ndsctl is locked by another process
Signed-off-by: rob <rob@blue-wave.net >
2021-06-18 08:27:48 +01:00
rob
794f90abb5
Add - client id data files created by openNDS on client connect
...
This eliminates b64decode callbacks,
resulting in a significant performance increase
particularly on systems with low power cpu.
Signed-off-by: rob <rob@blue-wave.net >
2021-06-17 11:11:52 +01:00
rob
7eb447fe0a
Bump to v0.9.1.0
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-07 09:46:16 +01:00
rob
52abc3baa2
Add - check routing is configured and up
...
Signed-off-by: rob <rob@blue-wave.net >
2021-06-06 07:23:18 +01:00
rob
4d6921f1ea
Add - support for Preemptive Authentication for connected client devices.
...
Devices that cannot or have not entered preauthenticated state can now
be authenticated using the ndsctl auth command.
This is useful for devices that do not have CPD.
It can also be used by a FAS to support inter-portal roaming by accessing
a remote database of client verifications.
Signed-off-by: rob <rob@blue-wave.net >
2021-06-04 22:31:38 +01:00
rob
1e6bd8d44f
Add - Gateway interface watchdog
...
Ensures the gateway interface mac address is reported correctly,
even when mac randomisation is activated on the device.
Note: gatewaymac should not be used for gateway identification,
instead use gatewayname.
Signed-off-by: rob <rob@blue-wave.net >
2021-06-01 10:26:34 +01:00
Rob White
3a8534e098
Merge pull request #169 from openNDS/v9.0.1beta
...
MHD Watchdog - Use uclient-fetch in OpenWrt
2021-05-29 09:42:45 +01:00
rob
2fb1eeb495
MHD Watchdog - Use uclient-fetch in OpenWrt
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-29 08:12:59 +01:00
Rob White
9f45e8cbd9
Merge pull request #168 from openNDS/v9.0.1beta
...
Updates to V9.0.1beta
2021-05-27 22:00:09 +01:00
rob
ac7d49cc9e
Improve MHD watchdog
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-27 21:47:02 +01:00
rob
80b394ed80
Fix - update legacy code in ndsctl_thread
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-25 21:51:36 +01:00
Rob White
369df3135d
Merge pull request #166 from openNDS/v9.0.1beta
...
Fix - edge case where MHD returns (null) as host value
2021-05-20 19:57:01 +01:00
rob
d2b81aaf57
Fix - edge case where MHD returns (null) as host value
...
This would cause a crash - probably a bug in MHD.
MHD should never return (null) as the host value.
Signed-off-by: rob <rob@blue-wave.net >
2021-05-20 19:51:01 +01:00
Rob White
17ec8738bb
Merge pull request #158 from openNDS/v9.0.1beta
...
Bump to v9.0.1beta
2021-05-12 15:09:38 +01:00
rob
d7486784df
Bump to v9.0.1beta
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-12 14:33:39 +01:00
Rob White
0d9f800011
Merge pull request #157 from openNDS/v9.0.0
...
Release V9.0.0
v9.0.0
2021-05-12 13:28:57 +01:00
rob
b9f5605bc6
Pre-release updates
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-12 13:24:15 +01:00
rob
8c788d9256
Yet more Documentation updates
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-12 08:04:03 +01:00
rob
a769fb6e78
More documentation updates
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-11 14:51:15 +01:00
rob
000458f450
Restore - Deprecated get_client_token
...
keep script file for now
Signed-off-by: rob <rob@blue-wave.net >
2021-05-11 12:14:51 +01:00
rob
7e0eeb6d76
Tidy up a debug message
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-11 12:08:36 +01:00
rob
1b56c434f9
Remove - deprecated get_client_token script
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-10 20:00:52 +01:00
rob
06604b1bb5
Documentation update for clientstatus
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-10 14:29:59 +01:00
rob
067b43b06e
Update changelogs
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-10 13:49:53 +01:00
rob
0d76ce7d3d
Update README.md
...
Signed-off-by: rob <rob@blue-wave.net >
2021-05-10 11:10:41 +01:00