aboutsummaryrefslogtreecommitdiff
path: root/filters/gentoo-ldap-authentication.lua
Commit message (Collapse)AuthorAge
* filters: migrate from luacrypto to luaosslJason A. Donenfeld2019-01-03
| | | | | | | 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>
* auth-filters: generate secret securelyJason A. Donenfeld2018-07-15
| | | | | | This is much better than having the user generate it themselves. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth-filters: do not crash on nil usernameJason A. Donenfeld2018-07-14
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2018-07-14
| | | | | | | 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>
* Hosted on HTTPS nowJason A. Donenfeld2016-06-07
|
* filters: Add sample gentoo scriptJason A. Donenfeld2015-03-13