Commit Graph

483 Commits

Author SHA1 Message Date
Moritz Warning
5aa86fa82e make dpkg-buildpackage happy 2018-08-16 14:23:48 +02:00
Moritz Warning
4a9856d7f6 fix doc syntax and update tested OpenWrt version 2018-08-11 17:22:54 +02:00
Moritz Warning
91aaebee43 update debian manpage 2018-08-11 17:21:06 +02:00
Moritz Warning
c9eb394680 improve binauth text again 2018-08-11 12:04:22 +02:00
Moritz Warning
9fc668f2cd Merge branch 'master' of github.com:nodogsplash/nodogsplash 2018-08-11 11:04:38 +02:00
Moritz Warning
4ac21334b4 add/improve loglevel/binauth documentation 2018-08-11 11:04:06 +02:00
Rob White
e1f6cf4df4 ndsctl status idle timeouts in minutes
Fix - Ndsctl status erroneously reported the idle timeouts as seconds (s) instead of minutes (m)

Signed-off-by: Rob White <rob@blue-wave.net>
2018-08-09 19:57:25 +01:00
Moritz Warning
e9710b4101 update debian changelog 2018-08-09 18:59:48 +02:00
Moritz Warning
0a25c63be1 more style fixes 2018-08-08 21:42:49 +02:00
Moritz Warning
85009630e5 used wrong file descriptor 2018-08-08 21:42:31 +02:00
Moritz Warning
2c87c16533 enable optimization by default 2018-08-08 21:22:40 +02:00
Moritz Warning
8a8352cfc4 small code style fiy 2018-08-08 21:08:53 +02:00
Moritz Warning
6d066537c2 valdiate some more settings 2018-08-08 21:08:44 +02:00
Moritz Warning
ffd0fb0818 validate some settings 2018-08-08 18:26:11 +02:00
Moritz Warning
f4960fd89d PreAuthIdleTimeout default is 10 minutes 2018-08-08 18:10:33 +02:00
Moritz Warning
bff2c240e4 add CheckInterval to configuration file 2018-08-08 17:57:20 +02:00
Moritz Warning
43432c82aa authedidletimeout => authidletimeout 2018-08-08 17:52:03 +02:00
Moritz Warning
035fbf9f0c change session_timeout, preauth_idle_timeout, authed_idle_timeout to minutes 2018-08-08 17:35:14 +02:00
Moritz Warning
628b233bb6 make client_auth/client_deauth cause clearer 2018-08-08 16:24:04 +02:00
Moritz Warning
6d05588d43 make code flow easier to understand 2018-08-08 16:23:38 +02:00
Moritz Warning
97a87521fc change binauth call for authentification
last rename caused a conflict
2018-08-08 16:10:55 +02:00
Moritz Warning
7438589988 update docs 2018-08-08 14:56:40 +02:00
Moritz Warning
7bf5349fd1 fix and extend docs 2018-08-07 23:13:50 +02:00
Rob White
cb4c94a76d fix typo
minor typing error

Signed-off-by: Rob White <rob@blue-wave.net>
2018-08-07 18:21:39 +01:00
Moritz Warning
2047eddcc0 user_auth/deauth => client_auth/death 2018-08-07 16:42:54 +02:00
Moritz Warning
d9a894f1a5 tweak binauth action strings again 2018-08-07 14:03:35 +02:00
Moritz Warning
21110caf55 remove extra spaces 2018-08-07 13:44:33 +02:00
Moritz Warning
304befd684 disable travis build of the docs for now
travis gives us python version errors
2018-08-07 13:42:59 +02:00
Moritz Warning
6c10f6d005 rename variable bin_auth => binauth 2018-08-07 13:38:41 +02:00
Moritz Warning
2f186c7c36 update binauth docs 2018-08-07 13:36:44 +02:00
Moritz Warning
64bacf0f74 tweak binauth action strings 2018-08-07 13:36:14 +02:00
Moritz Warning
1c49e87b6a Merge branch 'master' of github.com:nodogsplash/nodogsplash 2018-08-07 13:25:49 +02:00
Moritz Warning
3f2a36dd28 make string passed to binauth more fine grained 2018-08-07 13:25:33 +02:00
Moritz Warning
f8f857aa75 Merge pull request #267 from nodogsplash/bluewavenet-patch-1
Add Binauth acknowledge
2018-08-07 12:58:54 +02:00
Rob White
249ab25827 Add Binauth acknowledge
Adds paragraph describing manual_auth ack

Signed-off-by: Rob White <rob@blue-wave.net>
2018-08-07 08:15:06 +01:00
Moritz Warning
104c42927b renew token on deauth 2018-08-07 00:42:37 +02:00
Moritz Warning
157b3fff91 refactoring to fix some bugs regarding whitelisted/blacklisted mac 2018-08-07 00:19:02 +02:00
Moritz Warning
e78f6b601f fix typo 2018-08-06 23:18:56 +02:00
Moritz Warning
a8ee6b0a9e Merge branch 'master' of github.com:nodogsplash/nodogsplash 2018-08-06 18:53:38 +02:00
Moritz Warning
a7275aeafd small code cleanup 2018-08-06 18:53:25 +02:00
Moritz Warning
9a1219bd5b Merge pull request #151 from lynxis/travis-docs
Travis docs
2018-08-06 18:42:11 +02:00
Moritz Warning
611dc6707e Merge pull request #266 from chrisotherwise/patch-1
Rename "token" to "tok"
2018-08-06 18:39:30 +02:00
Moritz Warning
2d72bcf598 make global variable private 2018-08-06 18:22:32 +02:00
Chris Allen
703494f080 Rename "token" to "tok'
The recent removal of the "token" variable stopped the "$authtarget" directive from working. This fix renames "token" to "tok" in that directive.
2018-08-06 16:46:38 +01:00
Moritz Warning
1bbec9ebea fix compilation 2018-08-06 17:30:26 +02:00
Moritz Warning
931efc9e73 use client id instead of passing around ip/mac 2018-08-06 17:29:38 +02:00
Moritz Warning
54e95bf157 remove variable 2018-08-06 16:44:51 +02:00
Moritz Warning
681823e0cd rename variable 2018-08-06 16:44:51 +02:00
Moritz Warning
a5a5844f85 fix some binauth format strings 2018-08-06 16:44:47 +02:00
Moritz Warning
e629c77f7a fix ndsctl auth/deauth 2018-08-06 16:38:21 +02:00