aboutsummaryrefslogtreecommitdiffstats
path: root/filters/gentoo-ldap-authentication.lua
Commit message (Expand)AuthorAgeFilesLines
* filters: migrate from luacrypto to luaossl•••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> Jason A. Donenfeld2019-01-031-12/+19
* auth-filters: generate secret securely•••This is much better than having the user generate it themselves. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2018-07-151-10/+43
* auth-filters: do not crash on nil username•••Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Jason A. Donenfeld2018-07-141-1/+1
* auth-filters: do not use HMAC-SHA1•••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> Jason A. Donenfeld2018-07-141-2/+2
* Hosted on HTTPS nowJason A. Donenfeld2016-06-071-1/+1
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-131-0/+320