aboutsummaryrefslogtreecommitdiffstats
path: root/filters/gentoo-ldap-authentication.lua
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld1-12/+19
luaossl has no upstream anymore and doesn't support OpenSSL 1.1, whereas luaossl is quite active. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-07-15auth-filters: generate secret securelyJason A. Donenfeld1-10/+43
This is much better than having the user generate it themselves. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-07-14auth-filters: do not crash on nil usernameJason A. Donenfeld1-1/+1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-07-14auth-filters: do not use HMAC-SHA1Jason A. Donenfeld1-2/+2
Though SHA1 is broken, HMAC-SHA1 is still fine. But let's not push our luck; SHA256 is more sensible anyway. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-06-07Hosted on HTTPS nowJason A. Donenfeld1-1/+1
2015-03-13filters: Add sample gentoo scriptJason A. Donenfeld1-0/+320