- 01 Apr, 2019 1 commit
-
-
ale authored
It wasn't updated after the config refactoring.
-
- 27 Mar, 2019 1 commit
-
-
ale authored
-
- 21 Mar, 2019 2 commits
- 19 Mar, 2019 1 commit
-
-
ale authored
Requires Go from stretch-backports.
-
- 03 Mar, 2019 1 commit
-
-
ale authored
-
- 17 Feb, 2019 1 commit
-
-
ale authored
-
- 10 Feb, 2019 4 commits
-
-
shammash authored
Add filter to report last login information for a service to usermetadb. The filter is active when the `enable_last_login_reporting` option is set. Signed-off-by:
shammash <shammash@autistici.org>
-
shammash authored
Signed-off-by:
shammash <shammash@autistici.org>
-
shammash authored
Signed-off-by:
shammash <shammash@autistici.org>
- 02 Feb, 2019 2 commits
- 01 Feb, 2019 2 commits
-
-
ale authored
Move from Config-objects-with-private-members to a full separation of configuration and runtime types, which simplifies a lot of interface boundaries between different parts of the code. More specifically, the Server is a lot leaner and its functionality is clearer. Backends also have a slightly improved interface.
- 29 Jan, 2019 1 commit
-
-
ale authored
-
- 25 Nov, 2018 1 commit
-
-
ale authored
-
- 23 Nov, 2018 2 commits
- 22 Nov, 2018 5 commits
- 20 Nov, 2018 2 commits
- 18 Nov, 2018 2 commits
- 03 Nov, 2018 1 commit
-
-
ale authored
-
- 02 Nov, 2018 1 commit
-
-
ale authored
-
- 29 Oct, 2018 2 commits
- 27 Oct, 2018 2 commits
- 26 Oct, 2018 1 commit
-
-
ale authored
Meant to integrate well with DNS-based service discovery: the client will constantly monitor the DNS results for changes, and dynamically modify the list of memcache backends.
-
- 19 Oct, 2018 5 commits
-
-
ale authored
This makes it possible to run the auth-server more easily for smaller projects.
-
ale authored
-
ale authored
Add the related documentation to the README. Include a nullU2FStorage handler to prevent nil pointer dereferences in U2F code.
-
ale authored
Backed by memcache, like the U2F challenge storage. The code has been refactored to abstract the common replicated memcache client away.